Hi Martin,

It's not working for me. The tree controller model is not acting as an
array, its a qx.core.Object.
However it works on the list controller model, using the IListData interface
it makes the model a qx.data.Array.

As an example, this wont work because "model.pop is not a function":
var model = myTreeController.getModel();
model.pop();

Thanks
-- 
View this message in context: 
http://n2.nabble.com/Bind-tree-controller-to-a-composite-container-tp4255140p4614950.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

Reply via email to