My goal is to extend the VDividedBox so that I can minimize/maximize its children (like the Navigator and Outline panes in flexbuilder, for example). I checked out what documentation I could find and I have some questions.
Are the dividers layed out in layoutChrome()? If so, when I override updateDisplayList and change sizes and positions of children, will layoutChrome get called again? Does updateDisplayList happen again too? When I resize the children, do they invalidateDisplayList on their parent (the VDividedBox)? The docs say the following: "To size components in the updateDisplayList() method, you use the setActualSize() method, not the sizing properties such as width and height. To position a component, use the move() method, not the x and y properties." But it doesn't explain why -- I'm assuming it's so that parent.invalidateDisplayList() happens. Is that correct? Is the source code of the VDividedBox available somewhere so I can see exactly what's going on? Thanks, Tom ------------------------ Yahoo! Groups Sponsor --------------------~--> Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/

