Page 1 of 1

Updating from 2016.1, Menus not working

Posted: Fri Nov 19, 2021 10:22 pm
by peterparker55
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);
image_2021_10_08T21_18_06_068Z.png
image_2021_10_08T21_18_06_068Z.png (55.92 KiB) Viewed 1222 times

Re: Updating from 2016.1, Menus not working

Posted: Mon Nov 22, 2021 6:14 am
by Max Shamanov
Hello,

here are the links to:
- our changes (https://www.stimulsoft.com/en/changes/ultimate)
- adding custom component (https://www.stimulsoft.com/en/samples/r ... e-designer)

Thank you.