TheSwamp

CAD Forums => CAD General => Topic started by: Scott on October 04, 2004, 03:43:48 PM

Title: Properties Dlg Box
Post by: Scott on October 04, 2004, 03:43:48 PM
Can someone please tell me why the properties dlg box pops up when I type "change" in the command line?  It has never done this before, and I don't know why it does it now.  I used to get other options when I typed "change" anyone know if there is a system setting that is messed up?

Thanks in advance
Scott
Title: Properties Dlg Box
Post by: M-dub on October 04, 2004, 03:52:49 PM
Have you upgraded your AutoCAD recently?
Title: Properties Dlg Box
Post by: Scott on October 05, 2004, 07:31:55 PM
Nope
Title: Properties Dlg Box
Post by: Andrea on October 08, 2004, 08:43:41 AM
try -change
Title: Properties Dlg Box
Post by: CADaver on October 08, 2004, 09:29:40 AM
prefix the command with a "dot" as in .change

If that works, someone has redefined the CHANGE command.
Title: Properties Dlg Box
Post by: Scott on October 08, 2004, 01:42:49 PM
Okay the -change and .change both work like I'm used to.  So how do I change it back?

Thanks
Scott
Title: Properties Dlg Box
Post by: CAB on October 08, 2004, 02:43:50 PM
Quote
REDEFINE
Restores AutoCAD internal commands overridden by UNDEFINE

Command line: redefine

Enter command name:  Enter the name of an AutoCAD command turned off by the UNDEFINE command  

If a command has been undefined, you can still use it if you precede the command name with a period.

SEE ALSO

See "Redefining AutoCAD Commands" in chapter 8, "AutoLISP Basics," in the Visual LISP Developer's Guide.
=========================================
Chapter 8
Redefining AutoCAD Commands
Using AutoLISP, external commands, and the alias feature, you can define
your own AutoCAD commands. You can use the UNDEFINE command to
redefine a built-in AutoCAD command with a user-defined command of the
same name. To restore the built-in definition of a command, use the REDEFINE
command. The UNDEFINE command is in effect for the current editing
session only.
Title: Properties Dlg Box
Post by: Scott on October 08, 2004, 03:18:53 PM
That did the trick, thank CAB