Hello Siarhei, On Friday 27 April 2007 Siarhei Barysiuk wrote: > Hello! > > Now we're working at support of ListView in QxTransformer and I have one > question. > As far as I understand when we create qx.ui.listview.ListView we must to > pass data and > columns data to constructor. After creation we can't change this data (I > mean set other) because > ListView hasn't setters for this properties. But how can I set new data > in ListView? You have to hold the data you passed to the ListView in variable and change this data directly. After you changed this you can call the "update()" method at the ListView.
Additionally you can take a look at example "ListView_7" in the test section. This should hopefully anwer your question. cheers, Alex ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel