Jump to content

Recommended Posts

Posted

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?

Posted

Change the code to

 

^C^C_explode;\(alert "BOOM");

 

The \ will pause for user selection.

Posted
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

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

Posted

You can put an * at the begining of the line to get it to auto repeat

 

*^C^C_explode;\(alert "BOOM");

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