[flexcoders] Re: Auto-sizing a Container that lives in rawChildren - how?

2007-12-11 Thread ben.clinkinbeard
Hi Alex, since updateDisplayList() doesn't seem to get called on rawChildren I am simply doing my sizing in another method that gets called from my parent's updateDisplaylist() function. I am finding the bounds of my children and then using setActualSize(), which seems to work well. Is there

RE: [flexcoders] Re: Auto-sizing a Container that lives in rawChildren - how?

2007-12-11 Thread Alex Harui
Sounds right. The parent's updateDisplayList should result in calls to setActualSize() on the children. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Tuesday, December 11, 2007 1:41 PM To: