LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open new VI Window loose control in main Vi

Solved!
Go to solution

Hi,

I have a main.vi that have a button that will open a new VI window.

I have no problem opening the new VI window, and passing the data to them.
The only problem is if I have the new VI opened, I cannot change any button state in my main.vi. Is this normal?
Only when I close the new VI window, I have access again to the main.vi.

 

PMSilva_0-1583771760448.png

 

0 Kudos
Message 1 of 5
(2,513 Views)

Can you zip up your VIs and attach here? I can see one place where you disable a control but I'd like to poke around a bit more.

0 Kudos
Message 2 of 5
(2,511 Views)
Solution
Accepted by topic author PMSilva

Sounds like the vi you are opening is modal. You will need to change that to be able to use buttons in other windows.

Tim
GHSP
Message 3 of 5
(2,506 Views)

Attached is the project.
Thank you

0 Kudos
Message 4 of 5
(2,418 Views)

Thank you. That solves my problem.

0 Kudos
Message 5 of 5
(2,383 Views)