i find this in the 1.5  manual

     setBackgroundColor(var |value|)
     Sets the user value of the property |backgroundColor|.


but when i try it like this

*                this.menubar = new qx.ui.menubar.MenuBar().set(
                    {
                    allowStretchX     : true,
                    allowStretchY     : true,
                    minWidth        : 30,
                    minHeight        : 5
                    });

                menubar.setBackgroundColor("red");*

i get an error  on the last line. Isnt it possible to set background?

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to