RE: [flexcoders] Re: Whatever happened to Peter Ent's scrolling text ticker?

2007-03-26 Thread Tracy Spratt
Be aware that doLater is replaced by callLater() in 2.x. Similar syntax. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Monday, March 26, 2007 2:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: W

RE: [flexcoders] Re: Whatever happened to Peter Ent's scrolling text ticker?

2007-03-26 Thread Gordon Smith
I recommend using a Timer rather than calling doLater(). - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Monday, March 26, 2007 12:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Whatever happene

RE: [flexcoders] Re: Whatever happened to Peter Ent's scrolling text ticker?

2007-03-27 Thread Gordon Smith
I think you'll get more predictable timing. doLater() [sorry - I really meant callLater()] doesn't guarantee anything about how much later it might be. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Tuesday, M