MarcoW Posted August 25, 2009 Posted August 25, 2009 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. Quote
ReMark Posted August 25, 2009 Posted August 25, 2009 What do you expect when you seriously modify lisp routines? It's the law of unintended consequences. Quote
Lee Mac Posted August 25, 2009 Posted August 25, 2009 Try this at the command line (make sure that vl-load-com is loaded). (vlr-reactors) Quote
MarcoW Posted August 25, 2009 Author Posted August 25, 2009 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. Quote
Lee Mac Posted August 25, 2009 Posted August 25, 2009 Yes, I thought it might have been that, just seen your post Mr Aerdvark Quote
Recommended Posts
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.