Jump to content

After command 'copy': "Autocad message: item added" WHY?


Recommended Posts

Posted

Since this morning (after some serious modifying lisp routines) I get this strange alert / message box when copying items or blocks.

 

Whenever the command is finished it says:

 

 
"Autocad Message: Item Added".

 

I must get rid of it, anybody got an idea where this might have gone wrong? In the meanwhile I'll start looking in the routines I modified.

 

Tnx in advance.

1.JPG

Posted

What do you expect when you seriously modify lisp routines? It's the law of unintended consequences.

Posted

Try this at the command line (make sure that vl-load-com is loaded).

 

(vlr-reactors)

Posted

Found it:

There was an "alert" somewhere in a new routine that reacts on every copy command. So I modified the rule to "princ" so it now messages on the commandline where it doesn't bother.

Marco.

 

@ lee: it is the routine DILEADER1.9.lsp made by andrea on the swamp forum.

Posted

Yes, I thought it might have been that, just seen your post Mr Aerdvark :)

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