Jump to content

separate .dcl file to load each dialog box?


WPerciful

Recommended Posts

No, a single DCL file can contain multiple dialog definitions.

 

Note that the DCL file only needs to be loaded/unloaded once using load_dialog / unload_dialog; multiple dialogs can then be displayed using the new_dialog function.

 

Warning: nested dialogs must be closed (using done_dialog) in the reverse order that they were displayed (i.e. the last dialog to be displayed must be closed first) otherwise AutoCAD will crash.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...