10-15-2024 08:38 AM
I am trying to create a project that requires many VI's to be opened. Therefore, I created my main menu panel, as well as a sub-VI called "User Input Panel."
I have inserted a while loop with an event structure, but when I press the boolean button related to the event structure, my sub-VI does not pop up. Can anyone help me with this?
Solved! Go to Solution.
10-15-2024 08:55 AM
If placed as a sub-vi you need to either set the VI property "open when called" or use an Invoke node:Front panel open
10-15-2024 09:34 AM
Thank you so much!. I have solved it in VI Properties->Window Apperance->Customize.