Author Topic: Turning off AutoCAD Map Message Dialog Box  (Read 4202 times)

0 Members and 1 Guest are viewing this topic.

cannorth

  • Guest
Turning off AutoCAD Map Message Dialog Box
« on: September 22, 2011, 07:26:29 PM »
Hello,

  Is there anyway in LISP to turn off the AutoCAD Map Message Dialog Box in AutoCAD 2012?

Thanks,

cannorth

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Turning off AutoCAD Map Message Dialog Box
« Reply #1 on: September 23, 2011, 08:36:14 AM »
Not sure which one you're referring to but FILEDIA = 0 will turn off all most dialog boxes.
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

cannorth

  • Guest
Re: Turning off AutoCAD Map Message Dialog Box
« Reply #2 on: September 23, 2011, 04:11:50 PM »
Hello,

  FILEDIA=0 doesn't turn off the dialog box.  It's an error dialog box that shows if something is wrong with Map queries or after a query has run.

Thanks,

cannorth

Crank

  • Water Moccasin
  • Posts: 1503
Re: Turning off AutoCAD Map Message Dialog Box
« Reply #3 on: September 24, 2011, 06:45:31 AM »
I don't have MAP, but something that you can try is to set bit 2 (4) of QAFLAGS (no "alert" dialogs, text display instead).
Vault Professional 2023     +     AEC Collection

VovKa

  • Water Moccasin
  • Posts: 1631
  • Ukraine
Re: Turning off AutoCAD Map Message Dialog Box
« Reply #4 on: September 24, 2011, 07:52:08 AM »
try
Code: [Select]
(ade_errsetlevel 2)

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: Turning off AutoCAD Map Message Dialog Box
« Reply #5 on: September 26, 2011, 08:15:43 AM »
Not sure which one you're referring to but FILEDIA = 0 will turn off all most dialog boxes.

Actually, FILEDIA controls FILE DIAlogs.

CMDDIA used to control many CoMmanD DIAlogs, but it has limited effects these days. AutoCAD Map still honors it for many of its specific dialogs.