Jump to content

Recommended Posts

Posted

Hello,

 

I have an button in an dcl file, called "Clean". When I push that button I want everyting on the drawing to be erased and also to purge all blocks. Someone who know how to do that?. I have made this code but it doesnt work.

 

 
(action_tile "clean" (vl-prin1-to-string (quote (command "_erase" " " "all" " "))))

 

/Dan

Posted

Why not just start a new drawing and avoid all the hassle?

Posted

DCL can only create modal dialogs, hence you will need to hide the dialog to perform actions in the drawing, otherwise the dialog will take focus.

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