[flexcoders] Re: How to make a Docking Window Framework/component like Eclipse/InfoDock/JDock

2008-12-02 Thread nathanleewei
http://flexrock.googlecode.com --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Somebody on this list has created exactly what you're looking for, and it's pretty reasonably priced, google the archives. -Josh

[flexcoders] Re: How to make a Docking Window Framework/component like Eclipse/InfoDock/JDock

2008-12-02 Thread nathanleewei
--- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Yeah, I forgot about that. There are probably 20 different ways you could implement something like this. From my experience you want to start out thinking abstraction and not program to much into your views. Mike

Re: [flexcoders] Re: How to make a Docking Window Framework/component like Eclipse/InfoDock/JDock

2008-12-02 Thread Josh McDonald
Somebody on this list has created exactly what you're looking for, and it's pretty reasonably priced, google the archives. -Josh On Tue, Dec 2, 2008 at 7:46 PM, nathanleewei [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Yeah, I

[flexcoders] Re: How to make a Docking Window Framework/component like Eclipse/InfoDock/JDock

2008-12-02 Thread nathanleewei
What I am looking for is different from DockAreaFX. Pls see my project: http://flexrock.googlecode.com --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Somebody on this list has created exactly what you're looking for, and it's pretty reasonably priced, google the

[flexcoders] Re: How to make a Docking Window Framework/component like Eclipse/InfoDock/JDock

2008-10-09 Thread nathanleewei
maybe I should get some idea from SuperTabNavigator(flexlib/dougmccune)

Re: [flexcoders] Re: How to make a Docking Window Framework/component like Eclipse/InfoDock/JDock

2008-10-09 Thread Michael Schmalle
Yeah, I forgot about that. There are probably 20 different ways you could implement something like this. From my experience you want to start out thinking abstraction and not program to much into your views. Mike On Thu, Oct 9, 2008 at 7:16 AM, nathanleewei [EMAIL PROTECTED] wrote: maybe I

[flexcoders] Re: How to make a Docking Window Framework/component like Eclipse/InfoDock/JDock

2008-10-09 Thread nathanleewei
Thanks for your suggestion. I have already browsed the source code of flexlib-MDI and idw(infonode.net). And I designed the structure according to idw: DockingWindow(abstract class in JAVA): Base class for all types of docking windows. View: content component and some buttons. RootWindow: