Re: RibbonButton and Touch input
Hi Mark,We have some ideas of things we'll try to help improve this, ideally without losing mouse over effects. We'll post a status update once we see how they work out.
View ArticleRe: RibbonButton and Touch input
Hi Mark,We've been able to update the ribbon controls to better support the touch scenario. These updates will be in the 2013.2 version.
View ArticleRe: RibbonButton and Touch input
Hi,that's great news! When will 2013-2 be released?ThanksMark
View ArticleRe: RibbonButton and Touch input
Hi Mark,It should be in the next several weeks, as soon as we wrap up some last things.
View ArticleHow to completely remove the QuickAccessToolbar and free the space?
Hi,Even if I set QuickAccessToolBarLocation="None", although the toolbar is invisible, the space it takes (the blank row) is still there, in between the Ribbon control and the window frame.How do I...
View ArticleRe: How to completely remove the QuickAccessToolbar and free the space?
Hi Charles,Sorry but that space is required because contextual tab groups can render their headers up there as well.And actually, RibbonWindow (in 2013.1 at least) does use a WindowChrome behind the...
View ArticleShortcuts in Application Menu
Hi,we are building an application with the ActiPro Ribbon component. In the Application Menu there is a mix of Ribbon Backstage Tabs and Ribbon Buttons. The Buttons do not have any Icons. If we use...
View ArticleRe: Shortcuts in Application Menu
Hi Marc,I believe in previous Office versions, they were aligned how we do it now. But we will update the key tip locations for buttons in the Backstage header in the 2013.2 version to align with the...
View ArticleRibbon Backstage Focus
We are building an application using the ribbon and noticed an issue with the focus. If the backstage is open and another application is oppened in front, the focus is lost when we try to bring our...
View ArticleRe: Shortcuts in Application Menu
Thanks for your answer and thanks for updating the locations in the next version. You are correct. In Office 2010 the buttons had an icon and the text location was therefore different.
View ArticleRe: Ribbon Backstage Focus
Hi Joe,If you press Alt while in this scenario, the key tips will show up again.
View ArticleRe: Ribbon Backstage Focus
Sorry, maybe I was a little off on the question.If you do the same steps as above in Word, the arrow keys and Tab work fine when bringing the application from the background. In your sample...
View ArticleRe: Ribbon Backstage Focus
Hi Joe,Thanks, we have updated the RibbonWindow code for the upcoming v2013.2 to move focus into the Backstage in a RibbonWindow.Activated event handler, if Backstage is open and focus is not already...
View ArticleVisual bugs
Even though this is only visually disturbing I wish to report this.On the backstage menu the back arrow button gets it's bottom part cut off.When ribbon is minimized the backstage menu get's a line...
View ArticleRibbonGallery shows always 3 columns
<ribbon:RowPanel ><ribbon:ButtonGroup IsEnabled="{Binding IsEnabled}" ><ribbon:SplitButton Focusable="False" Command="{Binding AddListCommand}" Name="RSB_BulletList" ImageSourceSmall...
View ArticleRe: Visual bugs
Hi Tomas,Thanks for reporting these. We've fixed them for the upcoming 2013.2 version.
View ArticleRe: RibbonGallery shows always 3 columns
Hi Arthur,You are putting a RibbonGallery in a popup. RibbonGallery is only intended for use in the Ribbon, directly within a Group. You should be using PopupGallery instead if you would like to have...
View ArticleLabels on controls in a RowPanel/ButtonGroup
Hi, I saw this question posted about 5 years ago but I'm unclear on the answer.Is it possible to show controls like buttons and spinners with a label inside a ButtonGroup?Thanks,Steve
View ArticleSplitButton image is not greyed when disabled
Hi,A SplitButton behaves differently from a regular button in disabled state.When IsEnabled=false, the image is still in active state. Whereas in a regular button the image is greyed.Any...
View Article