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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: Ribbon Menu live preview
Yeah, that's what I thought so there is no easy way to do preview in Menu, right?
View ArticleRe: 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 ArticleRe: 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 ArticleRe: Remote desktop crash
Thanks for the quick reply! I will implement the loaded check while I wait for your fix.
View ArticleNo 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRibbon 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 ArticleRe: 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 Articleribbon: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 ArticleRe: 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 ArticleBlack 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 ArticleRe: 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 Articleribbon: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