Re: UITestControl.exist problem
OK, thank you all the same, and I have another question is in vs2012 I want to see the uicodedtest result by html, which function can make me accomplish this goal?
View ArticleRe: UITestControl.exist problem
Hi Norton,That sounds like a question that is better suited for whoever created the testing platform you are using, since it doesn't sound like it relates specifically to our controls.
View ArticleQAT overflow button incorrectly disabled
There are cases where the Quick Access Toolbar overflow button is disabled when it shouldn't be. This can result in two problems:1. The "Customize Quick Access Toolbar" button is not accessible (even...
View ArticleRe: Backstage Close Button not showing
Just in case anyone else has this problem:We got an answer from Actipro Support. Thank you very much!The problem was that we were setting a WindowChrome instance on a RibbonWindow. The documentation on...
View ArticleRe: MVVM with Tabs and Groups
It's been 3 years since this post. I want the exact functionality the original poster described. Has this been implemented yet?
View ArticleRe: Is there a datasource for RibbonTabs?
I noticed that MVVM on the ribbon was requested 3 years ago, and now again 3 months ago. "notes" have been made about the request. Can you be more specific? Will this be implemented in the next few...
View ArticleRe: QAT overflow button incorrectly disabled
Hi Michael,Thanks for reporting this. We've fixed it for the next build. You might also be able to work around the bug for now by adding this to your Application.Resources:<Style...
View ArticleRe: QAT overflow button incorrectly disabled
Thank you for your quick response. The workaround works for me and is an acceptable solution for our app.
View ArticleRe: MVVM with Tabs and Groups
Hi Chris,No, I'm sorry, we haven't rearchitected Ribbon to support that.
View ArticleRe: Is there a datasource for RibbonTabs?
Hi Chris,We do have it logged as a request but haven't worked on it. We have to prioritize all requests with the hundreds of requests across this product and others. At the moment, we don't have...
View ArticleClosing the backstage
I created a new tab for the backstage. In this tab I have a listbox and a button.The button is a ribbon:Button and through its StaysOpenOnClick property I am able to determine whether the backstage...
View ArticleWPF Localization Extension with actipro Ribbon
Hi,we are using WPF Localization Extension inside our application. This works good, but actipro ribbon elements do not change texts if the language is changed at runtime.Example:If we use your ribbon...
View ArticleRe: Closing the backstage
Hello... I'm sorry but I'm not quite sure what you are trying to do here. Could you explain in a bit more detail? Thanks!
View ArticleRe: Closing the backstage
Basicaly I have a listbox and when the user selects an item on it I want to leave the backstage. The listbox is a WPF listbox so it does not have the "StaysOpenOnClick" property (the list contains the...
View ArticleRe: Closing the backstage
Actually I am changing my approach. I decided I want to use the RecentDocumentMenu and RecentDocumentManager in my Backstage Recent tab instead of using my own control (which work fime except that I...
View ArticleRe: Closing the backstage
Hello,Sorry we don't have anything that can be applied to ListBox or ListItems. If you want to close the backstage programmatically though, just set Ribbon.IsApplicationMenuOpen = false. Then you can...
View ArticleDataContext of ribbon Backstage gets set to null
I have a ribbon backstage which uses data binding to to populate the properties of its backstage items. My view currently looks as follows:<actiproControls:Backstage...
View ArticleRe: WPF Localization Extension with actipro Ribbon
Hi Marc,I think the problem here is that the labels for ribbon:ComboBox are actually rendered outside of the control itself. The containing panel is rendering them. So the panel is probably not...
View ArticleRe: WPF Localization Extension with actipro Ribbon
Thanks for your answer. Calling Group.InvalidateVariants() on the ribbon:Group actually changed the language. We have already made a similar workaround.But we were hoping for a better solution. With...
View ArticleRe: DataContext of ribbon Backstage gets set to null
Hi Ulrich,The Backstage (when used from the File menu) is normally opened within an adorner on the root window. So it's not within the visual tree hierarchy of the Ribbon. Thus, we have logic in the...
View Article