At 8:59 AM -0400 8/20/06, Tommy Single wrote:
So I place a property in the App class with the type as timer and then set
the interval to 600000 and the mode to 1, then run it?
That's pretty close, but there's one additional step:
To get code into the timer's Action event you first have to create a
new class, set its Super to timer and put your code into the
subclass' action event.
Then add a property to the App class with the type of your new timer subclass.
Regards,
Joe Huber
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>