Dialog element
Defines a dialog box in the Dialog Table.
Attributes
Section titled “Attributes”CustomPalette
boolUsed to specify if pictures in the dialog box are rendered with a custom palette.
ErrorDialog
boolSpecifies this dialog as an error dialog.
Height
Integer requiredThe height of the dialog box in dialog units.
Hidden
boolUsed to hide the dialog.
Id
string requiredUnique identifier for the dialog.
KeepModeless
boolKeep modeless dialogs alive when this dialog is created through DoAction.
LeftScroll
boolUsed to align the scroll bar on the left.
Modeless
boolUsed to set the dialog as modeless.
NoMinimize
boolUsed to specify if the dialog can be minimized.
RightAligned
boolAlign text on the right.
RightToLeft
boolUsed to specify if the text in the dialog should be displayed in right to left reading order.
SystemModal
boolUsed to set the dialog as system modal.
Title
stringThe title of the dialog box.
TrackDiskSpace
boolHave the dialog periodically call the installer to check if available disk space has changed.
Width
Integer requiredThe width of the dialog box in dialog units.
X
IntegerHorizontal placement of the dialog box as a percentage of screen width. The default value is 50.
Y
IntegerVertical placement of the dialog box as a percentage of screen height. The default value is 50.
Children
Section titled “Children”- Control
- Control elements belonging to this dialog.