Hi,
Im doing this to add items to a QxListView (already added to the clientdocument)
list.addData
({ col1: "1", col2: "2", col3: "3", col4: "5"});
it DOES work if I add the items before the qxListView is added to the clientDocument.
but after it's added, it does noting! No script errors, nothing!
Im using HEAD (0.1.4).
Any ideas ?
Thanks
Diego.