Page 1 of 1

RibbonGuiService.ShowMainMenuReportWizardNew obsolete

Posted: Fri Oct 02, 2015 1:17 pm
by Fabio Pagano
Good evening. Converting from 2013.2 version to 2015.2 version, in the following code:

Code: Select all

Dim RibbonGuiService As Stimulsoft.Report.Design.StiRibbonGuiService = Stimulsoft.Report.Design.StiRibbonGuiService.GetService
RibbonGuiService.ShowMainMenuReportWizardNew = False
RibbonGuiService.ShowMainMenuPageOpen = False
RibbonGuiService.ShowMainMenuFormNew = False
the compiler tells me:

'Public Overloads Property ShowMainMenuReportWizardNew As Boolean' is obsolete: 'ShowMainMenuReportWizardNew property is not used more!'
'Public Overloads Property ShowMainMenuPageOpen As Boolean' is obsolete: 'ShowMainMenuPageOpen property is not used more!'.
'Public Overloads Property ShowMainMenuFormNew As Boolean' is obsolete: 'ShowMainMenuFormNew property is not used more!'.

May you kindly tell me how can I convert these statements?

Thank you.

Re: RibbonGuiService.ShowMainMenuReportWizardNew obsolete

Posted: Mon Oct 05, 2015 6:55 am
by HighAley
Hello

These properties were moved to static options.
You could find all of them in the StiOptions.Designer.Ribbon static class.

Thank you.

Re: RibbonGuiService.ShowMainMenuReportWizardNew obsolete

Posted: Mon Oct 05, 2015 12:32 pm
by Fabio Pagano
Good evening.

I've tried:

Code: Select all

Stimulsoft.Report.StiOptions.Designer.Ribbon.ShowMainMenuReportWizardNew = False
But the compiler tells me:

'Public Shared ShowMainMenuReportWizardNew As Boolean' is obsolete: 'ShowMainMenuReportWizardNew property is not used more!'

Thank you.

Re: RibbonGuiService.ShowMainMenuReportWizardNew obsolete

Posted: Mon Oct 05, 2015 2:13 pm
by HighAley
Hello.

Unfortunately, the ShowMainMenuReportWizardNew property was obsolete too.
It's impossible to disable the Wizards in Ribbon Designer now.
Could you specify how do you use the Ribbon Designer? Do you need to disable all wizards?
After your answer we will consider what can be done.

Thank you.

Thank you.

Re: RibbonGuiService.ShowMainMenuReportWizardNew obsolete

Posted: Wed Oct 07, 2015 2:58 pm
by Fabio Pagano
Good morning.

This behavior is not a problem for me, so you can surely leave as it is now.

Thank you.

Re: RibbonGuiService.ShowMainMenuReportWizardNew obsolete

Posted: Thu Oct 08, 2015 6:18 am
by HighAley
Hello, Fabio.

OK. Let us know if you need any additional help.

Thank you.