RE: [flexcoders] Understanding UIComponent

2006-03-03 Thread Stephen Gilson
a.com/flex/20beta1/docs/1877.html Stephen From: Gordon Smith Sent: Thursday, March 02, 2006 11:55 PMTo: 'flexcoders@yahoogroups.com'Cc: Stephen GilsonSubject: RE: [flexcoders] Understanding UIComponent He wants to create custom components, so he needs to understand methods like crea

Re: [flexcoders] Understanding UIComponent

2006-03-03 Thread jeremy lu
basic methods like these. - Gordon From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Thursday, March 02, 2006 8:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Understanding UIComponent

RE: [flexcoders] Understanding UIComponent

2006-03-03 Thread Gordon Smith
: Stephen Gilson Subject: RE: [flexcoders] Understanding UIComponent He wants to create custom components, so he needs to understand methods like createChildren(), commitProperties(), measure(), and updateDisplayList(). There should be a whole book in the documentation set about creating your

Re: [flexcoders] Understanding UIComponent

2006-03-02 Thread JesterXL
You look like you're on the right track. For now (as of Beta 1), I think the only ones that actually matter event wise are: initialize creationComplete The only difference is initialize runs before allof the layout stuff, so if you need to do your own positioning/sizing, this is a good

RE: [flexcoders] Understanding UIComponent

2006-03-02 Thread Gordon Smith
these. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Thursday, March 02, 2006 8:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Understanding UIComponent You look like you're