[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] XaAES doesn't respect wind_update?
Peter Persson wrote:
> 7 dec 2010 kl. 23.31 skrev Jo Even Skarstein:
> > form_dial doesn't block anything, but a form_dial()-session is usually
> > inside a wind_update. So if XaAES respected wind_update it wouldn=CD=84'=
> t be
> > possible to run wind_dial-apps without them blocking all other apps.
>
> Sounds to me like form_do() gets some special treatment? I.e. custom =
> form_do() implementations will block other apps, but the built-in =
> form_do() will not?
There are basically 3 ways to use form_do:
1. standard using wind_update
2. special without wind_update
3. windowed form_do
Only 1. blocks other clients, 2. only the calling client, 3. nothing.
-Helmut