Page 1 of 1

Hide Help

Posted: Fri Oct 17, 2014 12:48 pm
by renathucazari
In a Form I have the "StiViewerControl" control, when I press F1, help screen appears, as this screen does not show, because I use the F1 key to another function.

Re: Hide Help

Posted: Fri Oct 17, 2014 1:35 pm
by HighAley
Hello.

Please, try to use next options:

Code: Select all

StiOptions.Appearance.ShowTooltipsHelp = false;
StiOptions.Appearance.ShowFormsHelp = false;
StiOptions.Appearance.ShowFormsHints = false;
Thank you.

Re: Hide Help

Posted: Fri Oct 17, 2014 2:11 pm
by renathucazari
I dont't have "Appearance". What is using?

Re: Hide Help

Posted: Mon Oct 20, 2014 5:25 am
by HighAley
Hello.

Could you specify the product that you use and its version?

Thank you

Re: Hide Help

Posted: Mon Oct 20, 2014 11:17 am
by renathucazari
I use 2013.2.1612.0

Re: Hide Help

Posted: Mon Oct 20, 2014 1:41 pm
by HighAley
Hello.

These options was added later.
Please, upgrade to the latest release.

Thank you.