On Tue, Mar 10, 2009 at 6:42 PM, Tim Hoff <[email protected]> wrote: > > Hi Wesley, > > Controls and Containers all extend UIComponent. For your case, take a > look at the code for UIComponent and VBox (F3, with the mouse over a > classs name, in FB or Eclipse). Or, just look at any custom component > out there; for an example. > > -TH > > --- In [email protected], Wesley Acheson <wesley.ache...@...> > wrote: > > > > Thanks I thought that always initialising either in the constructor or > in > > the variable declaration was a bit hacky. It is what I've been doing > up > > till now. Is there any refrence for a component (particualy > containers) life > > cycle? > > > > Off topic in gmail I autoarchive flex coders emails. Does anyone know > of a > > way to not auto archive treads that I've been involved with? > > > > Regards, > > > > Wesley Acheson > > >
Thanks Tim, This is helpfull but I find it difficult to inspect classes in the core libary as. 1. Instance highlightling doesn't work. 2. F3 doesn't take you to a declaration. 3. It doesn't actually tell you when an event is raised or a method is called by looking at the methods as their often called outside the class itself. I'll however make more of an effort to look. Wes

