LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pop-up user dialog from hidden parent without popping this latter as well???

Hi, folks!
 
I have a daemon VI that performs some background tasks. I would like that one among these pops-up a dialog for user information. If I launch a visible VI as subVI, the parent (which was hidden) becomes visible as well.
 
For the moment, I worked around by setting again parent's hidden attribute by a property node in the subVI. However, this trick cannot keep from the parent to appear for a fraction of second.
 
There is any better trick?
 
0 Kudos
Message 1 of 2
(2,318 Views)
Instead of a subvi, how about launch a vi dynamically?
 
George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 2 of 2
(2,304 Views)