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

Comments

  • SYSCAD
    edited February 2019

    Hi,

    set proxynotice to 0

    [EDIT] sorry, i did not read "my" application [/EDIT]

    Regards

    Wolfgang

  • Adding info to the named object dictionary typically does not trigger the Proxy warning. Unless you are adding custom entities.

  • I don't use custom entity, only xrecord and xdata.
    Thank you

  • 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.