Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
.WIDGET SET TOOLTIP | ||||||||
Line: 6 to 6 | ||||||||
Usage: | ||||||||
Changed: | ||||||||
< < | PASS <tooltip> FIELD SHARE? N PASS <beg_at_name> FIELD SHARE? N PASS <end_at_name> FIELD SHARE? N | |||||||
> > | PASS <tooltip text> FIELD SHARE? N PASS <begin widget name> FIELD SHARE? N PASS <end widget name> FIELD SHARE? N | |||||||
GOSUB --- .WIDGET SET TOOLTIP
| ||||||||
Line: 16 to 15 | ||||||||
Description: | ||||||||
Changed: | ||||||||
< < | This subroutine hides selected widgets. <beg_at_name> is required, the subroutine will cancel if it is not received. | |||||||
> > | 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). | |||||||
Changed: | ||||||||
< < | <beg_at_name> is the name of the first WIDGET to be hidden (Required). | |||||||
> > | <begin widget name> is the name of the first WIDGET have its tooltip text set (Required). | |||||||
Changed: | ||||||||
< < | <end_at_name> is the name of the last WIDGET to be hidden (Optional). If not PASSed, it will default to <beg_at_name>. | |||||||
> > | <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>. | |||||||
Changed: | ||||||||
< < | <beg_at_name> and <end_at_name> will be used in BEG AT/END AT commands to read the --- WIDGET file and set the WIDGET INVIS flag on all the widgets within the range. | |||||||
> > | <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. | |||||||
Changed: | ||||||||
< < | Note that this does not delete the underlying --- WIDGET record. You can unhide --- WIDGET records via .WIDGET SHOW BY NAME, and you can delete them completely via .WIDGET DEL BY NAME
Comments: | |||||||
> > | Comments: | |||||||
Read what other users have said about this page or add your own comments. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
.WIDGET SET TOOLTIPThis subroutine sets or clears the tooltip for selected widgets. Added in Release 6.1Usage:PASS <tooltip> FIELD SHARE? N PASS <beg_at_name> FIELD SHARE? N PASS <end_at_name> FIELD SHARE? N GOSUB --- .WIDGET SET TOOLTIP * Check for errors IF --- .WIDGET SET TOOLTIP NE Description:This subroutine hides selected widgets. <beg_at_name> is required, the subroutine will cancel if it is not received. <beg_at_name> is the name of the first WIDGET to be hidden (Required). <end_at_name> is the name of the last WIDGET to be hidden (Optional). If not PASSed, it will default to <beg_at_name>. <beg_at_name> and <end_at_name> will be used in BEG AT/END AT commands to read the --- WIDGET file and set the WIDGET INVIS flag on all the widgets within the range. Note that this does not delete the underlying --- WIDGET record. You can unhide --- WIDGET records via .WIDGET SHOW BY NAME, and you can delete them completely via .WIDGET DEL BY NAMEComments:Read what other users have said about this page or add your own comments.-- JeanNeron - 2012-02-07 |