Page 1 of 1

ShowAboutButton property in 2013.2 Trial version

Posted: Mon Oct 28, 2013 11:25 am
by lucia_mgv
Hi,

I was trying the new released version of Stimulsfot.Ultimate 2013.2.1700 Trial, and I've found out that this property is not working as in the previous version:

Code: Select all

StiWebDesignerOptions.Toolbar.ShowAboutButton = false;
I have set the property to false but the 'about' button is still appearing:
dibujo.png
dibujo.png (112.66 KiB) Viewed 1292 times
I am doing something wrong?

Thank you for your attention,

LucĂ­a morales

Re: ShowAboutButton property in 2013.2 Trial version

Posted: Tue Oct 29, 2013 9:38 am
by Vladimir
Hello,

In the new version the About button has been moved to the main menu, and the specified option is applicable to it.

The button in the corner of the main window displays the Online Help page. To hide it, we added a new option (it will appear in the next prerelease build this week):

Code: Select all

StiWebDesignerOptions.Appearance.ShowFormsHelp = false;
Thank you.