Hello huseyin, first of all, sorry for the late answer. I missed your posts because you answered a former already done question. Take a look here to see what I mean: http://n2.nabble.com/SelectBox-set-selection-td4798272.html#a4798272 It's always better to start a new thread if you have a new question.
But now to your question: In the playground example are two minor mistakes. First, the store needs some time to load the data. Until the data is not available, you can not change the selection. The load event of the store could help you out in this case. The second thing is a bit more complicated. In an easy scenario, your model contains only strings. Those strings will be shown in the selectBox as labels. In your example, the models which are shown in the select box are objects, created by the store. You can always take a look at the model to see what the store created. In the case you have objects in your model, you have to push exactly those models into the selection and not the string you see in the select box. Just take a look at the example here: http://bit.ly/9hhB1p Regards, Martin -- View this message in context: http://n2.nabble.com/SelectBox-set-selection-tp4798272p4817736.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
