Re: [qooxdoo-devel] A bind problem

2010-03-26 Thread MartinWittemann
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

Re: [qooxdoo-devel] A bind problem

2010-03-26 Thread Stefan A
var url = "json/locales.json"; this.__store = new qx.data.store.Json(url); this.debug("Modell1=" + this.__store.getModel()); prints null!! Reported as a bug: #3550 How to get the model? -- View this message in context: http://n2.nabble.com/A-bind-problem-tp4792757p4803123.html Sent from the q

Re: [qooxdoo-devel] A bind problem

2010-03-25 Thread MartinWittemann
Hello Stefan, thats an interesting task for the binding infrastructure. At the first moment I thought it's an easy one but you are using comboboxes which makes it not that easy as I thought in the first place. If it were select boxes, it would be easy because they have a selection, which combo box

[qooxdoo-devel] A bind problem

2010-03-24 Thread Stefan Andersson
Can anyone come up with a good idea how to approach a solution to this problem: We have a json file with two levels type A subtype A1 subtype A2 subtype A3 subtype A4 type B subtype B1 subtype B2 THen we have two comboboxes. We bind the "type" level to the first combobox and it works