Hi Subeesh, There are some core concepts you should understand if you want to start writing components. Among these are the roles that methods like createChildren(), invalidateDisplayList() and others play in the component lifecycle. Without understanding these, any examples I could give you wouldn't make much sense. I would recommend reading the chapters relating to component development in the Flex Developer's Guide, which can be found here: http://www.adobe.com/support/documentation/en/flex/
Once you understand the basics your questions should be pretty simple to figure out. HTH, Ben --- In [email protected], subeesh a <[EMAIL PROTECTED]> wrote: > > Hi Ben, > > Thanks for the Reply > > I am very new to creating components . If you can provide an example, that will be of great help . > > Subeesh > > > ----- Original Message ---- > From: ben.clinkinbeard <[EMAIL PROTECTED]> > To: [email protected] > Sent: Friday, 31 August, 2007 6:13:24 PM > Subject: [flexcomponents] Re: Custom TitleWindow Component > > Sorry, do that stuff in createChildren( ), not creationComplete( ). For > some reason I was thinking titleBar wouldn't be available but it > definitely is. > > Ben > > --- In flexcomponents@ yahoogroups. com, subeesh a <asubeesh2002@ ...> wrote: > > > > Hi, > > > > How can I create a custom Titlewindow Component with an > ApplicationControlB ar . In the application control bar there will be > two buttons which will dispatch some events . > > > > Can anyone tell me how can i achieve this or point me to some links > > > > Thanks in Advance > > > > > > 5, 50, 500, 5000 - Store N number of mails in your inbox. Go > to http://help. yahoo.com/ l/in/yahoo/ mail/yahoomail/ tools/tools- 08.html > > > > > > > > 5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html >
