Proxy object dialog on opening drawing
Hi,
When I open a dwg made with my application BricsCad shows Proxy Object Dialog.
Probably because my application writes some information in Named Object Dictionary.
Is there a way to avoid this dialog?
Thank you
0
Comments
-
Hi,
set proxynotice to 0
[EDIT] sorry, i did not read "my" application [/EDIT]
Regards
Wolfgang
0 -
Adding info to the named object dictionary typically does not trigger the Proxy warning. Unless you are adding custom entities.
0 -
I don't use custom entity, only xrecord and xdata.
Thank you0 -
Well, I have created Lisp applications that add dictionaries and Xrecords to the NOD and to extension dictionaries, as well as Lisp applications that rely on Xdata, but never have they triggered a Proxy warning.
0