Re: How to switch other tabs when click the back button in backstage page?
Sorry but we'd probably need to debug a very simple sample project that shows this to be able to assist. If you want to make one, please reference this post, email the project ZIP file to our support...
View ArticleRe: Different icons for window titlebar and taskbar
Hi Marcel,RibbonWindow, at least the current version, will use the icon specified in the WindowChrome's IconSource. But if that isn't set, it will fall back to using the Window.Icon, which should be...
View ArticleRunTimeVersion v4.0.30319 and Version 13.1.582.0 work for .NetFrameWork 4.0 ?
Does RunTimeVersion v4.0.30319 and Version 13.1.582.0 work for .NetFrameWork 4.0 ?
View ArticleRe: RunTimeVersion v4.0.30319 and Version 13.1.582.0 work for .NetFrameWork...
Yes, all versions of our WPF controls are .NET 4.0 compatible.
View ArticleClick on a minimized ribbon and then click on the window X button to close...
Click on a minimized ribbon and then click on the window X button to close the window doesn't close the window.Need to click X one more time to close it.This seems to be different with Windows Word...
View ArticleRe: Click on a minimized ribbon and then click on the window X button to...
Hi Francis,This only seems to happen with native system buttons (like the Aero glass ones), and not when we fully chrome the window and use WPF buttons as the title bar buttons. I'm not sure this is...
View ArticleKeyTipAccessText issues with multiple ribbons
Hey guys, In our application we have multiple "modes" which are usercontrols with their own ribbon controls. When a user is in one mode, the others become collapsed. Unfortunately pressing alt to...
View ArticleRe: KeyTipAccessText issues with multiple ribbons
Hi Austin,Only one Ribbon can be registered on a RibbonWindow at a time. What you could probably do when you want to switch, is remove the old Ribbon from the visual tree and add the new Ribbon into...
View ArticleRe: KeyTipAccessText issues with multiple ribbons
This will be tricky since our secondary ribbons are buried in usercontrols, but I'll let you know how it goes when I get a chance to try to re-architect. Thanks for the info.
View ArticleRe: KeyTipAccessText issues with multiple ribbons
Housing the main ribbon in a grid and then swapping it out as needed works fine. Thanks again.
View ArticleKeyTipAccessText without pressing a button to get into the tab?
Hey guys, We have several ribbons with only one tab with <ribbon:Tab height = 0> set to collapse the tab title. In order to get access keys for the controls within the ribbon the canonical...
View ArticleRibbonButton and Touch input
Hi,I'm using ribbon buttons on a Windows 8 device with touch input.I would like the ribbon button to change its checked-state when I click on it. For this I'm using the Click event where I set...
View ArticleRe: KeyTipAccessText without pressing a button to get into the tab?
Hi Austin,All that is handled internally so there's no real extensibility points, since this isn't really a scenario we designed the product for. You might be able to set the...
View ArticleRe: RibbonButton and Touch input
Hi Mark,You are correct, WPF seems to be telling the button it has mouse over when it is tapped. But it never tells the button on tap release that the mouse is no longer over it. Then if you tap...
View ArticleRe: RibbonButton and Touch input
Hi,thanks for the quick reply.So what would be a good way to disable the IsMouseOver state? Can I disable the highlighting of the ribbon button even if the mouse is over it?What about the...
View ArticleRe: KeyTipAccessText without pressing a button to get into the tab?
Unfortunately I tried that and afterwards none of the keys show up at all. Thanks though.
View ArticleRe: RibbonButton and Touch input
Hi Mark,The only way to prevent mouse over highlights would be to alter all our control default templates and remove related triggers, which is certainly not a trivial task. Unfortunately that's not...
View ArticleRe: RibbonButton and Touch input
Well, in that case are you declaring Actipro Ribbon controls as not being touch compatible?This will become a show-stopper for us in the future and we certainly aren't interested in replacing Actipro...
View ArticleRe: RibbonButton and Touch input
Hi Mark,The Ribbon controls are touch compatible, and act the same way as native WPF controls in regards to touch, since they are designed in the same fashion. For instance, I put together this test...
View ArticleRe: RibbonButton and Touch input
Hi,I have an interim solution in place, where I position the mouse position manually on the TouchUp event. Of course, this is not a nice design but it does work in my scenario.What if you guys would...
View Article