Re: [qooxdoo-devel] mdi application

2008-01-25 Thread Tim Taubert
Huge thanks Denis! This helped - now I have a working MDI style application :). Regards, Tim Dioc wrote: > Hello Tim, > > Try the following code. I hope it will help you. > > var layMain = new qx.ui.layout.HorizontalBoxLayout(); > layMain.setLeft(10); > layMain.setTop(10); > layMain.setRight(1

Re: [qooxdoo-devel] mdi application

2008-01-25 Thread Dioc
Hello Tim, Try the following code. I hope it will help you. var layMain = new qx.ui.layout.HorizontalBoxLayout(); layMain.setLeft(10); layMain.setTop(10); layMain.setRight(10); layMain.setBottom(10); layMain.setSpacing(5); // tree var tree = new qx.ui.treevirtual.TreeVirtual("Tree"); tree.setWi

[qooxdoo-devel] mdi application

2008-01-25 Thread Tim Taubert
Hello, I would really appreciate if you could give me some help developing a MDI style application with Qooxdoo. I created a HorizontalBoxLayout with a TreeVirtual on the left and a content area on the right. The content area is the MDI style area where multiple windows should reside. I want t

[qooxdoo-devel] MDI application

2006-11-24 Thread Tomek Loboda
Hi all, I'm trying to design a MDI application. I have a toolbar on the top or bottom and some floating windows created dynamically. Just to make sure, the behavior requirements are: 1. The toolbar stays always on the top. 2. When maximized a window uses entire space available minus whatever's