I frequently use the control.disabled property nodes to control how a
user interacts with a GUI.  It is crucial my application runs well via
remote panels. I was delighted that these control properties (visible,
disabled, etc) work in a remote panel, but built applications do not
work properly. Specifically, upon launching a remote panel, the
disabled status of controls on the server panel do not match the
status of the same controls on the remote panel. The status does
change properly, however, if the server changes a control property
programmatically. So it seems like this is a panel initialization
problem. All of this works fine in my development version, what's
going on?

Reply via email to