Hi Mathias,

> They don't get called because the window usually never gets the focus.
> The focus is always transferred to one of the child windows of it. As
> the focus listener does not work recursively you must use another API
> for that: use the interfaces css.awt.XTopWindow of the ContainerWindows
> or use the FrameActionEvents of the frame and register appropriate
> listeners.

ok! thanks for this hint! Registering a XTopWindowListener and using
its methods windowActivated() and windowDeactivated() instead of
focusGained() and focusLost() works fine.

regards,
Christoph

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to