WPerciful Posted November 6, 2013 Posted November 6, 2013 Do you need a separate .dcl file to load each dialog box? Quote
Lee Mac Posted November 6, 2013 Posted November 6, 2013 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. Quote
BIGAL Posted November 7, 2013 Posted November 7, 2013 Nested dialog example pick option next dialog opens Quote
Recommended Posts
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.