.WIDGET SET TOOLTIP
This subroutine sets or clears the tooltip for selected widgets. Added in Release 6.1
Usage:
PASS <tooltip text> FIELD SHARE? N
PASS <begin widget name> FIELD SHARE? N
PASS <end widget name> FIELD SHARE? N
GOSUB --- .WIDGET SET TOOLTIP
* Check for errors
IF --- .WIDGET SET TOOLTIP NE
Description:
This subroutine sets or clears the tooltip text on selected widgets. The <tooltip text> and <begin widget name> is required, the subroutine will cancel if it they are not received.
<tooltip text> is the text to be used in the WIDGET tooltip; it can be blank to clear the tooltip text (Required).
<begin widget name> is the name of the first WIDGET have its tooltip text set (Required).
<end widget name> is the name of the last WIDGET to have its tooltip text set (Optional). If not PASSed, it will default to <begin widget name>.
<begin widget name> and <end widget name> will be used in BEG AT/END AT commands to read the --- WIDGET file and set the WIDGET TOOLTIP to <tooltip text> on all the widgets within the range.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-02-07