Re: QAT pre-loading the QuickAccessToolBarCommonItems
That's okay, I was probably just doing something wrong. Thanks for the reply.
View ArticleRe: Backstage Scrollbars Do Not Show Up When DPI not 100%
We are using the latest build. I was not able to reproduce it in your demo. However, we are using the ThemeName.OfficeSilver theme. I'm not sure if this has an effect on the layout, but we are still...
View ArticleRe: Backstage Scrollbars Do Not Show Up When DPI not 100%
Hi Joe,Can you email us a new simple sample project that shows the issue ASAP? We are hoping to do a maintenance release very shortly, so it would be nice to debug this beforehand. Please send it to...
View ArticleRe: Changing the title of Ribbon Window is taking much time
Hi Actipro,I’m facing exactly the same issue as mentioned in the first comments.Both the logger statements and Visual Studio profiler are showing me the particular line of code (this.ApplicationName =...
View ArticleRe: Changing the title of Ribbon Window is taking much time
Hi Piyush,I don't believe we ever received a sample related to this. If you can make one, please do and send it to our support address. Reference this post and rename the .zip file extension so it...
View ArticleIncrease RibbonBar items fontsize
Hi I have a CustomTheme which actually overrides Officeblue xaml file from ActiPro. I got complaints regarding the fontsize of RibbonBar items labels. I have implemented...
View ArticleRe: Increase RibbonBar items fontsize
Hello,You can just set the Ribbon.FontSize property and that should flow down into child controls.
View ArticleEntries in the Recent Document Menu can be added to the QAT
This is easily reproducible in the 'Recent Documents' ribbon sample. Right-clicking on a recent document gives the 'Add to QAT' menu item, which works. The entry is added complete with Pin icon. You...
View ArticleRe: Entries in the Recent Document Menu can be added to the QAT
Hi Phil,Thanks for reporting this. We'll fix it for the next version. The items need a CloneService.CanCloneToQuickAccessToolBar property setting of false.
View ArticleRe: ComboBox losing focus in ribbon when the application is active
The new property in version 13.0.0592 works for this requirement:Ribbon.IsKeyboardFocusBlurredOnWindowDeactivation=FalseAgain thank you for your help.Roger
View ArticleIndeterminate checkbox
Hi,I'm trying to use a checbox in the context of MenuItem, but the indeterminate state is not rendered. Is there a particular reason for this? It feels rather strange as a user to see it like that.For...
View ArticleRe: Indeterminate checkbox
Hi,I don't believe tri-state menu items are typically done. For instance, the WPF MenuItem doesn't support it. The reason is that when a menu item is clicked, it closes the menu. So users expect...
View ArticleRe: Indeterminate checkbox
Hi,Thank you for the explaination. It makes sense as you say. I considered using tri-state in contextmenu because of the StaysOpenOnClick option. The scenario I intended it for is a limited shortcut to...
View ArticleRe: Indeterminate checkbox
Hi,ribbon:CheckBox already has an IsThreeState property that you can set to true here. The problem is that when it's a menu item, it uses a standard menu item template that doesn't currently have a...
View ArticleRe: Indeterminate checkbox
A new template for IsChecked == null would be great, but I was thinking more along the path of "allow the checkbox to display null, but don't allow the user to toggle into that mode". i.e user can only...
View ArticleRe: Indeterminate checkbox
Hi,I think you can get into that mode now. If you have IsChecked=null but then set IsThreeState=false, I believe it won't let the user change to null. With our updates for the next version it will...
View ArticleDetermine if a ribbon tab is selected
Hi,I need to know if a tab is opened. So I tried using the following code with different variations of the binding mode. <ribbon:Ribbon><ribbon:Tab...
View ArticleRe: Determine if a ribbon tab is selected
Hi Mark,I would recommend that you bind ot the Ribbon.SelectedTab property instead. That will always tell you which tab is currently selected.
View ArticleChanging Screen Resolution & screen Rotation
Hello,We are doing system testing of our application before we ship. We have noticed on some computers there is a bit of a problem with going from a smaller resolution to a larger resolution. Here is...
View Article