- Overview
- The different types of dialog boxes
- Types of dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user. They can be used to notify an error, to ask for confirmation, ... The dialog boxes always contain the same elements: - An icon used to quickly identify the type of message displayed (information, Question or Error).
- A title displayed in the title bar.
- The title of the dialog box corresponds to the title of the current window (or page).
- To modify or define the title of dialog box, use NextTitle.
- One or more buttons allowing the user to choose an answer. The number and the type of these buttons depend on the type of dialog box used.
- A text on one or more lines corresponding to the message intended for the user.
The different types of dialog boxes Types of dialog boxes Several types of dialog boxes are available: - The confirmation dialog boxes (WLanguage Confirm function).
Remarks: - The button that will be selected by default can be defined for each type of dialog box.
- The text of the buttons is displayed in the system language.
- Some functions may not be available depending on the platform used.
This page is also available for…
|
|
|
|