Hide options in designer

Stimulsoft Reports.Flex discussion
Locked
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Hide options in designer

Post by hugo »

There are a few things that does not work with the "new" layout designer:
- StiOptions.designer.toolbar.showSelectLanguage = false
- All hide option for File Menu (for example: StiOptions.designer.mainMenu.showNew)
- Also, there is any option to hide help (?) option ?

Best regards,
Hugo.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Hide options in designer

Post by Vladimir »

Hello Hugo,
- StiOptions.designer.toolbar.showSelectLanguage = false
- All hide option for File Menu (for example: StiOptions.designer.mainMenu.showNew)
We have checked these options on the latest available prerelease build. They work correctly.
- Also, there is any option to hide help (?) option ?
This button is a help button of all dialog boxes. You can hide all help buttons with next option:

Code: Select all

StiOptions.appearance.showFormsHelp = false;
Please see attached example. All of these options should work correctly.
05_DesignReport.zip
(306.53 KiB) Downloaded 277 times
Thank you.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: Hide options in designer

Post by hugo »

Hello,

You are correct. My bad.

Thanks,
Hugo.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Hide options in designer

Post by HighAley »

Hello, Hugo.

It's OK. Let us know if you need any additional help.

Thank you.
Locked