luka Posted August 20, 2012 Posted August 20, 2012 Dear all, I woul like to know if there is a way to suppress the warning message with Cancel as an answer after the REGENAUTO is set to off? I had used the EXPERT variable set to 1 but it suppres the alert as I would click OK and the regen happens so it is like I would never turn REGENAUTO off. Thanks in advance for your answer. Quote
Lee Mac Posted August 21, 2012 Posted August 21, 2012 Since AutoLISP does not permit multiple threads, any AutoLISP program would pause evaluation whilst the regenauto dialog takes focus. Quote
BlackBox Posted August 21, 2012 Posted August 21, 2012 FWIW - Consider the REGENMODE System Variable. Quote
luka Posted August 25, 2012 Author Posted August 25, 2012 Well I gues I will have to find another way to write my code. The REGENMODE does the same to me as REGENAUTO. Than you for answers anyway. Quote
BlackBox Posted August 26, 2012 Posted August 26, 2012 Perhaps we may better assist you, if you simply post your code and clarify any intended goals that have not already been specified? Quote
luka Posted August 30, 2012 Author Posted August 30, 2012 The reason to remove autoregen warnings is i need to make lots of zooms to make correct selection sets. If i make it with vla-zoomWindow it starts to regenerating the drawing and the runflow of code becomes really slow. However I find that (command "_zoom") don't regenerate the drawing after zoom, but I think it is still slow (anyway in my case it is much faster than vla-zoomWindow ). So I am wondering if there is a way to create good selection sets defined with window, crossing window, polygon, ect. (without errors or missing elements) out of autocad display? If not in autoLisp maybe in visual lisp or VBA or ObjectARX? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.