I'll never use alert again in any of my lisp routines whether a custom dialog is involved or not ... why does it take so long for the simplest things to hit me in the head :o/
(setq sMsg
(strcat
"This is a test message!"
"\nThis is the second line of my test message"
"\n\n\Are we ready to proceed?"
)
)
(setq nResponse (dcl-messagebox sMsg "My Title" 6 3))
Hi,
It works here promptly 8)
I'm sorry. I wasn't searching for an answer to a problem. It works perfectly.
I was just commenting that I'll be using this simple and great feature all of the time.
Thanks for your help.
Quote from: donnieworld on March 10, 2016, 10:57:27 AM
... why does it take so long for the simplest things to hit me in the head :o/
This meant to me that the dcl_MessageBox takes so long to appear and that's why I tried it and gave you a proof with video. ;)