OpenDialog

Purpose:

Display a custom dialog box.

Category:

Custom Dialogs

Syntax:

OpenDialog "dialog id"

dialog id

A dialog id you have created in the upper right "Dialogs" tab.

Example:

OpenDialog "MyDialog"


CloseDialog

Purpose:

Close a custom dialog box previously opened with OpenDialog.

Category:

Custom Dialogs

Syntax:

CloseDialog

Example:

CloseDialog