On Thu, 2 Dec 2010, Burkhard Carstens wrote:

Am Donnerstag, 2. Dezember 2010 19:39 schrieb Darius Blaszyk:
Whatever I tried, I cannot get TFPTimer to work. Can someone help?
For some reason the OnTimer even is never fired. Tried on Windows and
Linux. Here's a snippet I used as test.

Regards, Darius


[..]

begin
  test := TBaseObj.Create;
  for i := 1 to 1000 do

begin

    sleep(10);

checkSynchronize;
end;


  writeln('done');
  readln;
end.

Isn't OnTimerExec called using Synchronize?

Yes.

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

Reply via email to