StiRibbonGuiService in Wpf designer

Stimulsoft Reports.WPF discussion
Post Reply
kuma
Posts: 11
Joined: Fri Feb 21, 2014 2:09 pm

StiRibbonGuiService in Wpf designer

Post by kuma »

Hi,
I not found StiRibbonGuiService in wpf designer.

I need add a menu item.

workaround?

thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: StiRibbonGuiService in Wpf designer

Post by Alex K. »

Hello,

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

Thank you.
kuma
Posts: 11
Joined: Fri Feb 21, 2014 2:09 pm

Re: StiRibbonGuiService in Wpf designer

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: StiRibbonGuiService in Wpf designer

Post by Alex K. »

Hello,

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

Let us know if you need any additional help.
Thank you.
kuma
Posts: 11
Joined: Fri Feb 21, 2014 2:09 pm

Re: StiRibbonGuiService in Wpf designer

Post by kuma »

I understand,
this feature will be implemented for wpf designer?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: StiRibbonGuiService in Wpf designer

Post 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.
Post Reply