I'm having a bit of a tough time deciphering the API docs to figure out how exactly qx.ui.tree.Tree and qx.data.controller.Tree fit together. It seems to feel like this should do the trick:
var myTree = new qx.ui.tree.Tree(); var myController = new qx.data.controller.Tree(myData, myTree, "children", "label"); Is this sufficient? Do I need to bind anything else together, or can I just bother with changing the data in the controller and be done? Also, if I were to just change one value in the tree, not the whole model, how would I signal the controller that the UI should be updated? Is that automatically bound to the children/label properties? --Greg ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
