Adding Menu Items to the Ribbon Interface

Stimulsoft Reports.NET discussion
Post Reply
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Adding Menu Items to the Ribbon Interface

Post by johnham »

Is there a way to add Menu Items to the Ribbon Interface?

Thanks,
John Hamilton
Hamilton & Company, LLC
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Adding Menu Items to the Ribbon Interface

Post by Jan »

Hello,

Unfortunatelly we don't provide interfaces to do it.

Thank you.
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Adding Menu Items to the Ribbon Interface

Post by johnham »

Will this be available at some point in the future? It was available in the standard toolbar and we REALLY need to add a couple of config screens for the report writer's interaction with our software.

Thanks,
John Hamilton
Hamilton & Company, LLC
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Adding Menu Items to the Ribbon Interface

Post by johnham »

Is there a thought as to when this might be available? This is one of the few areas where the ribbon interface is lacking. I like the ribbon interface and would like to keep using it but not having a way to add a custom menu item to the Menu is becoming a really big deal for us.
Thanks,
John Hamilton
Hamilton & Company, LLC
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Adding Menu Items to the Ribbon Interface

Post by Jan »

Hello John,

Please check build from 27 July. We have added new method - AddApplicationMenuItem to StiRibbonGuiService. For example:

Code: Select all

StiRibbonGuiService service = StiRibbonGuiService.GetService();
service.AddApplicationMenuItem("Test", delegate { MessageBox.Show("Test Clicked!"); });
Thank you.
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Adding Menu Items to the Ribbon Interface

Post by johnham »

Are you guys superheroes?

:biggrin:

Thanks,
John Hamilton
Hamilton & Company, LLC
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Adding Menu Items to the Ribbon Interface

Post by Ivan »

Hello,

Let us know if you need any additional help.

Thank you.
Post Reply