Quantcast
Browsing all 1458 articles
Browse latest View live

Re: QAT buttons do not work properly after updating to version 2013.1.0583

Thanks for the responce. The sample code has sent to <support@actiprosoftware.com>.Our further investigation found that, when the ribbon buttons are created in other places than the main window,...

View Article


Re: QAT buttons do not work properly after updating to version 2013.1.0583

Hi Roger,Thanks for the sample. That makes sense since at that point (when the button enters the QAT), it's binding is still the same but the DataContext being inherited down has changed due to the...

View Article


Re: QAT buttons do not work properly after updating to version 2013.1.0583

Then what we can expect in the future? It will be treated as an issue and be fixed at some stage? or we need to find workaround for solving it?

View Article

Context menu highlighting broken

We are using the ribbon ContextMenu class for regular (non-ribbon) context menus, and have found a problem with the highlighting. When the menu is close to the right edge of screen, causing sub-menus...

View Article

How to tick the selected ribbon:Button in the ribbon:Menu

<ribbon:Ribbon><ribbon:Ribbon.ApplicationMenu><ribbon:ApplicationMenu MinHeight="200"><ribbon:PopupButton ImageSourceLarge="/Res/About32.ico" ImageSourceSmall="/Res/About16.ico"...

View Article


Re: QAT buttons do not work properly after updating to version 2013.1.0583

Hi Hejian,Well the behavior prior to 2012.2 was actually a bug so how it is working now is how it's intended to be.  If you wish to persist an MVVM binding that requires an inherited DataContext then...

View Article

Re: How to tick the selected ribbon:Button in the ribbon:Menu

Hi,Sorry but the check marks (based on IsChecked) are only templated to show on the left side of the menu.  You'd need to retemplate it if you wished to have different behavior.

View Article

Re: QAT buttons do not work properly after updating to version 2013.1.0583

>>You probably want to attach to some of the CloneService events like CloneCreated and in that, update the binding.>>Alternatively you could set the DataSource of each clonable button, but...

View Article


Items can be added to QAT twice

If I add an item to the QAT via the QAT context menu. I can then also add the same item using the context menu of the associated ribbon button. They don't seem to be sharing the same "CanExecute" code....

View Article


UI Guidelines for Metro Light

Hi,I have recently upgraded my applicaton to use .NET 4.0 & therefore the latest build of Actipro. I was using Office 2007 Silver but we have decided to add the new Metro Light theme as it provides...

View Article

Re: Items can be added to QAT twice

I was able to re-create this same behavior in the "Customizing the QAT" sample with the "Italic" command. I added the Italic command to the QAT via the list boxes at the bottom of the sample. Applied...

View Article

Re: QAT buttons do not work properly after updating to version 2013.1.0583

Hi Roger,Check out the CustomizingQat QuickStart since that shows an example of handling the CloneCreated event.  Its event handler just writes to an event list in the UI but in your code, you would...

View Article

Re: Items can be added to QAT twice

Hi Kevin,I believe you can set the Id property of the controls to a string that uniquely identifies controls.  That way if you have two buttons on the ribbon that do the same thing, you can set them to...

View Article


Re: UI Guidelines for Metro Light

Hi Bret,I'm glad to hear you like the new themes.  The statusbar is a themed control by us.  In Metro themes, it is advised to use whitespace to separate statusbar content.  Although in statusbars with...

View Article

Re: QAT buttons do not work properly after updating to version 2013.1.0583

Thanks it works. Here is the code in case anyone else needs to the do the similar thing:  EventManager.RegisterClassHandler(typeof(MainWindow), CloneService.CloneCreatedEvent, new...

View Article


Re: Context menu highlighting broken

Hi Phil,This was a tricky one to track down but we finally got it fixed for the upcoming maintenance release.

View Article

Re: QAT buttons do not work properly after updating to version 2013.1.0583

Along these same lines, when the Ribbon is placed in a Template (Control or Data) the QAT clone fails to copy anything except the container itself:<ribbon:RibbonWindow...

View Article


Maximize doesn't fill the desktop

When you dock the windows taskbar to the left or to the top of the screen, if you maximize a RibbonWindow (for example the Actipro Ribbon Sample), the window doesn't fill the whole desktop.

View Article

Re: QAT buttons do not work properly after updating to version 2013.1.0583

Hi Owen,If you'd like us to look at a particular scenario, please make as bare bones of a sample as you can that shows the issue and send that to our support address.  Please rename the .zip file...

View Article

Re: Maximize doesn't fill the desktop

Hello,I'm trying this but am not seeing it happen.  Are you sure you're on the latest version?  For any tests I try, it's behaving exactly the same as normal windows.  And it should be since we rely on...

View Article
Browsing all 1458 articles
Browse latest View live