08-15-2007 12:40 PM
08-15-2007 12:49 PM
08-15-2007 01:11 PM
t think runtime position is avaliable in labview 7.1.1 but you can use openFP method with the state set to minimize.
Paul
06-17-2008 07:31 AM
Hi
You reach this function with a property node too.
Create Property node -> Select class: VI -> Properties/Front Panel Window/State.
regards
Mitulatbati
06-17-2008 10:22 AM
Thanks Mitulatbati, I am currently using this method, but it does not solve the problem of the front panel briefly appearing before it is minimized. I have not been able to find a way to prevent this.
Howard
06-18-2008 01:04 AM
Hi Howard,
I use this method as well, but not I call this property node not directly in the VI, which I want to open hidden. If you first open the reference of your VI, and then call this property node, it works. As the called VI opens, it does´n appear, not even for a short time.
I use LabVIEW 7.1.1
06-18-2008 01:09 AM
...sorry for the mistyping. I don´t call property node in the example, but an "Open FP" method via invoke node. By the way, the same should happen, if you use the "VI -> Front Panel Window -> State" Property.