Re: IDE- evaluation version
- Posted by Wolf <wolfritz at KING.IGS.NET> Feb 21, 2001
- 506 views
> Is there a better way to know the ap lost focus than to do something
> like onLostFocus(Controls), where Controls is IDE main window, and check
>
How about: w32Func(xGetActiveWindow,{}),
perhaps running thru a timer, like my latest 'toy'.
.. If the calling thread does not have an active window,
the return value is NULL

