Updating from 2016.1, Menus not working
Posted: Fri Nov 19, 2021 10:22 pm
I am currently using Stimulsoft Reports.net v 2016.1 and would like to update to the most current version. 2 things.
1. I searched around and haven't been able to find any type of guide to show what changes are in the releases. Does anyone know if there is a reference available somewhere?
2. I've found so far my old code for adding menu items into the ribbon bar is no longer working. Has anybody got an example of a working ribbon bar with custom items added?
Here's my old code for reference:
StiRibbonGuiService Ribbon = StiRibbonGuiService.GetService();
Ribbon.AddApplicationMenuItem("Test", delegate { MessageBox.Show("Testing 123!"); });
Ribbon.AddApplicationMenuItem("&Import Layout...", new EventHandler(ImportReportLayout), ImportImage, 5);
1. I searched around and haven't been able to find any type of guide to show what changes are in the releases. Does anyone know if there is a reference available somewhere?
2. I've found so far my old code for adding menu items into the ribbon bar is no longer working. Has anybody got an example of a working ribbon bar with custom items added?
Here's my old code for reference:
StiRibbonGuiService Ribbon = StiRibbonGuiService.GetService();
Ribbon.AddApplicationMenuItem("Test", delegate { MessageBox.Show("Testing 123!"); });
Ribbon.AddApplicationMenuItem("&Import Layout...", new EventHandler(ImportReportLayout), ImportImage, 5);