Quantcast
Browsing all 1458 articles
Browse latest View live

How to change background and foreground of ribbon:Screentips

Hello, I am using ribbon:ScreenTipService (ScreenTipHeader, ScreenTipHelpUri, ScreenTipDescription) 1. Is there any way we can change the background color of this tooltip? 2. Also is there a wa...

View Article


Re: How to change background and foreground of ribbon:Screentips

Hello, The ribbon:ScreenTip class sets the Background to the AssetResourceKeys.ToolTipBackgroundNormalBrushKey theme brush, and the BorderBrush to the AssetResourceKeys.ToolTipBorderNormalBrushKe...

View Article


Not able to make the bindings work for items inside...

Hi! I try to set the visibility for the buttons inside QuickAccessToolBarCommonItems using bindings and convertors. For some reason the bindings does not work. I have these errors 11:29:26:702 ...

View Article

Re: Not able to make the bindings work for items inside...

Hi Daniel, The older Ribbon product's RibbonWindow will set an instance of RibbonWindowTitleBarViewModel as the inherited DataContext in the RibbonWindow's title bar area, since it needs informat...

View Article

Re: Not able to make the bindings work for items inside...

Hi! How can I check if a button for example is part of the QuickAccessToolBarCommonItems? Can I maybe do this with a DataTrigger? Looking at the parent of the buttons seems like they are direct...

View Article


Re: Not able to make the bindings work for items inside...

Hello, Could you provide more detailed information about your setup here so that we can see where and how you are creating these bindings? At the moment, it's difficult to make suggestions since...

View Article

SRName.UIRibbonWindowTitleBarButtonCloseToolTip has gone.

Hi! We updated actipro wpf from v21.1.0 to v24.1.1. Then, we have noticed that the following enum literals has gone. // These SRName enum literals has gone. SetStringResource(SRName.UIRib...

View Article

Re: SRName.UIRibbonWindowTitleBarButtonCloseToolTip has gone.

Hello, RibbonWindow now uses the Shared Library's WindowChrome for making its non-client chrome. It will use the related string resources from the Shared Library's SRName class instead, such as:...

View Article


Re: SRName.UIRibbonWindowTitleBarButtonCloseToolTip has gone.

Thank you for your quick reply! We got it!

View Article


Re: Not able to make the bindings work for items inside...

Hi! I am just trying to change the visibility of the buttons from the QAT and also from the list of Customize QAT on top of the ribbon. I can change the visibility for the button inside the QAT b...

View Article

Re: Not able to make the bindings work for items inside...

Hi Daniel, When the menu items are created for items in Ribbon.QuickAccessToolBarCommonItems, it's not looking at the Visibility of those items. It's simply enumerating the Ribbon.QuickAccessToo...

View Article

Checked ribbon buttons on Dark and Black themes shows no checked state inside...

Hi! Checked ribbon buttons on Dark and Black themes shows no checked state. I cannot see a light border or background or something to show the user that a button is checked or not for ribbon butt...

View Article

Re: Checked ribbon buttons on Dark and Black themes shows no checked state...

Hi Daniel, There is a border and background set but they aren't contrasty enough with the menu background. We are updating the checked menu item icon column border to be more visible in Dark and...

View Article


Reverting Backstage and Button Visuals to 21.1

Hi, After upgrading from WPFControls 21.1.0 to 24.1.1, I've encountered the following issues: The appearance of the left side of the backstage has changed. The appearance of Ribbon Buttons ...

View Article

Re: Reverting Backstage and Button Visuals to 21.1

Hello, Yes the Backstage tab/button appearance was updated to match the newer Office versions, where Microsoft did away with the older very high contrast Backstage style with heavy accents. If y...

View Article


Some themes does not work well with cutom ribbon buttons

Hi! I have a ribbon:Button with the ControlTemplate of a Slider in the QuickAccessToolBarCommonItems (I need a slider in the QAT). This works well for the Dark, Black and most of the themes. The ...

View Article

Re: Some themes does not work well with cutom ribbon buttons

Hello, I'm sorry but it's difficult to provide assistance for this kind of thing without debugging a simple sample project that shows exactly what you are doing. If you'd like us to look, please...

View Article


Re: Some themes does not work well with cutom ribbon buttons

Hi! I cannot use the slider directly because I need the ribbon ID so it cannot be added multiple times. Also I need the slider inside the Customize QAT to add it or remove it from the QAT. I have...

View Article

Re: Some themes does not work well with cutom ribbon buttons

Hi Daniel, What about if you make a control that inherits ribbon:ControlBase and put the Slider in its template? That should give you access to features like the Id property and automatic contex...

View Article

Re: Some themes does not work well with cutom ribbon buttons

Hi! That worked. I do not know how I did not thought about it. Thanks!

View Article
Browsing all 1458 articles
Browse latest View live