Is there any event that fires for a radWindow when it loses the focus? there appears to be the add_activate method which allows me to add a handler when the window receives the focus, but I can find nothing in the documentation for when the window loses the focus.
Would I have to write a function in a settimeout that calls itself and constantly checks if the window is still the active window? seems a little resource hungry!
Stuart
Would I have to write a function in a settimeout that calls itself and constantly checks if the window is still the active window? seems a little resource hungry!
Stuart