Dialogs Common Attributes
|
This topic lists the common attributes for BuilderPlus dialogs. Click theattribute name for a description of the attribute.
NOTE
Since these common attributes may have different defaults for each dialog,this information may be changed for a specific dialog. See the appropriatedialog description for details.
|
Attribute
|
Type
|
Allowed Values
|
Default
|
|
|
Numeric
|
Any valid BASIC pen number (0-255)
|
System dependent [1]
|
|
|
Numeric
|
Any valid index into the DIALOG BUTTONS array
|
0
|
|
|
String Array
|
Any valid string array
|
Varies
|
|
|
Numeric
|
Any integer number (of pixels)
|
Varies
|
|
|
Numeric
|
Any integer number (of pixels)
|
Varies
|
|
|
Numeric
|
Any integer number (of pixels)
|
Varies
|
|
|
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(movable, click on title bar and drag)
|
|
|
Numeric
|
0,1
|
(resizable, specialborder appears around the dialog)
|
|
|
Numeric
|
0,1
|
(do not restore the screen)
|
|
|
String or
String array
|
Any string or string array with 1-64 elements
|
Null
|
|
|
Numeric
|
to number of items in system menu
|
0
|
|
|
Numeric
|
0 to number of items in system menu - 1
|
0
|
|
|
String
|
Any valid string
|
Dialog name
|
|
|
String
|
Any valid string
|
Null string
|
|
|
String
|
Any valid string
|
Current version
|
|
|
Numeric
|
Any integer number (of pixels)
|
Varies
|
|
|
Numeric
|
Any integer, number of pixels from 0,0 [2]
|
Autoplacement
|
|
|
Numeric
|
Any integer, number of pixels from 0,0 [2]
|
Autoplacement
|
[1] Read the CONFIG file or query for the default with a STATUS command
[2] Screen or parent work area upper-left corner
|