Notes 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:
- Confirmation Query - an S60 dialog to ask a "yes" and "no" question.
- Global Note - an S60 global note that interrupts any running program with a critical alert message
- List Multiple Query Dialog - an S60 list query which allows multiple selections or cancel
- List Single Query Dialog - an S60 list query that allows a single selection or cancel
- Multi-Ip Data Query - an S60 query dialog with two text prompts and IP address editors
- Multi-line Data Query - an S60 query dialog with two text prompts and data editors
- Preview Popup - (optional) provides an informational preview when hovering over an item, such as a button or list item. It is displayed mainly on screens with space to display additional information. Primarily used for viewing, however, it can optionally contain elements that can be tapped with a stylus in VGA and QHD layouts. When designing a scalable application that has preview pop-ups, applications should take into account that some screen sizes may be too small to display popups.
- Single-line Data Query - an S60 query dialog with a single text prompt and data editor
- Standard Note - an S60 standard note that disappears after a short duration
- Wait Dialog - an S60 wait dialog indicating a process of unknown length is running

Figure 1 - The Notes and Dialogs subsection of the Palette Pane of the UI Design Editor
Related references