Well I figured a workaround for my needs. The following code works, but I am not sure how safe it is.
data[i]._selected = true; listview.getPane().getManager()._selectedItems.add(data[i]); where 'data' is the data array for the listview. -- View this message in context: http://www.nabble.com/ListView-selection-t1258230.html#a3338037 Sent from the qooxdoo-devel forum at Nabble.com. ------------------------------------------------------- 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&kid=110944&bid=241720&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
