OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: donnieworld on March 10, 2016, 10:57:27 AM

Title: The simplest things ...
Post by: donnieworld on March 10, 2016, 10:57:27 AM
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))
Title: Re: The simplest things ...
Post by: Tharwat on March 11, 2016, 03:59:35 AM
Hi,
It works here promptly  8)

Title: Re: The simplest things ...
Post by: donnieworld on March 11, 2016, 10:55:35 AM
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.
Title: Re: The simplest things ...
Post by: Tharwat on March 12, 2016, 12:00:12 AM
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.  ;)