Page 1 of 1

Adding Menu Items to the Ribbon Interface

Posted: Thu Jul 09, 2009 5:36 pm
by johnham
Is there a way to add Menu Items to the Ribbon Interface?


Adding Menu Items to the Ribbon Interface

Posted: Sat Jul 11, 2009 12:33 am
by Jan
Hello,

Unfortunatelly we don't provide interfaces to do it.

Thank you.

Adding Menu Items to the Ribbon Interface

Posted: Mon Jul 13, 2009 12:36 pm
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.


Adding Menu Items to the Ribbon Interface

Posted: Sun Jul 19, 2009 8:42 pm
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.

Adding Menu Items to the Ribbon Interface

Posted: Tue Jul 21, 2009 6:11 am
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.

Adding Menu Items to the Ribbon Interface

Posted: Wed Jul 22, 2009 1:07 pm
by johnham
Are you guys superheroes?

:biggrin:


Adding Menu Items to the Ribbon Interface

Posted: Tue Jul 28, 2009 1:22 am
by Ivan
Hello,

Let us know if you need any additional help.

Thank you.