For a date, the timer interval could be long,, like a minute or more.  That
wouldn't be much overhead.

 

If you have any other timers running, you could piggyback that functionality
on one of those, instead of starting another.

 

Tracy

 

  _____  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of markgoldin_2000
Sent: Friday, March 06, 2009 11:24 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Refresh DateField

 

If I have a DateField defined like this:
<mx:DateField selectedDate="{new Date()}" id="closedate"/>

How would I refresh it to show the current date if a program is running
constantly for more than 24 hours? I can probably use a timer but trying to
stay away from local CPU overload.

Thanks for help.



Reply via email to