03-09-2020 11:36 AM
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.
Solved! Go to Solution.
03-09-2020 11:40 AM
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.
03-09-2020 11:41 AM
Sounds like the vi you are opening is modal. You will need to change that to be able to use buttons in other windows.
03-10-2020 05:13 AM
Attached is the project.
Thank you
03-11-2020 03:58 AM
Thank you. That solves my problem.