Re: Ribbon buttons from the BackStage are not serialized with...
Fot the images not showing in the Customize QAT. I can see the image on the left collection (available qat items list box) but after I press the button to add on QAT, I can see the button on the le...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Hello, Here is what I tried just now. In v23.1, I opened the Customizing the QAT sample's MainControl.xaml and updated the Ribbon.ApplicationMenu to be:<ribbon:Ribbon.ApplicationMenu> ...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Hi! Thank you! About the images it seems that maybe the cloning is the issue. UIElement clonedControl = controlRef.Clone(); The clonedControl has ImageSourceLarge and ImageSourceSmall null ...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Also the problem is only on the right collection, after the cloning, inside Customize QAT. If I save the QAT and open again the Customize QAT dialog, all the buttons will have correct images.
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Hello, Regarding the images, we still are not able to reproduce that issue in our Customizing the QAT sample. Can you please give us exact steps in that sample to make it happen so that we can s...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Hi! I seems that the problem was that all the image setters where behind data triggers. If I add a setter directly inside the Style it works. Kind regards, Daniel
View ArticleThe background color of the QAT is transparent if the parent window does not...
Hi! I have a control with ribbon, tool windows and everything. The problem is if some person wants to use my control, it needs to have the parent window style based on actipro window style or to ...
View ArticleRe: The background color of the QAT is transparent if the parent window does...
Hello, The above QAT Background is always set to Transparent. It's just that some of our themes for Windows via WindowChrome may have different title bar area backgrounds than the Window's conte...
View ArticleRe: The background color of the QAT is transparent if the parent window does...
I ask that question because maybe some client wants my control inside a window or control and they might have other wpf controls library.
View ArticleRe: The background color of the QAT is transparent if the parent window does...
Hello, You could do what was suggested above with the implicit Style for QuickAccessToolBar. You could probably even have it in the Resources of the UserControl or whatever your control root is.
View ArticleUpgraded from version 19.x to 22.x, Ribbon/Application Button issue
Previously my application only had 1 large icon in the top left corner, which toggled the Backstage / ApplicationMenu, and no default Windows Application Icon in the titlebar was displayed, like in...
View ArticleRe: Upgraded from version 19.x to 22.x, Ribbon/Application Button issue
Hi Farris, The "old" way with the large orb in a cirlce is no longer possible in the more recent versions. If I understand you correctly, your original concern was having both the Windows Appli...
View ArticleStrange slower performance when the screen tip appear
Hi! I have an application with ribbon, docking and everything. This application can do some intensive calculations and it works good but when I hover some ribbon buttons and the screen tip appe...
View ArticleRe: Strange slower performance when the screen tip appear
It seems that the problem might appear when also the popup for a ribbon button appears and even without the OpenTK control.
View ArticleRe: Strange slower performance when the screen tip appear
Hi Daniel, I'm sorry you're having trouble. We aren't aware of anything like the slowdown you mentioning, at least in the latest version. Are you on v23.1.4 as indicated by your original post, ...
View ArticleRe: Strange slower performance when the screen tip appear
Hi! Somehow a normal tree view was the problem. Somehow after a popup appears the tree view cicle thru IsSelected (this was bind 2 ways) a lot of times making the application so much slower. Ki...
View ArticleRe: Unable to identify dropdown press event in splitbutton
What about on Preview mouse down events. How will we distinguish!?
View ArticleRe: Unable to identify dropdown press event in splitbutton
The classic Ribbon product's SplitButton has an element in its template with name "PART_Button". If the mouse is over that element in the template, it is over the button part of the control. If i...
View ArticleHow to provide custom ui template for...
Is there any way i can write my own custom ui template (instead of plain text) for ribbon:ScreenTipService.ScreenTipDescription !? It being a DependencyObject type.. Any sample example ? T...
View ArticleRe: How to provide custom ui template for...
Hello, The ScreenTipDescription can be any object, including a Control instance, if you wish to inject something other than a string. You could even use a ContentControl instance as the ScreenTi...
View Article