Re: Remote panel behavior in built application differs from development app

2004-04-24 Thread crain
Works great! Thanks.

Re: Remote panel behavior in built application differs from development app

2004-04-24 Thread FerozP
Hi Crain, This is a known issue with executables and remote panels. The reason why your VI (development version) works fine is because when a client requests an image from LabVIEW, LabVIEW saves the current image of the VI in memory and sends it out i.e. the client gets the most recent version.

Remote panel behavior in built application differs from development app

2004-04-24 Thread crain
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. Spe