Hi, i have problems with the ComboBoxEx Object. After i see the sample - application i wite a small application to test this ComboBoxEx - object. The only thing i do is:
var comboData = [[ '1', 'No' ],[ '2', 'Yes' ],[ '3', 'Blah Blah Blah Blah' ],[ '4', 'No' ],[ '5', 'Yes' ],[ '6', 'Blah Blah Blah Blah' ]]; var test = new qx.ui.form.ComboBoxEx(); test.setSelection(comboData); test.addToDocument(); But after that my application only shows the first object. If i click on the writer who open the list of all values in thar field, there is nothing in the list. here is the empty list: http://www.nabble.com/file/7368/test.JPG The only thing you can see is a vertical scroll bar. Another thing is, if i click 2 times of the writer who open the list, i get this error: 959177 ERROR: qx.ui.form.ComboBoxEx[236]: Could not dispatch event of type "dblclick": TypeError - qx.renderer.border.BorderPresets.getIinset is not a function How can i use ComboBoxEx object to select one value from the DataArray? How can i remove the error? Thanks -- View this message in context: http://www.nabble.com/no-values-in-ComboBoxEx-tf3452414.html#a9630463 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel