11-25-2011 10:35 AM
Hello everybody
I'm working on a vi using a "home made subvi" virtual keyboard which pops up everytime the user want to change a numeric control.
I want the pop up vi to close properly when the user clicks on the main vi (so as soon as the popup VI lost focus).
I can't find a way to retrieve a lost focus event !
Could you help me please ?
Thanks !
11-26-2011 09:21 AM
There isn't a lost focus event that you can register with the event structure. What you can do is use the Timeout case to monitor whether the VI has focus.