> Just do something like: > > var myView = new QxListView(data, cols); > > data.removeAll(); > data.append(newArrayFromSomeOtherSource); > > myView.update();
In my personal qooxdoo extension library I also have a setData() method. The reason is that the above is four lines, this: myView.setData(newArrayFromSomeOtherSource); is one. -- mvh Björn ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
