06-20-2016 06:06 PM
Is there an event that will tell me when the VI looses frontmost? I'd like to make a sort of deadman trigger that fires when the front panel isn't frontmost. If it comes to it, I'll poll FP.isfrontmost.
Solved! Go to Solution.
06-21-2016 02:53 AM
@nanocyte wrote:Is there an event that will tell me when the VI looses frontmost? I'd like to make a sort of deadman trigger that fires when the front panel isn't frontmost. If it comes to it, I'll poll FP.isfrontmost.
Use Property node for the respective VI and you will get whether the VI FP is Front Most
06-21-2016 05:38 AM - edited 06-21-2016 05:39 AM
Look at the Application class event called VI Activation (or VI Deactivation, if your version is new enough). You might need to activate scripting to see it.