2 This file is for the Dialog commands.
3 It handles all types of Dialog: the Modeless and the Modal.
4 It also handles the Close Dialog commands.
7 OpenDialog | CloseDialog
11 OpenModalDialog | OpenModelessDialog
14 'Open Modal ' dialog_name=ID
17 'Open Modeless ' dialog_name=ID
21 // If there is a need to match a dialog name in the future, additional_note=STRING? can be used.
22 // It is also used to make an instance of the command of type CloseDialog.
23 'Close Dialog' additional_note=STRING?