Message 1 of 6
script end event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys,
have a custom application that generates a script file, it's goal is to open a list of dwg files and runs a lisp command to modify each dwg and save and close and at the end of generating the script i call it to run.
my problem is how do i know when the script is done? so i can alert the user about mistakes during the script run
it look like autolisp finishing running all the lisp code before it runs the script
i even defined a lisp reactor
(vlr-lisp-reactor nil '((:vlr-lispEnded . OnLispEnded)))
to trap the end of script base on CMDACTIVE but it also invokes before the script
would appriciate any help
Moshe