Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any way to lock AutoCAD to prevent the user from canceling the execution of a Lisp function? I have a long running Lisp function that I don't want the user to accidentally cancel (typically by running another command).
Right now, I have accomplished this by using a DCL dialog box. I use (new_dcl) to open the dialog, but don't call (start_dialog). When the function is finished, I call (term_dialog) to close it.
It works well, but the dialog flashing on the screen is annoying to some of my users and I was wondering if there was another way to accomplish this.
David Robison
Design Master Electrical RT
Design Master Electrical RT
Solved! Go to Solution.