Begins a new dialog box and displays it, and can also specify a default action
(new_dialog dlgname dcl_id [action [screen-pt]])
- dlgname
- dcl_id
- action
-
A string that contains an AutoLISP expression to use as the default action. If you don't want to define a default action, specify an empty string (""). The action argument is required if you specify screen-pt.
The default action is evaluated when the user picks an active tile that doesn't have an action or callback explicitly assigned to it by action_tile or in DCL.
- screen-pt
T, if successful; otherwise nil.
See Also
-
The
Managing Dialog Boxes chapter of the AutoLISP Developer's Guide.