LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can my event structure catch a key down event when it is minimized or FP hidden?

I have a VI with an event structure and Im catching key down.  All works fine when the FP is shown and on top however if it is minimized (or FP state is hidden) it will not catch the event.  Is there any way to have this event structure catch this in these states?
Thanks,
Dave
0 Kudos
Message 1 of 2
(2,660 Views)
No. Key events always go to the active window.

The only possibility of working around this is if there is some other LV screen that is always active when your other VI is minimized, then you could setup the VI that can be minimized to catch that VI's key events too... But unless there is a clearly-defined parent-child relationship between the two VIs that could get real messy real fast.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,655 Views)