On Wed, 16 Feb 2005, Matthieu Moy wrote:
> Hi, one last (?) question for today :
>
> When a frame has the focus in layer 2, calling goto() on a frame in
> layer 1 goes to this frame, but does not give it the focus.
>
> For example, if the scratchpad is active, I can use the window menu to
> go to different frames, in different workspaces, but the focus stays
> on the scratchpad.
>
> Is this a bug ?
>
> Is there a way to give the focus to a particular layer in lua ?
>
> Thanks,
A layer 2 object can be made either passive or not, when not passive it
will always have focus when shown, when passive it will never get focus.
(At least that's been my experience, Tuomo (or someone else) will most
likely chime in and correct me if I'm mistaken.)
-Etan