Disable Warning Messages/Popups from REVIT 2016

Disable Warning Messages/Popups from REVIT 2016

Anonymous
Not applicable
3,814 Views
3 Replies
Message 1 of 4

Disable Warning Messages/Popups from REVIT 2016

Anonymous
Not applicable

Hi,

 

I want to disable/remove the warning and popup messages coming while opening the REVIT Project in REVIT 2016. I have attached the two messages coming in my way. Also, I don't want any suggestion boxes from the REVIT.

Please help me on this ASAP

 

 

Message 1.PNGMessage 2.PNG

0 Likes
3,815 Views
3 Replies
Replies (3)
Message 2 of 4

aignatovich
Advisor
Advisor

Hi!

 

Look at http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.32 especially Failure API section

0 Likes
Message 3 of 4

Anonymous
Not applicable

Hi

 

Can you please give me specific link or code to disable this boxes.

Is there any setting in the REVIT software which can be turned off for this boxes?

0 Likes
Message 4 of 4

aignatovich
Advisor
Advisor

You can swallow all warning messages, see http://thebuildingcoder.typepad.com/blog/2016/09/warning-swallower-and-roomedit3d-viewer-extension.h...

 

For the dialog in the first picture you should perform a check with debugger, create event handler for DialogBoxShowing event, if it is not helpful, you can use system WindowsAPI, something like at http://thebuildingcoder.typepad.com/blog/2009/10/dismiss-dialogue-using-windows-api.html

0 Likes