Message 1 of 3
"drawing busy"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to run a lisp in a script file and when it gets to a certain point, the script stops, going through all the properties, i cannot see anything unusual but when i try to close the drawing s i get this message:
Command: (vla-close files)
; error: Automation Error. Drawing is busy.
Is there a way to "kill" or release the lisp that is running?
Using Autocad Electrical 2011. (i also downloaded a trial of 2017 and it doesn't work there either)
Also, i noticed that my AENEXT and AEPREV commands stop working,
I personally think there is a problem with the API command i am trying to run, but maybe theres a work around
any ideas?