Hello all,
I have a very strange thing in my application. I have an application in
which I use several widgets, and, juste ONE of them is aligned right by
default. I tried to set the alignX property in the widget and in the
layout but it does not change anything.
The begining of the reluctant widget's constructor :
qx.Class.define("isaq.SubjectWidget",
{
extend : qx.ui.core.Widget,
construct : function()
{
this.base(arguments);
this.set({paddingTop : 10, paddingBottom : 10});
// Setting the layout
var layout = new qx.ui.layout.VBox(10);
this._setLayout(layout);
// A form ...
}
});
Any idea ?
--
François Vallée
INRA - Centre Angers-Nantes
42 rue Georges Morel - BP 60057
49071 Beaucouzé cedex - France
Tel. : +33 (0)2 41 22 57 73
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel