HTBasic Help
×
Menu
Index

Widgets Format

 
 
This topic shows the format for BuilderPlus widgets descriptions.
 
·
See Widgets Attributes for information on widgets attributes
·
See List of Widgets for descriptions/listings of dialogs/widgets
 
NOTE
 
Each widget description has the general structure shown. However, see the appropriate widget description for details on each widget.
 
BuilderPlus Widgets Format
 
______________________________________________________
BAR Widget
Graphically displays numeric values
_______________________________________________________
 
Legal Usage                Level-0 Widget:                Yes
                 Parent to:                None
                 Child of:                        PANEL
 
Example Image
 
     
 
Example Program
 
See BAR Widget for a program that creates a BAR widget similar to the one
displayed above.
 
NOTE
 
See the following program for another example using the BAR widget:
 
 
Attributes
 
See BAR Widget Attributes for the BAR widget attribute list.
 
Remarks
 
The BAR widget graphically displays numeric values using a single bar.
........................................
 
Events
 
Events for the BAR widget are:
 
         ALARM
         SYSTEM MENU
 
ALARM
 
This event is generated when the VALUE attribute is set to a value
.................................