TheSwamp

CAD Forums => CAD General => Topic started by: SDETERS on November 11, 2005, 11:51:19 AM

Title: _INSERT VERSUS -INSERT
Post by: SDETERS on November 11, 2005, 11:51:19 AM
I need to do away with the insert dialog box

What I have is a huge electric symbol library

Every time I try to inset a block from this library the insert dialog box pops up and the block does not insert into the drawing

Please help

Thanks

Title: Re: _INSERT VERSUS -INSERT
Post by: Keith™ on November 11, 2005, 11:58:33 AM
you must use either (command "insert") or -insert to prevent the dialog from poping up
Title: Re: _INSERT VERSUS -INSERT
Post by: Bob Wahr on November 11, 2005, 12:00:41 PM
-insert

or

UNDEFINE INSERT
(defun c:insert()(command "-insert"))

or

(defun c:Ncert()(command "-insert"))
Title: Re: _INSERT VERSUS -INSERT
Post by: SDETERS on November 11, 2005, 12:17:40 PM
What I did was replace all of the _insert that was in the menu file to -insert

This worked well

I really dislike that dialog box

Thanks for all the help
Title: Re: _INSERT VERSUS -INSERT
Post by: Andrea on November 11, 2005, 01:16:52 PM
you can take a look to..

http://www.caddepot.com/cgi-bin/cfiles/cfiles.cgi?0,0,0,0,7,2323