Re: ribbon in a grid with row height: excepetion
Something was triggering a size update in Ribbon by a couple pixels when the Backstage opens. We close key tip mode when that occurs more than a certain threshold. I've increased the threshold for...
View ArticleCannot move application window since 2012.2.571 build
Hey guys,Since we upgraded to the 2012.2.571 build we are having some big problems. One of which is that our main window (RibbonWindow) for the application is immovable. It can be resized, but if you...
View ArticleRe: Cannot move application window since 2012.2.571 build
Hi Austin,We have updated things to help with some black area rendering in the newer RibbonWindow implementation and we have a preview build of these changes for the upcoming maintenance release we...
View ArticleHow to create a data bound sub menu
I'm trying to convert my context menu with a data bound sub menu to ribbon menu. The follow is my current MenuItem<MenuItem DisplayMemberPath="Name" Header="Book Grouping" ItemsSource="{Binding...
View ArticleRe: How to create a data bound sub menu
Hi David,I believe we've had customers in the past do something along the lines of this:<ribbon:PopupButton Label="Book Grouping" ...><ribbon:Menu ItemsSource="{Binding...
View ArticleRe: How to create a data bound sub menu
Thanks! That works fine. I guess I should have thought it myself. Brain freeze!Thanks for answering.
View ArticleRibbonbar and new 2012.2 version
Hi,I would like to know if the bug with ribbonbar and group sections error designtime in visual studio 2012 is solved?
View ArticleRe: Ribbonbar and new 2012.2 version
Hi Arthur,Yes, a workaround for that issue should be in place now.
View ArticleRe: Cannot move application window since 2012.2.571 build
Hey guys,We have upgraded to version 2012.2.572 recently in order to get a solution to one of our outstanding issues. Afterwards we noticed that we are having the same symptoms as the title of this bug...
View ArticleProblem with refresh: DocumentName and ApplicationName in title bar
HelloThis is example: <ribbon:RibbonWindow x:Class="TitleProblem.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"...
View ArticleRe: Problem with refresh: DocumentName and ApplicationName in title bar
Hi Marcin,Which exact build are you using? I thought we had fixed that in build 572.
View ArticleRe: Problem with refresh: DocumentName and ApplicationName in title bar
We use "ActiproSoftware.Products.Ribbon.RibbonLicenseToken, ActiproSoftware.Ribbon.Wpf, Version=12.2.571.0", so I will check it.Thank you for fast answer.
View ArticleRe: Problem with refresh: DocumentName and ApplicationName in title bar
Ok good, I modified the build you entered in the original post so that other customers who run into this don't think it happened in build 572 as well.
View ArticleRe: Cannot move application window since 2012.2.571 build
Hi Andras,Part of the updates to RibbonWindow include using a more Windows native hit testing. Since RibbonWindow can render WPF UI elements in the title bar area (like the QAT and contextual tab...
View ArticleRe: Cannot move application window since 2012.2.571 build
Thanks,We have had modified the styles of the Ribbon in our application long ago. During the upgrade to version 2012.2.572 we didn't touch those styles and therefore themes:WindowChrome.ElementKind...
View ArticleRe: Problem with refresh: DocumentName and ApplicationName in title bar
I checked, build 572 fixed this problem. Thank you.
View ArticleApplication Button Background color
Hi! How can i change Application Button Background color only for this button.I am using Metro Ligth Style.<SolidColorBrush x:Key="{x:Static...
View ArticleRe: Application Button Background color
Hello, per the upgrade notes for 2011.2, that class was removed and similar assets were put on the newer AssetResourceKeys class. So you can reference them like this now:{x:Static...
View Articlewhat's wrong about font with ribbon:button in a ribbon:menu?
<ribbon:SplitButton Label="中文"><ribbon:Menu><MenuItem Header="剪切"></MenuItem><ribbon:Button Label="剪切" /></ribbon:Menu></ribbon:SplitButton> Run and look...
View Article