<p>Am 30.05.2014 13:09 schrieb "fredvs" <<a href="mailto:fiens@hotmail.com">fiens@hotmail.com</a>>:<br>
> Hum, so maybe, (im new in Java) use a Java-timer who calls<br>
> uos.checksynchro(); at regular time...</p>
<p>If the timer event runs in the same thread as your current call to checksynchro resides then it will work. If it's executed by a different thread then not.</p>
<p>> PS3 : Hum, if one day, i need a fptimer in a fpc library, is it possible to<br>
> use fptimer.ontimer who works with Java ?</p>
<p>With your current usage of checksynchro fptimer.OnTimer should work as well (you can't currently use it without a CheckSynchronize though).</p>
<p>Regards,<br>
Sven</p>