06-21-2023 06:35 AM
Hi,
I have a button ("initialize") on my program that when clicked opens the front panel of a subvi and keeps it at the front of all open windows. I want the subvi to be the only active window until the user exits the subvi front panel. Here is the problem: If the user presses buttons on the vi front panel while the subvi is running, initially nothing happens. When the subvi is closed, it's almost like those user events have been stored and are being carried out. For example, when the subvi is open and I press on the "initialize" button on my vi front panel several times, each time I exit the subvi, the subvi opens again. I don't want this to happen. While the subvi is open, I want the main front panel to be completely disabled.
I am quite new to Labview so am unsure what to even search for to solve this problem. I have tried using the property node for the front panel and disabling/graying out the button, but the result is the same.
Thanks,
Pearl
Solved! Go to Solution.
06-21-2023 06:43 AM