Jump to content

Recommended Posts

Posted

“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

Posted (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 by SLW210
Posted
“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)

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...