Messages and Dialogs Components
Notes and dialog components provide situational messages or request additional information from an user in the form of popup notes and dialogs that appear above the application view.
The notes and dialog components include:
- Active Object - This component is selected from the palette and
can be dropped to the non-layout region of a design. It generates a class and
can make reference to a progress info.
- Information Dialog - Shows a confirmation message in a dialog
with a title and text.
- Information Message - Shows a short message on the screen which
disappears after a short time.
- Query Dialog - Shows a yes/no message in a dialog with a
title an text.
- Select File Dialog - This component allows the user to select a
file, with a title, an optional default directory across all drives, and a
list of allowed MIME types.
- Select Folder Dialog - This component allows the user to select a
folder, with an optional default directory across all drives.

Figure 1 - The Messages and Dialogs group of the Palette
pane
Related references