MikeP Posted April 3, 2009 Posted April 3, 2009 How can I make a message pop up after I use a command. for example I was playing around with the macro in the CUI screen, and now it pops up with "BOOM!!!" every time i click the explode button. how it functions is, I click the explode button, popup show, then it asked to click the object. how can i make it show the message after I explode the object? Quote
profcad Posted April 3, 2009 Posted April 3, 2009 Change the code to ^C^C_explode;\(alert "BOOM"); The \ will pause for user selection. Quote
MikeP Posted April 3, 2009 Author Posted April 3, 2009 Change the code to ^C^C_explode;\(alert "BOOM"); The \ will pause for user selection. awsome thanks. but i removed the ; at the end of the alert and it doesnt repeat the command Quote
alanjt Posted April 3, 2009 Posted April 3, 2009 awsome thanks. but i removed the ; at the end of the alert and it doesnt repeat the command what an odd thing to do. granted, i when i first started with autocad at 18, i had toolbar button icons with: batman, krusty the clown, marvin the martian, etc. Quote
profcad Posted April 3, 2009 Posted April 3, 2009 You can put an * at the begining of the line to get it to auto repeat *^C^C_explode;\(alert "BOOM"); 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.