Hey folks, I hope you all had nice Christmas days and didn't eat and drink too much :)
When migrating from qx 0.8.3 to 1.0 I noticed some strange thing: In my app I have got a RadioGroup with three buttons for text alignment, they have models assigned: var left = new qx.ui.toolbar.RadioButton(null, "icon/22/actions/format-justify-left.png"); left.setModel("left"); var center = new qx.ui.toolbar.RadioButton(null, "icon/22/actions/format-justify-center.png"); center.setModel("center"); var right = new qx.ui.toolbar.RadioButton(null, "icon/22/actions/format-justify-right.png"); right.setModel("right"); var rg = this._radiogroup = new qx.ui.form.RadioGroup(left, center, right); If I now do: rg.setModelSelection("center"); this.debug(this._radiogroup.getSelection()[0]); And finally, the debug window shows me "undefined" as the currently selected item. I am quite confused because this has always worked before. Did anything change in qx 1.0? Thanks in advance, Jörg ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel