Ok, thanks.

Sebastian Werner wrote:
> 
> Fabian Jakobs schrieb:
>> Alexander Weisser schrieb:
>>> 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
>>>   
>> Something with the combo box ex has been broken by changes to trunk. 
>> There is a bug report for this but we did not yet had the time to solve 
>> this issue. At least the error from your error message has already been 
>> fixed ;-)
> 
> Maybe a appearance related problem. Will be eventually solved with the 
> new appearance. Please just keep it non-working for now. It is better 
> than to integrate workaround now which are not needed anymore with the 
> final 0.7.
> 
> Sebastian
> 
> 
>> 
>> There is an open bug for this: 
>> http://bugzilla.qooxdoo.org/show_bug.cgi?id=342
>> 
>> 
>> Best Fabian
>> 
>> -------------------------------------------------------------------------
>> 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
> 
> 
> -------------------------------------------------------------------------
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/no-values-in-ComboBoxEx-tf3452414.html#a9633576
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

Reply via email to