> Hi all, I have a problem, please help it’s driving me nuts.
>
> I have a class, in the init of this class I add I timer This.AddObject('timer1', 'tRun')
>
Craig
Where the timer is added is it enabled and does interval propety have a value > 0 ? If not then the timer event will never fire.
Paul