Vismut65 Posted January 20, 2012 Posted January 20, 2012 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 Quote
ReMark Posted January 20, 2012 Posted January 20, 2012 Why not just start a new drawing and avoid all the hassle? Quote
Lee Mac Posted January 20, 2012 Posted January 20, 2012 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. 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.