The simplest things ...

Started by donnieworld · 2016-03-10 18:57 UTC · 3 replies · SMF topic #2356

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)

Attachments
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.
author=donnieworld link=topic=2356.msg11825#msg11825 date=1457636247 wrote:
... 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.  ;)