Re: Change keyboard shortcut for ToggleMinimization
Just realized similar issue for the Ctrl-F6, Ctrl-Shift-F6, and Ctrl-F4. Need to be able to override those too.
View ArticleRe: Change keyboard shortcut for ToggleMinimization
Hi Rex,How would you ideally like to be able to specify those particular keyboard shortcuts for Docking/MDI? There are related commands on DockSite for them but those commands are DelegateCommand...
View ArticleRe: Change keyboard shortcut for ToggleMinimization
Probably just a way to turn them off If they can’t be changed.Â
View ArticleRe: Change keyboard shortcut for ToggleMinimization
Can the commands with the keyboard shortcuts also be executed by code? If so, disabling the built-in shortcuts and handing it off to the application to handle them would be the best approach I guess...
View ArticleRe: Change keyboard shortcut for ToggleMinimization
Those are just activating the next/previous document and closing the document so they can already be executed by code. So all I need is a way to disable all hard coded keyboard shortcuts.Â
View ArticleRe: Change keyboard shortcut for ToggleMinimization
Hello,For the next build, we have added a virtual DockSite.ProcessDockHostKeyDown method that is called when a key is pressed while focus is within a DockHost. It's a method we had internally before....
View ArticleColor of rendered image of button from Path not changed when theme changes
In our application the ribbon buttons are created dynamically in code, the images for the button (property ImageSourceSmall) are converted from Paths (defined in similar Resources as below) to Imag...
View ArticleRe: Color of rendered image of button from Path not changed when theme changes
Hello, Thanks for the sample. I believe the problem here is that your XamlToImageConverter.Convert method ends up building a RenderTargetBitmap from the XAML and that executes once. Whether you...
View ArticleHow to display an 'unread messages' overlay icon on a Ribbon Button
Hi, On a smartphone, when you have unread messages or emails, you get a small indicator (a number in a circle, for example) on the app's icon telling you how many unread messages you have. Is i...
View ArticleRe: How to display an 'unread messages' overlay icon on a Ribbon Button
Hi John, Ribbon buttons don't have an overlay mechanism built in. That being said, they show the image you pass in and you can update the image however you like. For instance in our main Ribbon...
View ArticleRe: How to display an 'unread messages' overlay icon on a Ribbon Button
Thanks for that. I'll have a look at that demo and see what it does. I've also been looking into adorners and behaviors and stuff, so I'll see which approach works best in our situation.
View ArticleHow to detect when a ribbon button's instance is in the Quick Access Toolbar
Hi, I have a ribbon button in a WPF Desktop program that displays an 'unread messages' indicator in the top right corner, like what you get on a smartphone, but when that button is added to the Q...
View ArticleRe: How to detect when a ribbon button's instance is in the Quick Access Toolbar
Don't worry about this. I have solved the problem :-) Just after I posted the question, I had another idea about what might be happening, so I tried it and it fixed the problem. For the benef...
View ArticlePaint tabs over the title bar
Is there any way of painting ribbon tabs over the title bar?Just like VS2019 paints the menu over the title bar, it would be nice to be able to paint tabs higher and leave more space for the conten...
View ArticleRe: Paint tabs over the title bar
Hi Ralph, The Ribbon doesn't have that capability at this time. I will make a note of the suggestion. The downside of it is that it would prevent usage of application icons, the QAT, contextual...
View ArticleMinimized ribbon pop-up issues at the edge of the screen
Hello,When a minimized ribbon's pop-up is being displayed in a window that is not completely on the screen, the pop-up is missaligned and it looks unappealing that happens.I have uploaded a video d...
View ArticleTab labels overlap with the ContextualTabGroup label
Hello, When the IsTitleBarAreaVisible property of a Ribbon control is set to false, ribbon tab labels are overlapping with the ContextualTabGroup label.I'm assuming that a better behaviour w...
View ArticleHow to set the ContextualTabGroup's alignment?
Hello, In Actipro, ContextualTabGroups are the equivalent of DevExpress' RibbonPageCategory.DevExpress allows setting the alignment to either left or right; I haven't been able to find a similar ...
View ArticleHow to animate the Backstage / Application Menu when opening/closing it?
Hello, I would like to know if it's possible to animate the Actipro Backstage / Application Menu similarly to how DevExpress' is animating when opening it and closing it.I am linking a video demo...
View Article