DISABLES THE HINT TEXT OF THE SYSTEM OBJECT NUMBER N
ACTION
The command HINT_HIDE N prevents the display of the hint (a yellow text) of the system object, designated by its number N.
Remark: HINT_HIDE is the state by default : no hint text is displayed when the mouse cursor stays on a system object.
SYNTAX:
HINT_HIDE N
USE ERROR EXAMPLE
rem create a BUTTON
button 1
rem give it a hint
hint 1,"Use it carefully"
rem prevent the display of the hint text of the system object number 1
hint_hide 1
rem so, when the program will run,
rem no text will be displayed
rem when user stays the cursor on the BUTTON
HINT_HIDE
HINT_HIDE N
SEE ALSO
HINT