> Is there some other method that I need to call? parent.invalidateSize();
- Gordon -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller Sent: Monday, February 13, 2006 9:35 PM To: [email protected] Subject: [flexcoders] layout question Hello, everyone I am creating a custom layout container. This container would always be wrapped by VBox. i.e. <mx:VBox><custom:Container /></mx:VBox>. This custom container extends mx.containers.Container Question: when at some point I need to invalidate size and I call the invalidateSize() method the parent component doesn't get measured and its size invalidated. Is there some other method that I need to call? Another question: does anyone have or can anyone point me to a good example of custom container that extends mx.containersContainer Thanks, --- Dmitry -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

