Re: Upgrading ActiPro controls from current 11.1.545.0 to 12.2.573.0
I'm again trying to upgrading all the actipro controls being used in my project from current 11.1.545.0 to to 13.1.581.0.Our release is due mid of next month, please do the needful for followingThemes...
View ArticleRe: Upgrading ActiPro controls from current 11.1.545.0 to 12.2.573.0
Hi Piyush,If you have any questions on some of these remaining ones, it's pretty easy to look in the old version's default themes where the brush was used and then see how its used in the new version's...
View ArticleRe: Upgrading ActiPro controls from current 11.1.545.0 to 12.2.573.0
Hi,Is there any document related to the changes (mapping of old version with the new one).The help file provided with the setup is occasionally not helpful.
View ArticleRe: Upgrading ActiPro controls from current 11.1.545.0 to 12.2.573.0
Yes, we include a full release history that is available in the Sample Browser. That shows all the changes and enhancements made for each version. If there are breaking changes, which are rare, then...
View ArticleHow to I change the selected tab's foreground color for a ribbon backstage tab?
I'm overwriting the default backstage tab colors in my application by specifying new colors for the brush keys like so:I can't seem to find the key that specifies the foreground text color for the tab...
View ArticleDisabling context menu on ribbon button
All ribbon buttons inherit their context menu from the ribbon. Is there a way to stop this?I have a ribbon button in the popup content of a popup button on a ribbon. When I right click the button, I...
View ArticleRe: How to I change the selected tab's foreground color for a ribbon...
Hi Mick,That one is BackstageTabItemForegroundSelectedBrushKey.
View ArticleRe: Disabling context menu on ribbon button
Hi David,Please take a look at the "Customizing Context Menus" topic in the "Controls" section of the Ribbon documentation. That tells you how you can customize context menus.
View ArticleRemoving the gradient at the bottom the the metro light theme
At the bottom edge of the ribbon in the metro light theme, there's a small gradiant that gives the ribbon a drop shadow. How can I remove that? Thanks.
View ArticleRe: Overlay for ribbon window
Just for everyone else to understand. The application menu of the Actipro ribbon is rendered on the adorner layer. So we finally had to move our overlay to the adorner layer as well.
View ArticleRe: Removing the gradient at the bottom the the metro light theme
Hello, unfortunately at this time it's built into the Ribbon's template. What happens is that area is used to show a contextual tab group color (if one is selected) and otherwise falls back to showing...
View ArticleRe: Disabling context menu on ribbon button
I don't what to custimize it. I want to turn it off. Allowing ribbion minimize in in the content of a popup makes no sense. The ribbon minimizie command should only apper in the ribbon tabs. Not on...
View ArticleRe: Disabling context menu on ribbon button
Hi David,Sorry but that's the only way you can hide it, by doing the customization.
View ArticleNested PopupButton ALWAYS closes outermost Popup on click
I am struggling to keep all popup content from closing when a NESTED PopupButton is clicked. By NESTED, I mean a PopupButton that resides within the content of another PopupButton. The nested button...
View ArticleRe: MVVM with Tabs and Groups
I have also had to get "too creative", when simply binding a RibbonGroup template to a view model collection would be so easy. Please look into providing better MVVM support to the Ribbon as you have...
View ArticleRe: Nested PopupButton ALWAYS closes outermost Popup on click
Hi Kevin,Can you make a new simple sample project that shows the issues and email that to our support address so we can debug it? Please reference ths thread and rename the .zip file extension so it...
View ArticleRibbon.Visibility detaches with MetroLight theme
In the latest build of the ribbon controls, the Ribbon.Visibility property detatches bindings the second time the bound property is set. This seems to happen in MetroLight/MetroWhite theme. Changing to...
View ArticleRe: Ribbon.Visibility detaches with MetroLight theme
Hi Bjørnar,If the IsRibbonVisibleWithBackstage property is set to false (which I believe it is in Metro themes), RibbonWindow puts a binding on the Ribbon's Visibility property to hide it when...
View ArticleHow to remove menu items in ribbon's contextmenu?
Hi,When I right click the ribbon, the context menu shows,and it has three items: Add to quick access toolbar, Show quick access tool bar below the ribbon,Minimize the ribbon. Now I want to remove two...
View Article