s_nimrod@my-deja.com wrote:
. . .
When the new VI start I want the main menu to hide it's front panel temporarily
until it the second VI returns.
. . .
If you are using LabVIEW 5.1, you can use the VI server attributes to hide
the VI by moving it off of the desktop. I will send you a sample in private
mail.
The attribute (property) you need to use is Front Panel Window -> Window
Bounds.
Set it to something that is larger than your window size, like 2000, 2000,
2200, 2200.
I hope that this helps,
Bob Young