Author Topic: (Alert "...") suppressed to command line  (Read 2037 times)

0 Members and 1 Guest are viewing this topic.

ronjonp

  • Needs a day job
  • Posts: 7529
(Alert "...") suppressed to command line
« 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

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
(Alert "...") suppressed to command line
« Reply #1 on: April 06, 2005, 05:11:26 PM »
Look into the bitcoded qaflags variable, bit 2 (value = 4) : no "alert" dialogs (text display instead).
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

ronjonp

  • Needs a day job
  • Posts: 7529
(Alert "...") suppressed to command line
« Reply #2 on: April 06, 2005, 05:25:19 PM »
Thanks MP...that was the answer :).

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC