HTBasic Help
×
Menu
Index

Warning Dialog

- Displays a warning message
 
 
     
 
Example Program
 
See WARNING Dialog for an example program that produces a display similiar to that shown above.
 

Warning Dialog Attributes

 
Attribute
Type
Allowed Values
Default
 
Numeric
Any valid BASIC pen number (0-255)
System dependent [2]
 
Numeric
Any valid index into the DIALOG BUTTONS array
0
 
String array
Any valid string array
A single-element array
containing OK
 
String
Font [1]
 
 
Numeric
Any integer number (of pixels)
Autosizing
 
String
"LEFT", "CENTER"
"CENTER"
 
Numeric
0,1
1(maximizable, button appears in title bar)
 
Numeric
0,1
0(not minimizable, button
does not appear in title bar)
 
Numeric
0,1
1        
 
Numeric
Any valid BASIC pen number (0-255)
System dependent [2]
 
Numeric
0,1
1(resizable, special border appears around the dialog)
 
Numeric
0,1
0(do not restore the
screen)
 
String
Any valid string
WARNING
 
String
Any valid string
None
 
String
Any valid string
Current version
 
Numeric
Any integer number (of pixels)
Autosizing
 
Numeric
Any integer, number of pixels from 0,0 [4]
Autoplacement
 
Numeric
Any integer, number of pixels from 0,0 [4]
Autoplacement
 
 [1]  For an explanation of Font and the default value, see Specifying FONT Attribute Values
 [2]  Read the CONFIG file or query for the default with a STATUS command
 [3]  For "MULTILINE:1", this attribute must be set to "-1" so that Return does not terminate the dialog
 [4]  Screen or parent work area upper-left corner