Dec 22, 2003 #1 haggis Mechanical Joined May 18, 2002 Messages 290 Location US Hi all, Can anyone remind me how to put the little signs along with the message in an AutoCAD alert box. The stop sign, exclamation mark etc., Thanks.
Hi all, Can anyone remind me how to put the little signs along with the message in an AutoCAD alert box. The stop sign, exclamation mark etc., Thanks.
Dec 23, 2003 #2 Nicolae Petroleum Joined Sep 25, 2001 Messages 3 Location RO Try this: in command-line type: (alert"your message" and a dialog will open with your message! bye-bye Upvote 0 Downvote
Try this: in command-line type: (alert"your message" and a dialog will open with your message! bye-bye
Dec 23, 2003 Thread starter #3 haggis Mechanical Joined May 18, 2002 Messages 290 Location US Nicolae, I've been doing what you said OK but it is the Icon in the allert box I'm looking for. Exlamation mark etc., Thanks for the reply anyway. Anybody else know? Upvote 0 Downvote
Nicolae, I've been doing what you said OK but it is the Icon in the allert box I'm looking for. Exlamation mark etc., Thanks for the reply anyway. Anybody else know?
Dec 23, 2003 #4 smcadman Mechanical Joined Nov 6, 2002 Messages 1,589 Location US You most likely will not be able to do this with LISP. You will probably need to use VBA. The "alert" doesn't have any icons. Another option would be to use DCL with an image. Flores Upvote 0 Downvote
You most likely will not be able to do this with LISP. You will probably need to use VBA. The "alert" doesn't have any icons. Another option would be to use DCL with an image. Flores
Dec 23, 2003 Thread starter #5 haggis Mechanical Joined May 18, 2002 Messages 290 Location US smcadman, Thanks for the reply. You've jogged my memory to realize it was when I dabbled in VB that this was possible. Thanks again. Merry Xmas Upvote 0 Downvote
smcadman, Thanks for the reply. You've jogged my memory to realize it was when I dabbled in VB that this was possible. Thanks again. Merry Xmas