On 2005-11-30, ëÕÒÎÏÓÏ×Ù <[EMAIL PROTECTED]> wrote:
> I am using ion-2-20040729. I have a question about WRegion.goto(). It is =
> written in ion's documentation, thah this function is anisochronous and =
> region does not receive focus after it is called. What can I do to avoid =
> it. For me it changes focus, then I press keys binded to other lua =
> function, but if i use goto() in scripts or through ionflux I don't know =
> that I can do to change focus. I find this function at some your scripts =
> and it looks like it works without any problems with sycnronization =
> there.

You just can't expect the region you gotoed to to have focus after the
call returns... or ever, as the focus might be redirected somewhere more
appropriate by the managing region. If you want to do something when
a region receives focus, you'll have to use hooks.

-- 
Tuomo

  • WRegion.goto Курносовы
    • Re: WRegion.goto Tuomo Valkonen

Reply via email to