Yes. The key lifecycle methods are createChildren() commitProperties() measure() updateDisplayList()
Gordon Smith Adobe Flex SDK Team -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mansour Raad Sent: Tuesday, May 13, 2008 5:18 PM To: [email protected] Subject: RE: [flexcoders] Quick question - who calls UIComponent.measure()? Question - is it part of the lifecycle of the component ? Mansour :-) -----Original Message----- From: [email protected] on behalf of Alex Harui Sent: Tue 5/13/2008 8:07 PM To: [email protected] Subject: RE: [flexcoders] Quick question - who calls UIComponent.measure()? It is called by LayoutManager via validateSize() ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Tuesday, May 13, 2008 4:33 PM To: [email protected] Subject: [flexcoders] Quick question - who calls UIComponent.measure()? Hey guys, Since UIComponent.measure() is protected, does the container invoke it via a round-about way, or is it simply called from a ResizeEvent.RESIZE handler somewhere in UIComponent? -J -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

