Description
Defines a dialog box in the Dialog Table.
Derived By
Restricting anyType
Attributes
| Name |
Type |
Description |
| Id |
string |
Unique identifier for the dialog.
|
| X |
integer |
Horizontal placement of the dialog box as a percentage of screen width.
|
| Y |
integer |
Vertical placement of the dialog box as a percentage of screen height.
|
| Width |
integer |
The width of the dialog box in dialog units.
|
| Height |
integer |
The height of the dialog box in dialog units.
|
| Title |
string |
The title of the dialog box.
|
| Hidden |
YesNoType |
Used to hide the dialog.
|
| Modeless |
YesNoType |
Used to set the dialog as modeless.
|
| NoMinimize |
YesNoType |
Used to specify if the dialog can be minimized.
|
| SystemModal |
YesNoType |
Used to set the dialog as system modal.
|
| KeepModeless |
YesNoType |
Keep modeless dialogs alive when this dialog is created through DoAction.
|
| TrackDiskSpace |
YesNoType |
Have the dialog periodically call the installer to check if available disk space has changed.
|
| CustomPalette |
YesNoType |
Used to specify if pictures in the dialog box are rendered with a custom palette.
|
| RightToLeft |
YesNoType |
Used to specify if the text in the dialog should be displayed in right to left reading order.
|
| RightAligned |
YesNoType |
Align text on the right.
|
| LeftScroll |
YesNoType |
Used to align the scroll bar on the left.
|
| ErrorDialog |
YesNoType |
Specifies this dialog as an error dialog.
|
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Control |
anyType (restriction) |
Contains the controls that appear on each dialog.
|