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?