Re: SplitButton ScreenTip
Hello, If you use ScreenTipHeader instead of ToolTip, does the problem go away? We don't have anything in this older Ribbon that blocks tranditional ToolTips when the popup is open, and ToolTip ...
View ArticleRe: SplitButton ScreenTip
Well, kind of, the Screentip indeed doesn't show on the popup. However, since I use SplitButton somewhere else outside the ribbon, I only want a simple tooltip-like appearance. That doesn't seem to...
View ArticleRe: SplitButton ScreenTip
Hi Lars, You can have the SplitButton.Label set to some text you want to show in UI, and then ScreenTipHeader set to the tooltip text. If you only specify ScreenTipHeader and not ScreenTipDescri...
View ArticleRe: SplitButton ScreenTip
That's not what I see: if I set only ScreenTipHeader, but not ScreenTipFooter/Description, I get a bold header and the default footer (something along the lines of "Press F1 for help"). This is wit...
View ArticleRe: SplitButton ScreenTip
Hi Lars, If all you set is the ScreenTipHeader to text and don't have a ScreenTipDescription, ScreenTipFooter, ScreenTipHelpUri etc. set, it should render the ScreenTip like a ToolTip. If any of...
View ArticleRe: SplitButton ScreenTip
I can reproduce your suggestion in the QuickStart sample, but somehow in our application I always get the "Press F1 for help" as if the button picks up the ScreenTipHelpUri from somewhere, even whe...
View Article"Search the menus" on right click
Hello Actipro, is there a way to display, as in Word or Excel, the "Search the menus" on the right click? It enables the users to search through all available functions and those are then displayed...
View ArticleRe: "Search the menus" on right click
I think I can use something similar as in the sample app "\Actipro Software\WPF-Controls\v21.1.0\SampleBrowser\ProductSamples\RibbonSamples\QuickStart\ContextMenu\MainControl.xaml" but how to deal ...
View ArticleRe: "Search the menus" on right click
Hello, We don't have anything like that built in, at least within the menu. That being said, if you look in our Editors / AutoCompleteBox QuickStart, the "Quick launch tasks" gallery item shows ...
View ArticleRe: Custom context menu in ApplicationMenu.AdditionalContent
Hello, has it been fixed with v22.1.2? I have that version and experience the same issue.
View ArticleRe: RecentDocumentMenu context menu
Info for another user that will be looking for the answer:https://www.actiprosoftware.com/community/thread/25837/custom-context-menu-in-applicationmenuadditio#121579
View ArticleRe: Custom context menu in ApplicationMenu.AdditionalContent
Hello, The note above says it was fixed for v22.1.2. I tried pasting a ListBox with a ContextMenu in an ApplicationMenu.AdditionalContent and ran it in our latest v23.1 code and I saw the custom...
View ArticleUnable to identify dropdown press event in splitbutton
I have created a split button in my application, now creating triggers to change the background color of each of the buttons inside split button whenever user presses them. I was able to successf...
View ArticleRe: Unable to identify dropdown press event in splitbutton
Hello, IsPressed will only fire for the button portion of the ribbon:SplitButton control. When the arrow part is pressed, the IsPopupOpen property will be set to true and the SplitButton.PopupCo...
View ArticleRe: "Search the menus" on right click
In the end, I had to implement my own, using a similar way as the sample above. Thanks anyway.
View ArticleQAT buttons went to "white" color
Hello Actipro, I have an issue that can be reproduced also in your Sample app: - Open the "Document Editor (similar to Word)" external sample. - Change the theme from "Metro Black" to "Office...
View ArticleRe: QAT buttons went to "white" color
Hello, That feature is actually by design since when you have an accented title bar color (red in your case), colored icons may or may not show up well, depending which colors they use. Therefor...
View ArticleA checked ribbon button does not change color when hover.
Hi! I migrated to the latest version and I noticed that on some themes like MetroLight a checked ribbon button does not change the color on hover. I think this was working on 19 versions. Is ...
View ArticleRe: A checked ribbon button does not change color when hover.
Hi Daniel, Thanks for pointing that out. We've fixed this for the next maintenance release, which will likely be v23.1.3.
View ArticleNot setting any theme will break the checked ribbon buttons
Hi! I need to add this line "ThemeManager.CurrentTheme = ThemeNames.MetroLight" even though the ThemeNames.MetroLight is the default themes. It seems that the checked ribbon buttons for my tool...
View Article