Page 1 of 1

StiRibbonGuiService in Wpf designer

Posted: Fri Mar 07, 2014 8:28 pm
by kuma
Hi,
I not found StiRibbonGuiService in wpf designer.

I need add a menu item.

workaround?

thanks

Re: StiRibbonGuiService in Wpf designer

Posted: Mon Mar 10, 2014 6:29 am
by Alex K.
Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your task in more details?

Thank you.

Re: StiRibbonGuiService in Wpf designer

Posted: Mon Mar 10, 2014 8:10 am
by kuma
Ok, I need add a menu item and I found in other discussions this code:

Code: Select all

StiRibbonGuiService service = StiRibbonGuiService.GetService(); 
service.AddApplicationMenuItem("Test", delegate { MessageBox.Show("Test Clicked!"); });
but this code work fine for classic .net designer.

I need make this work in wpf designer.

thank you

Re: StiRibbonGuiService in Wpf designer

Posted: Mon Mar 10, 2014 12:18 pm
by Alex K.
Hello,

Unfortunately, it is not possible in WPF version. Sorry.

Let us know if you need any additional help.
Thank you.

Re: StiRibbonGuiService in Wpf designer

Posted: Mon Mar 10, 2014 5:08 pm
by kuma
I understand,
this feature will be implemented for wpf designer?

Re: StiRibbonGuiService in Wpf designer

Posted: Tue Mar 11, 2014 7:14 am
by HighAley
Hello.
kuma wrote:this feature will be implemented for wpf designer?
This feature will not be available in any WPF component.

Thank you.