Re: Minimize Ribbon button disabled when added to the QAT
I want to add that after adding it to the QAT, serialize the QAT to a file, close the app, open the app and deserialize the QAT, this button loses the label and also the image.
View ArticleThere will be a ribbon control inside Avalonia ?
Hi! I am curious. I have a WPF applications which uses docking, ribbon, editors and other shared controls. Will I be able in the future to migrate it to Avalonia? Kind regards, Daniel
View ArticleRe: There will be a ribbon control inside Avalonia ?
Hi Daniel, Our plan is to migrate products over to Avalonia over time. It's helpful to hear from customers what their top priority products would be.
View ArticleRe: Minimize Ribbon button disabled when added to the QAT
Hi Rex, Thank you for reporting this. That button isn't supposed to be supported in the QAT, and the menu item to add it shouldn't be in the menu. We are removing the context menu item to add i...
View ArticleRe: Customize the RIbbon
Hi Daniel, While you certainly could implement that kind of thing, we don't have a sample for that sort of dialog.
View ArticleRibbon group command button inside the QAT
Hi, I have some ribbon groups which has the "Command" property bound to some commands and in this way the group has a small button on the right bottom side. The question is how can I add that s...
View ArticleRibbonGallery, ContextMenu and ZoomedInItemTemplate
Hi, We are using ActiPro WPF Controls for a long time now. I was working with the RibbonGallery and played with the ItemTemplate and ZoomedInItemTemplate. It works very well visually speaking. ...
View ArticleRe: Ribbon group command button inside the QAT
Hi Daniel, Adding the ribbon group launcher button to the QAT isn't supported at this time. You could make another regular button that ties to the same command and allow that to be added to the ...
View ArticleRe: RibbonGallery, ContextMenu and ZoomedInItemTemplate
Hi Kevin, The zoomed-in content is displayed in a WPF Popup behind the scenes, with the popup having IsHitTestVisible="False". That is what should be causing the transparent click kind of behavi...
View ArticleRibbon buttons from the BackStage are not serialized with...
Hi, For some reason the Ribbon buttons from the BackStage are not serialized with Ribbon.SerializeQuickAccessToolBarItems(); It seems that RibbonControlPath path = RibbonControlPath.GetPath...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
It seems that somehow it finds a content control as the parent of the backstage even though it should be the ApplicationMenu.<ribbon:Ribbon.ApplicationMenu><tabs:Backstage /></rib...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Hello, I don't believe the Ribbon code was ever intended to support Backstage buttons being placed in the quick access toolbar, so I'm not sure how this would have been working before. Can you p...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Hi! I have something like this structure:<ribbon:Ribbon><ribbon:Ribbon.ApplicationMenu><ribbon:Backstage><ribbon:BackstageTab><ribbon:Task...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
In the Customizing the QAT sample project I can also see the Application menu buttons. I would assume that if I select buttons from there, those buttons should be serialized correctly when calling ...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
I found an older version which was using actipro packages version 19 and this was working. This is what it was serialized:<RibbonControlPath Capacity="4"><RibbonControlPathItem Id="{...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
One other small problem is related to the RibbonControlReference constructor. Somehow it loses the ImageSource. On the customize QAT example when I press the add button it will create a clone but...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Hello, There are several related things being discussed here so allow me to summarize them. 1) Backstage was never supposed to have its items supported in the QAT. I checked v19.1 and did see ...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Assuming I really need this working, it is somehow a way to make it work? I would not want to remove functionalities which were working before the migration to the new libraries.
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Hello, Which exact v19.1 build were you using? I tried putting a ribbon:Button on a Backstage tab in v19.1.0687 (latest v19.1 maintenance release) to see if I could add it to the QAT and there i...
View ArticleRe: Ribbon buttons from the BackStage are not serialized with...
Hi! The version is indeed 19.1.0687 and I add the buttons via the Customize QAT like in the Sample Application. I implemented the same as in the Customize QAT example. It finds all the ribbon b...
View Article