Re: [flexcoders] callLater in a non UI actionscript component (pseudo-threading)

2009-10-09 Thread Baz
: http://blogs.adobe.com/aharui *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Baz *Sent:* Wednesday, October 07, 2009 2:32 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] callLater in a non UI actionscript component (pseudo-threading) I

RE: [flexcoders] callLater in a non UI actionscript component (pseudo-threading)

2009-10-09 Thread Alex Harui
AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] callLater in a non UI actionscript component (pseudo-threading) Alex thanks for the tip. I saw your post about pseudo-threading: http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html Then I found this project doing

[flexcoders] callLater in a non UI actionscript component (pseudo-threading)

2009-10-07 Thread Baz
I currently have an expensive process that I am pseudo-threading by processing part of it, then using callLater to process the rest. This lets me update the view after each batch is processed, giving the user feedback during the process. Also, it gives the user a window to 'interrupt' the process

RE: [flexcoders] callLater in a non UI actionscript component (pseudo-threading)

2009-10-07 Thread Alex Harui
...@yahoogroups.com] On Behalf Of Baz Sent: Wednesday, October 07, 2009 2:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] callLater in a non UI actionscript component (pseudo-threading) I currently have an expensive process that I am pseudo-threading by processing part