ID:133539
 
An on-focus option would be nice on all the interface objects.
Working like on-show/on-hide but executing anytime that certain part of the interface recieves focus
some sort of GetFocus() proc so we can determine which part of the interface currently has focus would also help
It would be usefull considering random things like to cause the focus to be lost for no reason, anddddd we could use this to manualy restore focus after whatever causes the loss (opening browsers, using winclone, showing new windows, ect)
In response to Falacy
Falacy wrote:
some sort of GetFocus() proc so we can determine which part of the interface currently has focus would also help

winget(client, null, "focus")
In response to Android Data
Android Data wrote:
winget(client, null, "focus")

hmm that seems to just give me a null return value