Re: content for RibbonButton
Ilia..I may have an alternative. I'm using DrawingImage resources based on geometrygroups or pathgeometries. The rectangle acts as a clipping mask and is needed for positioning.. the drawingimage will...
View ArticleIs there a datasource for RibbonTabs?
From the sample, I see the ribbon tabs are hard coded. Is there a way to adapt the MVVM pattern on it? For example:<ribbon:Ribbon x:Name="ribbon" DockPanel.Dock="Top" RibbonTabs={Binding...
View ArticleRecent Document List Pin Tooltip
I'm looking for a way to override the tooltip text displayed when hovering over the pin/unpin buttons on the recent documents menu - is there a simple way to achieve this?
View ArticleRe: Is there a datasource for RibbonTabs?
Hi Liang,I'm sorry but the Ribbon itself doesn't support MVVM like that at this time. I'll make a note of the request.
View ArticleCan the Ribbon start up with the Backstage open?
I want my app to startup into the Backstage view because this is where our Open documents and Recents and Favorites are. It doesn't appear you can simply set IsApplicationMenuOpen to true in Xaml...
View ArticleRe: Can the Ribbon start up with the Backstage open?
Sorry I think I answered my own question. I found a similar thread that I must have overlooked at first.I'm now just setting IsApplicationMenuOpen to true in the Loaded event. That works like a charm.
View ArticleRe: Recent Document List Pin Tooltip
Hi Paul,Yes all of the UI string in our products are string resources. We have documentation on the string resources and there is a tool in the Sample Browser that lets you generate code you can put...
View ArticleResize wpf Ribbon
Im using wpf Ribbon and VS 2010 and i would like to know if I can lenghen this part : https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-prn1/404451_556202771059134_1144964110_n.jpgI hope that you...
View ArticleRe: Resize wpf Ribbon
Hi Maher,No I'm sorry but Ribbon is designed to be a certain specific height so that it fits its contained buttons correctly within the groups and according to Microsoft's specifications for a ribbon UI.
View ArticleMetro Windows 8 style on Windows 7
Is it possible to have the same Metro Windows 8 look on Windows 7?
View ArticleRe: Metro Windows 8 style on Windows 7
Hi Steve,Yes, our Metro themes will render the same on any system that supports WPF, including Windows 7.
View ArticleRe: Metro Windows 8 style on Windows 7
Thanks for the quick reply. What does it mean if my outer RibbonWindow is not reflecting the style changes? I see the Ribbon and Backstage changing but not the main window.
View ArticleRe: Metro Windows 8 style on Windows 7
Hi Steve,If you are using the latest version and build then it should be updating if you set ThemeManager.CurrentTheme. Prior builds might not have had RibbonWindow supporting the Metro theme yet....
View ArticleManually adding items to Recent Document Manager
I'm trying to create a quick prototype and want to style the recent document manager but don't want to hook up any open commands. Is it possible to hardcode values into the recent document manager so I...
View ArticleRe: Manually adding items to Recent Document Manager
Hello, if you just mean that you see the items in the recent documents menu but they are disabled, that will be the case if you don't handle the ApplicationCommands.Open command in your window. If you...
View ArticleRe: Performance issue loading window with ribbon
Hi,I profiled my application for load/startup using VS2010 profiler and observed it is showing following results. I'm using 64 bit OS1. 19.2 % -...
View ArticleRe: Performance issue loading window with ribbon
We still have this problem, and a probvlem that opening and closing a actipro ribbon cost us 20Mb of memory each time.We currently are not yet on the latest version so i do not know if this is solved.
View ArticleRe: Performance issue loading window with ribbon
Hi Piyush,It sounds like you are on an older version too since all of the code you mention has since been rewritten. For instance we now have new code that does the window chrome rendering...
View ArticleItemVariantSize ignored in Menu
Stuck on using an older version because migrating was too big of a change and the boss didn't approve :), but anyways...Trying to make a dynamic popup menu with large icons, but the ItemVariantSize...
View Article