Jump to content

ACAD keeping selection after command??


Recommended Posts

Posted

This morning AutoCAD started acting weird and I cant figure out what happen.

 

After certain commands like MOVE, AutoCAD is selecting last.

 

Is there a system variable or something to disable this?

 

Attached is a screen shot of my command line.

cmd.jpg

Posted

No. Its doing that all on its own

Posted

Never seen that before.

Are you typing in the commands (MOVE, etc.), or picking from a ribbon, menu, tool palette, etc.?

Make sure QAFLAGS = 0.

Posted

QAFLAGS is set to zero

 

It doesn't matter whether I use the command or ribbon, the same thing is happening.

Posted

I've also unloaded all lisp files to see if one of them was causing this.

Posted

What changes or tweaks to the program were made prior to this behavior occurring?

 

Did you create or download any new lisp routines?

Posted

I haven't made any changes to AutoCAD what so ever.

 

I mess around with creating and trying lisp files all the time. I've unloaded all lisp files and this didn't resolve the issue.

Posted

what is the command string in your CUI?

 

Should probably be something like :

 

$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_move,^C^C_move)

repeatedselection.png

Posted

If it were the command string then someone would have had to alter it correct?

Posted

as far as i know this is the case... but thats not saying much.

 

I do know that I work with individuals who might take advantage of some one leaving their workstation unattended.

Posted

To eliminate lisp files and menu macros, try the .MOVE command (note the leading period).

Posted
what is the command string in your CUI?

 

Should probably be something like :

 

$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_move,^C^C_move)

 

Yes, its exactly that!

Posted
To eliminate lisp files and menu macros, try the .MOVE command (note the leading period).

 

 

Using .MOVE yields the same result

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...