03-30-2009 09:26 AM
Hi Guys,
i have a VI that has a subVI constantly running in the back ground, but i want a button on the main VI to allow a user to make the subVI visible, then when the user closes the sub VI i want it to go back to running in the background.
So to clarify i want the SubVI to run all the time out of sight but allow a user to show/hide it from the main VI.
I have looked at property nodes but i cant create a reference for a sub VI.
Any ideas >?
thanks, zac
Solved! Go to Solution.
03-30-2009 09:32 AM
Zac_Acal wrote:I have looked at property nodes but i cant create a reference for a sub VI.
Easiest would be to place a static VI reference (application control palette), and browse for the correct VI. Then use an invoke node with FP.open method.
03-30-2009 11:05 AM
03-30-2009 11:07 AM
Just one question...
Because the staticVIreference is looking for a path, does that mean that when i install the .exe version on another pc it wont work unless i copy that vi into that path on that pc, or will all that be taken care of in the compile ?
Cheers, Zac
03-30-2009 11:28 AM
Zac_Acal wrote:... or will all that be taken care of in the compile ?
Yes, everything will be taken care of automatically when you built the application.