Skip to content

Dialog element

Defines a dialog box in the Dialog Table.

Attributes

CustomPalette

yesno

Used to specify if pictures in the dialog box are rendered with a custom palette.

ErrorDialog

yesno

Specifies this dialog as an error dialog.

Height

Integer required

The height of the dialog box in dialog units.

Hidden

yesno

Used to hide the dialog.

Id

string required

Unique identifier for the dialog.

KeepModeless

yesno

Keep modeless dialogs alive when this dialog is created through DoAction.

LeftScroll

yesno

Used to align the scroll bar on the left.

Modeless

yesno

Used to set the dialog as modeless.

NoMinimize

yesno

Used to specify if the dialog can be minimized.

RightAligned

yesno

Align text on the right.

RightToLeft

yesno

Used to specify if the text in the dialog should be displayed in right to left reading order.

SystemModal

yesno

Used to set the dialog as system modal.

Title

string

The title of the dialog box.

TrackDiskSpace

yesno

Have the dialog periodically call the installer to check if available disk space has changed.

Width

Integer required

The width of the dialog box in dialog units.

X

Integer

Horizontal placement of the dialog box as a percentage of screen width. The default value is 50.

Y

Integer

Vertical placement of the dialog box as a percentage of screen height. The default value is 50.

Children

Control
Control elements belonging to this dialog.

Parents

UI

Windows Installer references