Re: [qooxdoo-devel] IDE-like Interface

2009-11-26 Thread thron7
Laith Juwaidah wrote: I've thought of using that, it feels kinda messy but it looks like it's the only option so far so if I don't find a better solution I'll probably end up using that.. And then I'm gonna have to think of a way to have drag-and-drop-able "panels" so the components can be re

Re: [qooxdoo-devel] IDE-like Interface

2009-11-25 Thread Laith Juwaidah
I've thought of using that, it feels kinda messy but it looks like it's the only option so far so if I don't find a better solution I'll probably end up using that.. And then I'm gonna have to think of a way to have drag-and-drop-able "panels" so the components can be rearranged. On Wed, Nov 25, 2

Re: [qooxdoo-devel] IDE-like Interface

2009-11-25 Thread Loïc Bresson -- Novlog
Hi. If you want to use splitpanes in order to have three resizable columns like in the demobrowser,you can find the demobrowser's code in path-to-qooxdoo-sdk/application/demobrowser/source/class/. I don't know if you've already looked there, but this might help. (The demobrowser uses 2 nested

Re: [qooxdoo-devel] IDE-like Interface

2009-11-25 Thread Laith Juwaidah
"I tried using a Pane and it was going well, that is until I tried adding the 3rd column, that's when it blew in my face." On Wed, Nov 25, 2009 at 11:51 AM, skar wrote: > Laith Juwaidah wrote: > > Grids ain't re-sizable :( > > http://demo.qooxdoo.org/devel/demobrowser/index.html#widget~SplitPan

Re: [qooxdoo-devel] IDE-like Interface

2009-11-24 Thread skar
Laith Juwaidah wrote: Grids ain't re-sizable :( http://demo.qooxdoo.org/devel/demobrowser/index.html#widget~SplitPane.html has a split pane which can be resized horizontally. Look into the other apps in the demo browser too, they're quite helpful. The demobrowser code itself uses split pane,

Re: [qooxdoo-devel] IDE-like Interface

2009-11-24 Thread Laith Juwaidah
Grids ain't re-sizable :( On Wed, Nov 25, 2009 at 11:02 AM, skar wrote: > Laith Juwaidah wrote: > > Hello, > > I'm really new to qooxdoo, as a matter of fact, this is my first project > using qooxdoo. > > The interface is quite simple and I'm sure creating is wouldn't take > long, it's just t

Re: [qooxdoo-devel] IDE-like Interface

2009-11-24 Thread skar
Laith Juwaidah wrote: Hello, I'm really new to qooxdoo, as a matter of fact, this is my first project using qooxdoo. The interface is quite simple and I'm sure creating is wouldn't take long, it's just that the API is still confusing me a bit, even with going through the API reference and t

[qooxdoo-devel] IDE-like Interface

2009-11-24 Thread Laith Juwaidah
Hello, I'm really new to qooxdoo, as a matter of fact, this is my first project using qooxdoo. The interface is quite simple and I'm sure creating is wouldn't take long, it's just that the API is still confusing me a bit, even with going through the API reference and the demos. You don't have to