TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: ronjonp on April 06, 2005, 05:05:32 PM

Title: (Alert "...") suppressed to command line
Post by: ronjonp on April 06, 2005, 05:05:32 PM
What controls whether or not alert boxes are shown? My lisp routines that have alerts are now just on the command line :?:

Thanks,

Ron
Title: (Alert "...") suppressed to command line
Post by: MP on April 06, 2005, 05:11:26 PM
Look into the bitcoded qaflags (http://www.manusoft.com/cgi-bin/NoFrames.pl?referer=http://www.manusoft.com/Resources/AcadExposed/Index.stm&header=Header.stm&toc=TOC.stm&main=Main.stm) variable, bit 2 (value = 4) : no "alert" dialogs (text display instead).
Title: (Alert "...") suppressed to command line
Post by: ronjonp on April 06, 2005, 05:25:19 PM
Thanks MP...that was the answer :).