i create a button
this.button = new qx.ui.form.Button("<").set(
{
allowStretchX : true,
allowStretchY : true,
minWidth : 12,
width : 12,
padding : 0
});
and then i try to add some text and backgroundcolor
this.button.setBackgroundColor("#ff0000");
this.button.setLabel("OK");
The text is changed but the bckgroudnColor dont changed.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel