RE: [SPAM]Re: [flexcoders] Delay before text is updated

2008-08-05 Thread Tracy Spratt
Subject: [SPAM]Re: [flexcoders] Delay before text is updated --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "Paul Steven" <[EMAIL PROTECTED]> wrote: > > Thanks for the replies. > > > > My method basically creates a fairly large

[SPAM]Re: [flexcoders] Delay before text is updated

2008-08-05 Thread Amy
--- In flexcoders@yahoogroups.com, "Paul Steven" <[EMAIL PROTECTED]> wrote: > > Thanks for the replies. > > > > My method basically creates a fairly large string and then writes this > string to disk as an xml file. > > > > So are you saying, if my function takes say 10 seconds to complete

Re: [SPAM]Re: [flexcoders] Delay before text is updated

2008-08-05 Thread Ralf Bokelberg
Exactly. And please have a look at Josh's very good explanation of why it is that "long winded". You have the same thing in other programming systems as well. Eg. last time i looked at Java client programming, you need to establish a second thread for beeing able to update the UI and receive user i

Re: [SPAM]Re: [flexcoders] Delay before text is updated

2008-08-05 Thread Josh McDonald
okelberg > *Sent:* 05 August 2008 09:16 > *To:* flexcoders@yahoogroups.com > *Subject:* [SPAM]Re: [flexcoders] Delay before text is updated > > > > Another option is to delay the call to the method, which does the main > work. > > > Cheers > Ralf. > > On

Re: [SPAM]Re: [flexcoders] Delay before text is updated

2008-08-05 Thread Laurent Cozic
2008 9:33:56 AM Subject: RE: [SPAM]Re: [flexcoders] Delay before text is updated Thanks for the replies. My method basically creates a fairly large string and then writes this string to disk as an xml file. So are you saying, if my function takes say 10 seconds to complete, there will

RE: [SPAM]Re: [flexcoders] Delay before text is updated

2008-08-05 Thread Paul Steven
me text to update as soon as I set its value? Would binding the text to a variable make it update any quicker? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Bokelberg Sent: 05 August 2008 09:16 To: flexcoders@yahoogroups.com Subject: [SPAM]Re: [flexcoders] Delay befo

RE: [SPAM]Re: [flexcoders] Delay before text is updated

2008-08-05 Thread Paul Steven
call to force an update to the screen - something like updateScreen() ? Thanks Paul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: 05 August 2008 08:56 To: flexcoders@yahoogroups.com Subject: [SPAM]Re: [flexcoders] Delay before text is