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

