> setting ttimer.enabled to false in dothat_and_stoptimer() is OK. 

Hum,...

Why not directly in ttimer.ontimer() ?

 procedure ttimer.ontimer(); 
 begin 
 if all_is_ok then dothis_and_continuetimer() 
 else ttimer.enabled := false;
 end; 
 
This question because of:
> don't touch ttimer.enabled in ttimer.ontimer. 

?



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to