Hey guys,
Just wondering whether the TTimers work in Simba and SMART. Been having a bit of trouble trying to put a paint into a script.
Im using the method used here:
http://villavu.com/forum/showthread.php?t=51578
In the CMD Window I get the response:

Originally Posted by
Hiyoal
Executing InitForm
Executing InitTimer
Yet the function specified with
Code:
thread1.OnTimer := @Function
is never run. Ive even tried putting debug Writeln(); into the OnTimer Function and it is never displayed in the CMD.
Any help?