This document was generated from CDN thread
Created by: Chandan Agrawal on 29-01-2010 11:27:56 AM
Hi,
I have an application in which I need something to be done every hour so I have used Timers.
The way I have implemented is:
-> Create a StaticConstruction script.
-> Added a AddTriggerTimer and then EndScript.
-> Create a OnTimerFire script with the user data matching the one specified in the AddTrggerTimer step above.
The problem is that it looks like the timers are not getting cleared on reinstalls of the application. As a result I now have NUMEROUS timer threads alll invoking my Timer script.
I tried disable of the application but that also didnt help. Once i enabled the application, the unwanted timers came back again.
Regards,
Chandan