Hi

I am using a list (__lstView) based on qx.ui.list.List and trying to 
bind its controller (__navViewCtrl) to a store (__dbfARMaster) using:

this.__navViewCtrl = new 
qx.data.controller.List(null,this.__navView.__lstView);

this.__navViewCtrl.setLabelPath("ID1");

this.__dbfARMaster.bind("model.ARMaster",this.__navViewCtrl,"model");

However I get the following error:

Uncaught TypeError: Object dcbase.lstStd[495-0] has no method
'getChildren'

So how do I bind the virtual list to a store?

Thanks,
Simon



------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to