Re: RecentDocumentManager Pin Event
Thanks for your reply.This is the conclusion I've ended with.Have a good day!
View ArticleRe: RibbonGallery Popup Placement
Hi Ken,It is intentional (and I think it might even be a requirement by Microsoft) that the popup gallery cover up the in-ribbon gallery. I don't believe we have a way to change that since it is by...
View ArticleRe: Problems with KeyTipAccessText in context menus
Hi Phil,Thanks for the sample. We've fixed the access keys with DataTemplate issue and the toggle between items issues for the next maintenance release. For the other request, we haven't yet seen a...
View ArticleRe: Problems with KeyTipAccessText in context menus
Thanks, the first problem was the most important one, I doubt most people would notice the underline issue! If it helps, the ContextMenuOpening event has the positions as (-1, -1) if the menu was...
View ArticleRe: Problems with KeyTipAccessText in context menus
Hi Phil,That's a good point, we never knew that. But unfortunately it doesn't look like there is an OnOpening method or anything on ContextMenu itself.
View ArticleRibbonWindow not closing when double-clicking system menu
For a ribbon application double-clicking on the small application icon (system menu/left top border) should close the application. But instead the application is maximized. Also clicking with the left...
View ArticleRe: RibbonWindow not closing when double-clicking system menu
Hi Stefan,I'm trying to reproduce this but am not seeing it happen. When I run any of our samples with a RibbonWindow, I can left click the icon to see the system menu and can double-click it to close...
View ArticleRe: RibbonWindow not closing when double-clicking system menu
ok - I tried to reproduce the behavior with our application on another machine with Win8.1/Pro/US and in a VirtualBox with Win7-64/Ultimate/US. For both it works ok.Only on my Win7-64/Ultimate/German...
View ArticleRe: Backstage Scrollbars Do Not Show Up When DPI not 100%
Sorry for the long delay.To reproduce this we went to: Control Panel -> Appearance and Personalization -> Display and set to "Medium - 125%" which will prompt a restart.After restarting we went...
View ArticleRe: RibbonWindow not closing when double-clicking system menu
That's really bizarre... I don't know why it would have problems on a German machine since that doesn't even affect flow direction or anything. If you change some culture settings on your...
View ArticleRe: RibbonWindow not closing when double-clicking system menu
I did some quick tests on different machines (all have 64bit OS):Win 8.0 German with German display is ok.Win 8.1 US (Eval) is ok for English and German display languages.But I can reproduce the...
View ArticleRe: Backstage Scrollbars Do Not Show Up When DPI not 100%
Hi Joe,Odd, I'm running my Surface Pro at 125% and can see the Backstage scrollbars ok in our main Ribbon demo. Are you sure you're on the latest build of our controls? Can you repro it with our main...
View ArticleRe: RibbonWindow not closing when double-clicking system menu
Hi Stefan,I'm really not sure how the display language could really affect whether the system icon button is hit tested properly. Do you see the same issue on a regular Window that has our Themes'...
View ArticleSet DocumentWindow Maximized
How to make the documentwindow in standardmdihost maximized when it's created? I set the property AreWindowsMaximized ="True" ,but , It cannot be restored when it's minimized.
View ArticleAdjust the width of Ribbon ApplicationMenu with Backstage Tabs
Dear Actipro Team,how can we enlarge the width of the Backstage Application menu. It seems to be fixed with140 units. Thanks
View ArticleRe: Set DocumentWindow Maximized
Hello, I'm trying to see any problems but I can't reproduce anything wrong. For questions like this, please post the related XAML and always give very details steps on how to reproduce the issue. Or...
View ArticleRe: Adjust the width of Ribbon ApplicationMenu with Backstage Tabs
Hi Wilfried,You can set RibbonMeasurements.BackstageTabWidth to another value at app startup to alter this.
View ArticleRe: Adjust the width of Ribbon ApplicationMenu with Backstage Tabs
That's it! Thanks for the tip!
View ArticleSetting the minimum width on a RibbonGallery
I need to fix the minimum width of the RibbonGallery to 4 items, even when there is only one item available. I repopulate the gallery when the user changes selection on a tree, which causes the ribbon...
View ArticleRe: Black area when RibbonWindow is maximized
Hello,I have the same strange behavior when I do this:I set the resolution of my screen to 800x600I run the Actipro Software WPF Controls Sample BrowserI set the resolution of my screen to 1600x1200Now...
View Article