Hello all,

I've got a question:

Is there an event that is fired after the user resizes the browser window
and all the resizing and rendering of all components on stage is done? 

I need it, cause I have to know the new positions of several nested
components after the user resizes. I can't listen to SystemManger.resize
cause the nested component's event.Resize is fired afterwards. If I do that,
I get the old values of the nested components. And I don't want to listen to
the resizeEvents of all nested components I need.

I could listen to the resizeEvent of the deepest nested component, but I
wanted to know, if there is another way...

Thanks, Chris

Reply via email to