Quantcast
Channel: Ribbon for WPF - Recent Posts
Browsing all 1458 articles
Browse latest View live

Maximized ribbon window position issue on Windows 7 when the OS taskbar is...

When the OS taskbar is docked to the left and the ribbon window is maximized, the ribbon window does not use the whole area of the screen, instead it leaves a gap between the taskbar and the left...

View Article


Re: Black area when RibbonWindow is maximized

Hi Ilian,I can see it happening with that scenario.  I spent a while on this and narrowed it down to the changes in 2013.2 where we added a handler for the WM_GETMINMAXSIZE windows message.  The reason...

View Article


Re: Maximized ribbon window position issue on Windows 7 when the OS taskbar...

Hi Roger,Can you try this on the latest 2013.2 maintenance release and see if it still happens there?

View Article

Re: Maximized ribbon window position issue on Windows 7 when the OS taskbar...

Thanks. It seems that the latest maintenance version (2013.2.0591) fixes the issue.

View Article

Re: Ribbon out of the main window

While it may not be a bad thing and not cause any real problem I have had reports that it's a bug from my customers simply becasue it looks odd and it does behave differently than Microsoft products...

View Article


Re: Ribbon out of the main window

Hi Ken,All of the popups are displayed in XAML via bindings and we tell the Popup which bounds to display around and how big it should be.  Unfortunately WPF has behavior built-in to ensure that popups...

View Article

Re: Window Style not getting applied in Ribbon Window

The last post on this thread was 4 years ago. I am wondering if you have implemented some solution to achieve Full Screen Ribbon Window (the one that goes over the task bar).What is the recommended...

View Article

Re: Window Style not getting applied in Ribbon Window

Hi Andras,Sorry but no, we don't have any modes for that.  You can put your window content in a normal Window, set its WindowStyle to None, and then I believe you'll get the effect you want.

View Article


ComboBox losing focus in ribbon when the application is active

Hi there,To reproduce:We have an application using editable Actipro ribbon ComboBox in the ribbon group.1. The combo box got focus when the user is typing in it.2.The Use swaps to another application...

View Article


Re: ComboBox losing focus in ribbon when the application is active

Hi Roger,What is happening here is that we have code in Ribbon that is called when the parent Window is deactivated.  In that case, if keyboard focus is still in the Ribbon, it will return focus to the...

View Article

Re: ComboBox losing focus in ribbon when the application is active

Thanks for the answer. We notice that MS Office has the same the behaviour as Actipro ribbon, which would be suitable to most usages.But in our particular situation, any possibility to customize this...

View Article

Re: ComboBox losing focus in ribbon when the application is active

Hi Roger,Ok we will add a property to control this behavior.  It will be in the next maintenance release.

View Article

Re: ComboBox losing focus in ribbon when the application is active

Appreicate that. You guys really help!

View Article


RecentDocumentManager Pin Event

Hi there!I was wondering, if there is some king of event, or method, that I can catch, that would tell me if the RecentDocumentManager element is pined or Unpinned ThanksHugo

View Article

Re: RecentDocumentManager Pin Event

I'm working with ActiproSoftware.Ribbon.Wpf30, version 9.2.515.0

View Article


Re: Backstage Scrollbars Do Not Show Up When DPI not 100%

We actually were able to finally upgrade.  We see the scrollbars show up at 96 dpi and 144 dpi, but they are still not showing up for 120 dpi.  I can send a screen shot if you are interested in seeing...

View Article

Re: RecentDocumentManager Pin Event

Hi Hugo,Unfortunately we don't have an event for that.  You could probably just check the pinned states of the document references once the menu is closed though instead of doing them as the pin state...

View Article


Re: Backstage Scrollbars Do Not Show Up When DPI not 100%

Hi Joe,Thanks, feel free to post your screenshot, but we really need to be able to repro it here to be able to do anything.  Can you give exact steps to repro it?  Per our reply a couple months back,...

View Article

RibbonGallery Popup Placement

I have tried to cause by PopupGallery to open so that the top of the popup happens at the bottom the RibbonGallery.  However, it always opens positioned at the Top and covers the PopuGallery Button....

View Article

Problems with KeyTipAccessText in context menus

Our application uses data bound ribbon context menus (i.e. binding ItemsSource with a DataTemplate to create Buttons etc) and we've discovered that access keys aren't working properly. If I set...

View Article
Browsing all 1458 articles
Browse latest View live