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

Re: Ribbon Menu live preview

Thank you.In my case, I have a SplitButton containing Menu of Buttons inside a Ribbon. The Parameter is of type CheckableCommandParameter. Any idea?

View Article


Re: Ribbon Menu live preview

Hello,I believe IValueCommandParameter is required to support our live preview features.  If you also need checking, perhaps you could make an object that implements both IValueCommandParameter and...

View Article


Re: Ribbon Menu live preview

<ribbon:Group Label="Edit" >​<ribbon:SplitButton Id="Edit" Label="Edit" ImageSourceLarge="/Resources/Images/Edit32.png" ><ribbon:Menu><ribbon:Button Label="Menu item 1"...

View Article

Re: Ribbon Menu live preview

Oh, apologize... I forgot to confirm which controls support live preview.  Only ComboBox and galleries support that command-driven form of live preview.

View Article

Re: Ribbon Menu live preview

Yeah, that's what I thought so there is no easy way to do preview in Menu, right?

View Article


Re: Ribbon Menu live preview

Probably not with our built-in features unless you use a PopupGallery in your menu.  That would support it per above.

View Article

Re: Remote desktop crash

Hi Hayden,Yes WPF will reapply templates whenever it connects a remote desktop session.  Thanks for the repro steps in this case.  I believe we found a workaround and have added it for the next...

View Article

Re: Ribbon Menu live preview

Thanks, PopupGallery actually works well.

View Article


Re: Remote desktop crash

Thanks for the quick reply! I will implement the loaded check while I wait for your fix.

View Article


No Keyboard Input in WindowsFormsHost after Interacting with Ribbon TextBox...

Hi, so this is a weird one so hang in there with me. I'm really stumped and not sure what to do.I have an application with an Actipro WPF Ribbon Window with a ribbon containing a few ribbon text boxes...

View Article

Re: No Keyboard Input in WindowsFormsHost after Interacting with Ribbon...

Hi Nate,I'm sorry you're running into trouble.  I haven't heard of anything like that but WPF/WinForms interop focus can sometimes be wonky.  Can you make a new simple sample project showing this...

View Article

Re: No Keyboard Input in WindowsFormsHost after Interacting with Ribbon...

Thanks for the response. As I was building my test app to send in I discovered I'd set HwndSource.DefaultAcquireHwndFocusInMenuMode = false;in my App.xaml.cs. This appears to be what was messing up my...

View Article

Re: No Keyboard Input in WindowsFormsHost after Interacting with Ribbon...

Hi Nathan,Great, I'm glad you sorted it out and thanks for the comments.  Good luck with your app deployment in the next few days!  And feel free to post a link to some screenshots of it.  We love to...

View Article


Ribbon window: Is there a way to add a control to the left of the minimize...

Hello,I have a requirement for adding a button to the left of the minimize button in the ribbon window. Is there a way to do this currently?

View Article

Re: Ribbon window: Is there a way to add a control to the left of the...

Hello,One option would be to add a button to the Ribbon.TabPanelItems collection.  That won't put the button in the title bar but it will be in the same row as the Ribbon's tabs, on the right side.If...

View Article


ribbon:Button CommandParameter binding issue

Hi,We're stuck on an older version (2011.1), but wanted to see if you had any input on this issue. We're using "by the book" MVVM, so we're binding controls to RelayCommandT: <ribbon:Button...

View Article

Re: ribbon:Button CommandParameter binding issue

Hello,Unfortunately what you are doing is probably the only way.  Or alternatively to change our RelayCommandT<int> to be a RelayCommandT<object>.  And in your command handler logic see if...

View Article


Black screen after update to 17.2.622

Hi, we are currently upgrading our actipro from V16 to 17.2.622. Although after the upgrade certain application shows up a black screen. It seems like one actipro component is failing to load which...

View Article

Re: Black screen after update to 17.2.622

Well nevermind, we found the problem. One dll using actipro was not updated to the latest version and which was causing the projects to build using an old version... Sorry about that :S

View Article

ribbon:ComboBox leave popup open

I noticed StaysOpenOnClick property which prevents the parent popup from closing.  Unfortunately it doesn't seem to affect the drop down part of ribbon:ComboBox.I'm trying to implement a multiselect...

View Article
Browsing all 1458 articles
Browse latest View live