Hi, No need to cross post from flexcomponents to flexcoders most of us read both.
This is a bit of engineering on your part. This is like asking where do I start to make a space ship. There are so many details, you will need to design this from your knowledge of flex components. You might look at the flexlib and it's MDI implementation. That might give you some ideas on where to start. Ironically, I am releasing a framework like this in 2 months. Truth be told, I have spent 1 1/2 years creating a base framework that made it happen. Mike On Wed, Oct 8, 2008 at 12:39 AM, nathanleewei <[EMAIL PROTECTED]>wrote: > How to make a Docking Window Framework/Component like > Eclipse/InfoDock/JDocking? > > +RootWindow > | > +--SplitWindow > | > +--SplitWindow > | | > | +--TabWindow > | +--TabWindow > | > +--TabWindow > | > +--Tabbar > +--ViewStack > +--Max Buttton > +--Min Button > > Where should I start? > How to implement TabWindow? TabNavigator + buttons or Tabbar+ > ViewStack? > > > -- Teoti Graphix, LLC http://www.teotigraphix.com Teoti Graphix Blog http://www.blog.teotigraphix.com You can find more by solving the problem then by 'asking the question'.

