! Create a dialog object (dialog)
Declaration
dlg = dialog()
Returns
- dlg
A dialog object.
Notes
Create a new dialog object.
Note This function takes no arguments; do NOT pass any. Calling with arguments will show a popup instead, declared as:
dialog(text, timeoutSeconds)
Example:
dialog('Hello, XXTouch!', 10)
Example
dialog():show()
Full sample
See the end of this chapter: :show()