Hello Stefan, first, a little tip for using the mailing list. If you reply on older messages with new questions, the can get lost easily. Please write a new message (not a replay) for every new question.
Now to your question. The JSON data store uses a request to load the data. Like every loading of a resource, this is handled async by the browser. The same is true for the JSON store. It loads the JSON file asynchronous which means it can't be available in the next line. But the model will be set as soon as it is loaded. So listen to the changeModel or loaded event of the store and you get the model as soon as it is loaded. Marked the bug as invalid. Regards, Martin -- View this message in context: http://n2.nabble.com/A-bind-problem-tp4792757p4803205.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
