[flexcoders] Re: event after last callLater() execution

2008-11-20 Thread manfred.karrer
--- In flexcoders@yahoogroups.com, gabriel [EMAIL PROTECTED] wrote: On Wed, Nov 19, 2008 at 1:55 AM, manfred.karrer [EMAIL PROTECTED] wrote: is there an event dispatched when the callLater() is executed the last time? [...] Are you using callLater yourself? Or are you trying to figure out

[flexcoders] Re: event after last callLater() execution

2008-11-20 Thread manfred.karrer
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You can get an updateComplete from the layoutManager when there are no more callLaters scheduled for it, but remember that right after that, some network request can come in and cause updates. thanks that was what i was

[flexcoders] Re: event after last callLater() execution

2008-11-20 Thread Amy
--- In flexcoders@yahoogroups.com, manfred.karrer [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Alex Harui aharui@ wrote: You can get an updateComplete from the layoutManager when there are no more callLaters scheduled for it, but remember that right after that, some network

[flexcoders] Re: event after last callLater() execution

2008-11-19 Thread Amy
--- In flexcoders@yahoogroups.com, manfred.karrer [EMAIL PROTECTED] wrote: is there an event dispatched when the callLater() is executed the last time? we have the problem that a ui is rendered while a lot of other things are going on at the application. so the flex framework calls