[Search tip detail and code files using keywords, tip number, author name, etc ]
 
Set Delete and Double-Click
Tip# 3132 By David Drane On 25-Jan-2009
4
Rated By 1 users
Categories : File Options
Software type : AutoCAD
Rename File To : No Files to download.
These two system variables in AutoCAD are very important to have set to work the way you want.

David Drane found that he lost the ability to Double Click and Delete objects.  Here is what he did:

I have been running some third-party LISP routines to assist me in repetitious utilities and found that double-clicking and the delete key no longer worked.  After sifting through lots and lots of variables, I found that two needed changing:

DBLCLKEDIT needed to be set to "on".

And PICKFIRST needed to be set to "1".

Everything works again now.

Notes from Cadalyst Tip Patrol:  These two system variables in AutoCAD are very important to have set to work the way you want.  The DBLCLKEDIT variable controls the way AutoCAD functions when you double-click.  The ability can be turned on or off.  The PICKFIRST variable controls how selections are made.  With it off, you have to issue a command before you can select anything.  With it on, you can select the objects, then start the command.  An example is the delete key.  In order to use the delete key, you have to select an object before you can delete it. Tested in AutoCAD 2009
 

 

Average Rating:
4


User comments
Comment by Evans,Diane
Posted on 2009-01-29 01:39:24
I am a rabbit.