Re: [Gambas-user] WAIT command questions.

2010-11-20 Thread Demosthenes Koptsis
> > The SUBs event_read() such "PUBLIC SUB MySerialPort_Read()" in example > > are raised recursively again and again if WAIT is called from them > > because they are part of event loop or because event loop call them > > again and again? > How do they work what? > i speak about read events the

Re: [Gambas-user] WAIT command questions.

2010-11-18 Thread Benoît Minisini
> On Wed, 2010-11-17 at 00:03 +0100, Benoît Minisini wrote: > > > In manual for WAIT, it is said that > > > > > > If Delay is not specified, the functions processes every events and > > > returns immediately. In this case, keyboard and mouse events are > > > ignored. > > > > > > i dont understand

Re: [Gambas-user] WAIT command questions.

2010-11-17 Thread Demosthenes Koptsis
On Wed, 2010-11-17 at 00:03 +0100, Benoît Minisini wrote: > > In manual for WAIT, it is said that > > > > If Delay is not specified, the functions processes every events and > > returns immediately. In this case, keyboard and mouse events are > > ignored. > > > > i dont understand this. > > > >

Re: [Gambas-user] WAIT command questions.

2010-11-16 Thread Benoît Minisini
> In manual for WAIT, it is said that > > If Delay is not specified, the functions processes every events and > returns immediately. In this case, keyboard and mouse events are > ignored. > > i dont understand this. > > What does it mean "the functions processes every event" ? > Which functions?

[Gambas-user] WAIT command questions.

2010-11-16 Thread Demosthenes Koptsis
In manual for WAIT, it is said that If Delay is not specified, the functions processes every events and returns immediately. In this case, keyboard and mouse events are ignored. i dont understand this. What does it mean "the functions processes every event" ? Which functions? We talk about eve