09-28-2006 11:36 AM
09-28-2006 12:45 PM
09-28-2006 12:49 PM
What exactly do you mean by "system"???
09-28-2006 01:31 PM - edited 09-28-2006 01:31 PM
Message Edited by TonP on 09-28-2006 08:31 PM
09-28-2006 01:40 PM
@TonP wrote:
There are rumours on the net, VI's have more properties than standard accessible, this is supposed te be one of them (so I've heard)
Ton
Message Edited by TonP on 09-28-2006 08:31 PM
Ahh, of course .... "rumours on the net" - how subtle
Jaegen
09-29-2006 02:55 PM
This one I'm not sure if I'm going to call a bug. However I think you can achieve the behavior you might want by doing the following:
Instead of setting your own window state to hidden, first open and hold on to a reference to yourself. Then use the FP.Close method on yourself. I think this will do what you want.
Good luck!
09-29-2006 03:19 PM - edited 09-29-2006 03:19 PM
@Jeff B wrote:
This one I'm not sure if I'm going to call a bug. However I think you can achieve the behavior you might want by doing the following:
Instead of setting your own window state to hidden, first open and hold on to a reference to yourself. Then use the FP.Close method on yourself. I think this will do what you want.
Good luck!
No, I wouldn't call it a bug either (that's why it's a "quirk" )
Sorry, I just now checked the online help (should have done this before) and found this on the "Front Panel:Open Method" page:
Hidden—Opens the front panel window as floating but not visible. If you set the input to this value and close all references to the front panel, the window remains open but hidden. Because the VI is open, the Getting Started window does not appear. To solve this problem, open the VI from the operating system. For example, double-click the VI in Windows Explorer to open the VI.
I realize now that this is an "enough power to shoot yourself in the foot" issue. This is definitely a necessary "feature", not at all a bug (sorry for even calling it a quirk )- it gives us the power to hide all the windows and keep a VI (or VIs) running in development mode. If the "Getting Started" window did automatically pop up in this case, we couldn't do this.
Thanks for the useful workaround - it now all makes complete sense.
Jaegen
EDIT: Oops - how do I display a colon followed by an "O" without it turning into a smiley???
Message Edited by Jaegen on 09-29-2006 01:20 PM