Hide Help
-
- Posts: 15
- Joined: Fri Jan 20, 2012 9:06 am
- Location: Brasil
Hide Help
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
Hello.
Please, try to use next options:
Thank you.
Please, try to use next options:
Code: Select all
StiOptions.Appearance.ShowTooltipsHelp = false;
StiOptions.Appearance.ShowFormsHelp = false;
StiOptions.Appearance.ShowFormsHints = false;
-
- Posts: 15
- Joined: Fri Jan 20, 2012 9:06 am
- Location: Brasil
Re: Hide Help
I dont't have "Appearance". What is using?
Re: Hide Help
Hello.
Could you specify the product that you use and its version?
Thank you
Could you specify the product that you use and its version?
Thank you
-
- Posts: 15
- Joined: Fri Jan 20, 2012 9:06 am
- Location: Brasil
Re: Hide Help
I use 2013.2.1612.0
Re: Hide Help
Hello.
These options was added later.
Please, upgrade to the latest release.
Thank you.
These options was added later.
Please, upgrade to the latest release.
Thank you.