Thanks, i use the 0.7 framework. Now i try it with the 0.6.6 version.
Thanks for help dperez wrote: > > Hi, > > Which version are you trying of qooxdoo? > In ComboBoxEx.js (0.6.6) I only see references to > qx.renderer.border.BorderPresets.getInstance().inset, > not the incorrect one: > qx.renderer.border.BorderPresets.inset > > Double clicking works ok for me (it opens the search dialog). > > Your test code works ok for me also for 0.6.6. The combobox is added to > the document and rendered ok. > > > Alexander Weisser wrote: >> >> 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#a9633591 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 [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
