Re: [qooxdoo-devel] RadioButtons and controlling their checking

2013-09-19 Thread Martin Wittemann
Hey, > I have a set of qx.ui.menu.RadioButton objects. Which one of them is > selected I want to be dependent on a given property. So I use > databinding ala: > > var stateCheck = function(desired) { > return {converter: function(state) {return state == desired}}}; > controller.addTarget(b

[qooxdoo-devel] question about qx.ui.mobile.layout.HBox

2013-09-19 Thread rsantiagopaz
Hi (sorry the english) I have 2 little problems with this basic example: http://tinyurl.com/lfvstn5 1) I was trying all flex/align/etc. posible combinations. I need number fields more narrow. The maxLenght is set to 3 but the field width is excessive. I can't get shorter fields. The intention i