Re: [flexcoders] Re: Are flex events really thread safe?

2009-02-03 Thread Sam Lai
Yep. I had a similar situation - in the end, I had to rewrite the lengthy processing code to split the task up and process a couple of items per frame, hooking into the ENTER_FRAME event. That kept the UI responsive, which was my main concern. 2009/2/3 Shyam shyammohan.sugat...@devicedriven.com:

RE: [flexcoders] Re: Are flex events really thread safe?

2009-02-03 Thread Tracy Spratt
] On Behalf Of Shyam Sent: Tuesday, February 03, 2009 6:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Are flex events really thread safe? so if i write a lengthy (time consuming) operation in my event handler i will delay flex from calling the listener even if the other network

RE: [flexcoders] Re: Are flex events really thread safe?

2009-02-03 Thread Tracy Spratt
development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of mmormando Sent: Tuesday, February 03, 2009 9:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Are flex events really thread safe

RE: [flexcoders] Re: Are flex events really thread safe?

2009-02-03 Thread Tracy Spratt
development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Sam Lai Sent: Tuesday, February 03, 2009 7:09 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Are flex events really thread safe