ShowAboutButton property in 2013.2 Trial version

Stimulsoft Reports.WEB discussion
Post Reply
lucia_mgv
Posts: 22
Joined: Thu Aug 23, 2012 12:37 pm
Location: Vitoria-Gasteiz (Spain)

ShowAboutButton property in 2013.2 Trial version

Post 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 1293 times
I am doing something wrong?

Thank you for your attention,

Lucía morales
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: ShowAboutButton property in 2013.2 Trial version

Post 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.
Post Reply