If the data change causes the component to display differently, updateComplete should get dispatched.
Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of lytvynyuk Sent: Thursday, April 10, 2008 8:25 PM To: [email protected] Subject: [flexcoders] Re: Is there a way to be sure that UIComponent finished it drawing (rendering) ? Not quite sure if udpateComplete will be ever fired when data bound to the component I listening changed. Is any other way exixst\? --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > Try using the updateComplete event. > > > > Gordon Smith > > Adobe Flex SDK Team > > > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of lytvynyuk > Sent: Wednesday, April 09, 2008 10:02 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Is there a way to be sure that UIComponent > finished it drawing (rendering) ? > > > > Is there a way to be sure that UIComponent finished its drawing > /rendering (and all its children finished as well) after data change? > > Having troubles with exceptions which happening when I unload module > which just receive new portion of data and tries to draw it. Or may be > there is any suggestion about how to handle unload in this case? >

