Message 1 of 3
Close dialog box in exit

Not applicable
03-05-2018
09:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm having a 'I can't get my mind back to work after a weekend' moment.
I have a routine that -
opens a dialog box
allows users to choose plines
then shows blocks along the pline
If there is an invalid block, the program opens another dialog box that -
asks user if they want to continue or exit
If user continues, there is no problem with the command.
If the user selects exit the command, the program issues the (exit), then AutoCAD freezes.
I tried issuing - (done_dialog 0) before the (exit), but it still freezes.