[Gambas-user] DoEvents
Bodard Fabien
gambasfr at ...11...
Wed Dec 8 08:46:33 CET 2004
Le mercredi 8 Décembre 2004 07:41, BUDI ARIEF GUSANDI a écrit :
> Hello Rob,
>
> In visual basic to wait for continuing executing line of code is using of
> 'sleep' API and for yielding app. to OS is using DoEvents, so the
> application dont look frozen, and we still can do another event.
>
> In gambas...should it be better to use WAIT as waiting function and DoEvent
> as DoEven in VB ?
>
You need to be carrefull with recursives function... don't use wait in this
case.
And on linux... doevent is just util to the owner application... generally the
other application are not frozen.
Fabien
> Budi
>
> Wednesday, December 8, 2004, 10:12:38 AM, you wrote:
> > On Tuesday 07 December 2004 13:50, LB Audio wrote:
> >> Please DoEvents in Gambas.
> >
> > Try WAIT.
> >
> > Rob
> >
> >
> >
> >
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://productguide.itmanagersjournal.com/
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> Should we
More information about the User
mailing list