Re: Gap between menu item and submenu in Ribbon's Application Menu
Hello,Unfortunately the change is within our C# code in how it handles the popup placement for that one particular scenario. There's nothing that you can change externally or in XAML to resolve it.
View ArticleBackstage does not obscure whole UI when ribbon is minimized.
1. Minimise the ribbon2. Press the backstage button.3. There is a horizontal strip that is drawn over the top of the backstage view, making it useless.
View ArticleRe: Backstage does not obscure whole UI when ribbon is minimized.
Hi Max,I just tried this in our main Ribbon demo in the latest v2016.1 build 635 and didn't see any problems. Are you sure you are trying this on the latest build? If not, can you tell us exactly...
View ArticleRe: Backstage does not obscure whole UI when ribbon is minimized.
I'm using version 16.1.630.0 of the Ribbon. In truth we only need the backstage behaviour, not the ribbon tab behaviour - so we only had a file menu with the ribbon always minimised.Code...
View ArticleRe: Backstage does not obscure whole UI when ribbon is minimized.
Hi Max,Can you make a new simple sample project (no Prism) that shows the issue happening and email that to our support address. Please reference this thread in your email and rename the .zip file...
View ArticleSplitButton changes behavior depending on VariantSize
Hello,I am adding to my ribbon a control that like Powerpoint lets you change the fill/border etc color of a shape.For it I am using the ribbon SplitButton.It has an image and a label.Now If I set the...
View ArticleRe: SplitButton changes behavior depending on VariantSize
Hello,We mimic how Office renders controls like split buttons. When I look at Office apps, they render the same as what our controls currently do. Can you give a specific example of where you see...
View ArticleRe: SplitButton changes behavior depending on VariantSize
I am looking at the "Shape Fill" button in Powerpoint. I see that the text is with the dropdown arrow. In other words I can click on the text and the color picker shows up, you do not need to click on...
View ArticleRe: SplitButton changes behavior depending on VariantSize
Thank you, we hadn't seen that usage kind before. We will mark down the request for adding support for this layout kind. In the meantime, you would have to use the large variant or retemplate the...
View ArticleCanExecut not called for collapsed Ribbon elements
Hello.I'm use next command callback private void OnNextCanExecuted(object sender, CanExecuteRoutedEventArgs e) { var bt = e.Parameter as UIElement; if (bt != null) { bt.Visibility = (Surfaces?.Count ??...
View ArticleRe: CanExecut not called for collapsed Ribbon elements
Hello,At a quick glance, I'm not seeing that we have any code preventing can-execute from being called for collapsed buttons. But I wouldn't really expect any commands to be examined for collapsed...
View ArticleWhat's the difference between actipro ribbon and microsoft one?
Microsoft has included the Ribbon control in WPF.I'm designing new application (.NET 4.5.1) that's going to use ribbon and I'm wondering which ribbon I should choose: actipro or microsoft?Can someone...
View ArticleRe: What's the difference between actipro ribbon and microsoft one?
Hello,We haven't really used theirs, but it seems like a lot of their APIs are similar to concepts we originally came up with (ours was out first, many years ago). From looking at screenshots, I can...
View ArticleShow image on tab
Ribbon Tab have ImageSourceSmall and ImageSourceLarge properties.How can I use them?I would like to show a small icon before the tab label - is it possible?What's the best way to do it?By default...
View ArticleRe: Show image on tab
Hello,Those properties are only on Tab because it indirectly inherits the ControlBase control, which has those defined. However our Tab control template doesn't use those image properties at all....
View ArticleRe: What's the difference between actipro ribbon and microsoft one?
I used the MS ribbon for two years before switching to the Actipro ribbon. The MS ribbon has a lot of bugs, Actripro ribbon does not!Furthermore MS did not fix these bugs with new .NET releases for...
View ArticleRibbonWindow issue when I upgraded my .Net version from V 4.0 to V 4.5.2
Issue Description:Window is trying to adjust width, seems it is rendering width a kind of shaking before displaying windowWe are using a RibbonWindow to show a MessageBox, We are facing this rendering...
View ArticleRe: New problem with Older build...
Hi JohnBlaze and Actipro Software Support,Even I'm facing the same Issue with same version of Actipro 11.1.545.We are using a RibbonWindow, We are facing this rendering issue in .Net 4.5.2 in Windows...
View ArticleBackstageTab with icons
Hi,looking at your page http://www.actiprosoftware.com/products/controls/wpf/ribbon/backstage I found the backstage applicationmenu having icons next to the buttons. I did not find a sample that...
View ArticleRe: RibbonWindow issue when I upgraded my .Net version from V 4.0 to V 4.5.2
Hello,It's hard to say but if it's only showing up on a certain .NET/Windows combination and not either of those on other combinations, it probably isn't something we have control over since it's...
View Article