Adding Menu Items to the Ribbon Interface
Adding Menu Items to the Ribbon Interface
Is there a way to add Menu Items to the Ribbon Interface?
Thanks,
John Hamilton
Hamilton & Company, LLC
John Hamilton
Hamilton & Company, LLC
Adding Menu Items to the Ribbon Interface
Hello,
Unfortunatelly we don't provide interfaces to do it.
Thank you.
Unfortunatelly we don't provide interfaces to do it.
Thank you.
Adding Menu Items to the Ribbon Interface
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
John Hamilton
Hamilton & Company, LLC
Adding Menu Items to the Ribbon Interface
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
John Hamilton
Hamilton & Company, LLC
Adding Menu Items to the Ribbon Interface
Hello John,
Please check build from 27 July. We have added new method - AddApplicationMenuItem to StiRibbonGuiService. For example:
Thank you.
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!"); });
Adding Menu Items to the Ribbon Interface
Are you guys superheroes?
:biggrin:
:biggrin:
Thanks,
John Hamilton
Hamilton & Company, LLC
John Hamilton
Hamilton & Company, LLC
Adding Menu Items to the Ribbon Interface
Hello,
Let us know if you need any additional help.
Thank you.
Let us know if you need any additional help.
Thank you.