On Fri, 18 Feb 2005, Matthieu Moy wrote:
> Tuomo Valkonen <[EMAIL PROTECTED]> writes:
>
> > If displayed layer2 objects are not 'passive', layer1 can't receive
> > focus.
>
> In my case, it can, but you have to click on the tabbar of a layer1
> object.
>
> So, changing the focus between layer 1 and layer 2 is something I can
> do with mouse, and I'm looking for a way to do that with a script or
> with keyboard.
>
> --
> Matthieu
Yeah, so it seems that non-passive layer2 object keep don't allow focus
to pass to level1 objects via mouse movements, but clicking in the
tabbar will give them focus (though the l2 object will grab focus back
if the mouse touches it).
Similarly a passive l2 object will not take focus via mouse movement,
but will accept focus when the tabbar is clicked, however there is one
further restriction, which is that an empty WScratchpad (and I'd guess a
WFrame) will not accept focus even then, but if there is a WClientwin in
the scratchpad it will accept the focus when clicked.
Or at least that's why my testing just showed me.
-Etan