On 05/29/2014 11:18 AM, fredvs wrote:
>  but the timer does not execute
> CallvoidMethod at fptimer.ontimer...
Just a guess here...

To quote Sven a few mails ago: `CheckSynchronize is used to process
calls to TThread.Synchronize and TThread.Queue. It *must* be called in
the context of the main thread (the thread that loaded the library).
TFPTimer uses Synchronize internally, [...]`

But you didn't use the word `CheckSynchronize` anywhere in your mail.
You need to call this method regularly in you main thread, if you don't
call it, nothing will happen; you only fill up the queue that
CheckSynchronize is supposed to empty. See
http://www.freepascal.org/docs-html/rtl/classes/checksynchronize.html
for more details on this call.

-- 
Ewald

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

Reply via email to