Giuseppe Beatrice
Guest
Hello, everyone.
I would like to expose a problem that I believe interests all those who use lisp commands that involve very long iterations (cycles with while or foreach commands or even vl-some etc...).
when this occurs, a rotating wheel appears on the screen and the message "autocad does not respond"; In fact it is not so, since after the time necessary to run the cycle, everything goes back to work and the program lisp also continues.
I then tried to monitor the cycle with progress bars (please provide on this forum in another discussion) but also these at some point stop and are therefore not of any usefulness.
I ask you: is it possible to do something to avoid such behavior?
it is necessary or appropriate to introduce perhaps some pauses, and how?
Could you propose some examples of programs that can solve this annoying drawback?
Thank you in advance!
I would like to expose a problem that I believe interests all those who use lisp commands that involve very long iterations (cycles with while or foreach commands or even vl-some etc...).
when this occurs, a rotating wheel appears on the screen and the message "autocad does not respond"; In fact it is not so, since after the time necessary to run the cycle, everything goes back to work and the program lisp also continues.
I then tried to monitor the cycle with progress bars (please provide on this forum in another discussion) but also these at some point stop and are therefore not of any usefulness.
I ask you: is it possible to do something to avoid such behavior?
it is necessary or appropriate to introduce perhaps some pauses, and how?
Could you propose some examples of programs that can solve this annoying drawback?
Thank you in advance!