e.mounir Posted January 9, 2012 Posted January 9, 2012 “MBUTTONPAN” I have problem with this verbal after I make it (1) and close the AutoCAD program it come (0) anyone have any idea note AutoCAD 2010 Have a good day Quote
ReMark Posted January 9, 2012 Posted January 9, 2012 (edited) Are you saying the value resets itself after closing then reopening AutoCAD? I'll assume for the moment that is the case. To permanently set the value use the following in your acaddoc.lsp file. (setvar "MBUTTONPAN" 0) I think it should work. Edited January 9, 2012 by SLW210 Quote
SLW210 Posted January 9, 2012 Posted January 9, 2012 “MBUTTONPAN” I have problem with this verbal after I make it (1) and close the AutoCAD program it come (0) anyone have any idea note AutoCAD 2010 Have a good day Most likely an addon or LISP is resetting the VARIABLE. Are you saying the value resets itself after closing then reopening AutoCAD? I'll assume for the moment that is the case. To permanently set the value use the following in your acaddoc.lsp file. (setvar "MBUTTONPAN" 0) I think it should work. Sounds like he wants (setvar "MBUTTONPAN" 1) 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.