On Friday 19 October 2007 15:10, [EMAIL PROTECTED] wrote:

> I'm studing RTL Events and TEvent class under Unix. RTL Event don't
> keep the state of event after an RTLEventWaitFor or
> RTLEventWaitForTimeout (after this the event is reseted).
>
> This reset after an RTLWaitFor is a rule for RTL Events?

Yes. You've first waited for the event to happen, then it happened, so 
now you should wait for the next event.

Basically,

RTLEventWaitFor;
RTLEventWaitFor;

should require two distinct events to get through.


Vinzent.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to