Try this PDF http://download.macromedia.com/pub/documentation/en/flex/15/flex_components_themes.pdf
it's titled "Developing Flex Components and Themes in Flash Authoring" but it also gives a good overview about the instantiation process etc. According to the PDF the following methods are invoked during instantiation: Class constructor constructObject2() init() createChildren() measure() layoutChildren() draw() Dirk. > -----Original Message----- > From: Erik Westra [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 23, 2005 11:30 AM > To: [email protected] > Subject: [flexcoders] Hooks in custom components > > > > Does any1 have a list of wich hooks i can use in custom component and > when they are called? > > With hooks i mean functions like init and createChildren. > > > Greez Erik > > > > Yahoo! Groups Links > > > > > > > > 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/

