PDA

View Full Version : Proxy Information window



Rainy-Day
11th Jan 2006, 11:42 pm
Hi, every time I open a drawing in acad 2002, I get a window 'proxy information' that gives me three choices, two are grayed out and the only other one says 'do not show proxy graphics', and the only button is 'OK'. I'd like to suppress the window - is that possible and easy to do? I've even thought about using autohotkey to watch for that window and close it when it appears. But I hope there's a nicer way. thanks

CarlB
12th Jan 2006, 12:34 am
Check the variables/commands PROXYNOTICE and PROXYSHOW.

PROXYNOTICE
Displays a notice when a proxy is created. A proxy is created when you open a drawing containing custom objects created by an application that is not present. A proxy is also created when you issue a command that unloads a custom object's parent application.

0 No proxy warning is displayed
1 Proxy warning is displayed

Rainy-Day
12th Jan 2006, 02:50 am
This works, thanks very much.