Hello, I'd like to use the same data model to sync many lists I'm using in different forms of my app.
I did the following: this.centralModel = null; Mylist1 = new qx.ui.form.VirtualSelectBox(this.centralModel); now I created a a btn and attached a listener to it that calls an RPC method, if calls succeeded I do: that.centralModel = qx.data.marshal.Json.createModel(result.values); The data is not displayed into the VirtualSelectBox, what's wrong? PS: I see my data coming through network and when I do Mylist1.setModel(result.values) when RPC call succeed I can have my data displayed on MyList1, but this way I cannot display it on other lists (MyList2 ... MyListN) holding the same data. Thank you -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problem-syncing-many-lists-tp6400135p6400135.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
