The simplest things ...

Started by donnieworld, March 10, 2016, 10:57:27 AM

Previous topic - Next topic

donnieworld

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


donnieworld

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.

Tharwat

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