Dialog element
Defines a dialog box in the Dialog Table.
Attributes
CustomPalette
yesnoUsed to specify if pictures in the dialog box are rendered with a custom palette.
ErrorDialog
yesnoSpecifies this dialog as an error dialog.
Height
Integer requiredThe height of the dialog box in dialog units.
Hidden
yesnoUsed to hide the dialog.
Id
string requiredUnique identifier for the dialog.
KeepModeless
yesnoKeep modeless dialogs alive when this dialog is created through DoAction.
LeftScroll
yesnoUsed to align the scroll bar on the left.
Modeless
yesnoUsed to set the dialog as modeless.
NoMinimize
yesnoUsed to specify if the dialog can be minimized.
RightAligned
yesnoAlign text on the right.
RightToLeft
yesnoUsed to specify if the text in the dialog should be displayed in right to left reading order.
SystemModal
yesnoUsed to set the dialog as system modal.
Title
stringThe title of the dialog box.
TrackDiskSpace
yesnoHave 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
- Control
- Control elements belonging to this dialog.