Subject E_MAX_EVENTS_BLOCK error
Author freeadmin
I use the TIB_Events component and E_MAX_EVENTS_BLOCK error is occured.
I found the following code:

procedure TIB_Events.EventChange( Sender: TObject );
begin
...
if Count > IB_MaxEvents then begin
raise EIB_Error.Create( E_MAX_EVENTS_BLOCK );
end;
...
end;

Should I use two or more TIB_Events components?
Any idea?

Regards,
FreeAdmin