How to prevent popup dialogs

How to prevent popup dialogs

Anonymous
Not applicable
523 Views
2 Replies
Message 1 of 3

How to prevent popup dialogs

Anonymous
Not applicable

Hi all, 

 

How to prevent AutoCAD to popup dialogs as the following image? 

 

Snap1.jpg

0 Likes
524 Views
2 Replies
Replies (2)
Message 2 of 3

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

you have a checkbox on the bottom of the right side, mark it and it will never be called again.

If you want to disable it you can search the registry where the entry is saved and you can recreate that to other users by making the change in the registry manually or by your VBA-prog.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 3

Anonymous
Not applicable

After research, the setting is not saved in registry. It's in the FixedProfile.aws like below.

I think it's very hard to disable all the popup dialogs in this case.

 

 

<HideableDialogs>

   <HideableDialog title="Open Drawing - Previous Version MEP Objects Detected" result="8" application="AutoCAD 2012 - Simplified Chinese" category="System Warning" id="AecbPreviousVesionWarning">

  </HideableDialog>

</HideableDialogs>

0 Likes