I'm looking to learn qooxdoo. I have a fair bit of experience in procedural
PHP, not much in oop
php.
I am looking to build a "desktop" which will open several windows. The desktop
will be blue and
fill the browser screen. As I understand it the qooxdoo application has a
container, which
contains a layout and a window manager. I then place the windows into this. So
my code is:
var doc = this.getRoot();
var main_container = new qx.ui.container.Composite();
var layout_manager = new qx.ui.layout.Grid();
main_container.setLayout(layout_manager);
var windowManager = new qx.ui.window.Manager();
main_container.set({decorator: "main", backgroundColor: "#88A2D3"});
// code to add 3 windows - code works fine
doc.add(main_container);
What am i doing wrong? Should i add a fullsize window to the main_container
then place the 3
windows in it? Any help would be appreciated.
--
Regards
Michael
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel