Page 1 of 1
Hide options in designer
Posted: Sat Sep 26, 2015 2:41 pm
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.
Re: Hide options in designer
Posted: Mon Sep 28, 2015 8:21 am
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.
Thank you.
Re: Hide options in designer
Posted: Mon Sep 28, 2015 8:46 pm
by hugo
Hello,
You are correct. My bad.
Thanks,
Hugo.
Re: Hide options in designer
Posted: Tue Sep 29, 2015 5:55 am
by HighAley
Hello, Hugo.
It's OK. Let us know if you need any additional help.
Thank you.