thank you On Mon, Sep 28, 2009 at 6:45 PM, Alex Harui <[email protected]> wrote:
> > > enterFrame is the first even after the player has drawn/updated the > screen. > > > > Alex Harui > > Flex SDK Developer > > Adobe Systems Inc. <http://www.adobe.com/> > > Blog: http://blogs.adobe.com/aharui > > > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *dorkie dork from dorktown > *Sent:* Sunday, September 27, 2009 11:54 PM > *To:* [email protected] > *Subject:* [flexcoders] How do I find the event that occurs directly after > Event.RENDER > > > > > > I need to know when my application has been completely rendered. I know > there is a Event.RENDER event but that occurs before the Render frame. If > there isn't an event that tells me that can I listen for the Render frame > and then wait one frame and know for sure that the frame has been rendered? > > More needless detail, I am setting a TextField with text and image content. > Once everything is loaded I need to measure it. If I measure too soon it is > too short. If I measure too late the program looks slow and unresponsive. > I'm trying to nail it down to the first moment the layout is updated. > > Thanks in advance, > dorkie rendering dork from dorktown > > >

