Hi there.

I'm wondering if it's possible to update the add() left property inside an
event? 

The code look like this:

...
var layout = new qx.ui.layout.HBox();
layout.setSpacing(2);
var navigation = new qx.ui.container.Composite(layout);
header.add(navigation, {left: 200});
...

I then want to change the left property from 200 to 400 pixels inside a
click event. Is it possible or do I need to use margins instead?

Any help is very appreciated, thanks! :)
-- 
View this message in context: 
http://old.nabble.com/Update-add%28%29-left-property-inside-event--tp28284160p28284160.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
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

Reply via email to