Check
C:\Program Files\Adobe\Flex Builder 2.0 Beta 3\Flex SDK 2.0\frameworks\source\mx
I studied that class long and hard. Good luck, there is a lot going on. I think once you see that class, you will realize you need to do alittle study ;-)
Peace, Mike
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
--
What goes up, does come down. __._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- [flexcoders] questions about overriding updateDisplayList... Tom Bray
- Re: [flexcoders] questions about overriding updateDi... Michael Schmalle
Reply via email to

