Quantcast
Channel: Ribbon for WPF - Recent Posts
Browsing all 1458 articles
Browse latest View live

Re: Can't find RibbonStyles with 2012.1

I am using the latest build and I am looking for the correct AssetResourceKeys for a ribbon:PopupButton Pressed state,  ribbon:Button Pressed state, and ribbon:ButtonGroup hover and pressed state.

View Article


Re: Can't find RibbonStyles with 2012.1

Hello, I believe your company has WPF Studio, so you can download the default XAML styles/templates for our controls from your account.  Once you have those, just look up the proper XAML file for the...

View Article


Re: Can't find RibbonStyles with 2012.1

Thank you! The default XAML styles were what I needed!

View Article

IsActive bound to a "true" property causes crash when Contextual Tab Group is...

I can define a class (let's call it "MyCtg") which derives from ContextualTabGroup, and bind its IsActive property to a dependency property in my view model. For example, I can bind it to a Boolean...

View Article

Re: IsActive bound to a "true" property causes crash when Contextual Tab...

Hi Michael,We haven't seen anything like that happen before.  Can you please wrap up the minimal code needed to make this occur into a simple sample project and e-mail that to our support address?...

View Article


Ribbon button after it is clicked, the style is clicked

I have this;xmlns:Controls="clr-namespace:ActiproSoftware.Windows.Controls.Ribbon.Controls;assembly=ActiproSoftware.Ribbon.Wpf351"<Controls:Button...

View Article

Re: Ribbon button after it is clicked, the style is clicked

Hi Alain,It sounds like you might be using this button outside of a Ribbon or ToolBar?  If so, the focus is probably remaining on the button after you click it and the button template does have it show...

View Article

Re: IsActive bound to a "true" property causes crash when Contextual Tab...

Hi Michael,Thanks for the sample. The problem here is that adding the ContextualTabGroup is triggering a tabs collection update, but down the line in that process, an UpdateLayout is called so that the...

View Article


RibbonWindow hides taskbar when auto hidden

Hi. If you have your Windows taskbar set to autohide and you maxime your RibbonWindow application, the taskbar no longer detects when it should popup. I saw this same question posted about 4 years ago...

View Article


Re: RibbonWindow hides taskbar when auto hidden

Hi Steve,It was fixed in the past but when we restructured RibbonWindow again recently to use WindowChrome, that issue was introduced again.  Allowing custom chrome rendering (sometimes over non-client...

View Article

Modeless window. How to keep Popup open?

I have a window with a Ribbon with several Split and Popup buttons running in an Excel instance. The popups all have StayOpenOnClick set to true, and all works as expected when i start the window with...

View Article

Re: Modeless window. How to keep Popup open?

Hi Jurgen,Can you make a new simple standalone WPF sample project that shows this happening and e-mail that to our support address?  Please reference this post and rename the .zip file extension so it...

View Article

Re: Modeless window. How to keep Popup open?

sample sent. thanks for having a look.  

View Article


Adding items to QAT

I have a buttton already in the Ribbon. Is there a way to programmatically add this button to the QAT?

View Article

Re: Adding items to QAT

When we do it via context menus, our code effectively does something like this:var element = CloneService.CreateClone(elementToAddToQat) as UIElement; if (element != null)...

View Article


Re: Adding items to QAT

Perfect! Thank you!

View Article

UITestControl.exist problem

When I use some statement to judge whether uitestcontrol.exist,  the vs2010 needs to take a long time to run it. For example: if ( wpfmenuitem _button1.exist...

View Article


Re: UITestControl.exist problem

Hi Norton,Sorry but I'm not sure what you are referring to here, like what framework you are using and how.  Can you please explain in more detail?But regardless, I'm not really sure that we could...

View Article

Re: UITestControl.exist problem

Ok, thanks for your help, let me explain it further.Our company develop a plug-in in ms-ppt, I use Uicodedtest to do some automation testing, below is the test case designed by me.If button1 is exist,...

View Article

Re: UITestControl.exist problem

Hi Norton,Sorry but I'm not really such what would cause the slowdown.  Perhaps you could use a performance profiler app and use it to see if you can narrow down where the problem is.

View Article
Browsing all 1458 articles
Browse latest View live