HTBasic Help
×
Menu
Index

Steps to Create Widget

 
NOTE
 
For an example program that creates a METER widget and a SLIDER widget,see Example: Creating a Widget..
 
Suggested steps to create and modify a widget follow. You can use any or all of the steps, as required for your application.
 
·
Create/destroy the widget with ASSIGN
·
Set widget attributes (as desired) with ASSIGN or CONTROL
·
Query widget attributes (as desired) with STATUS
·
Create event-initiated branching paths (as desired) with DISABLE EVENT,