Stanislav Ievlev schrieb:
Greetings!
Hi!
Is it possible to change number of columns at runtime?
I am sorry. No.
How to setup default selection?
Should work directly after the setup of the QxListView with the selectionManager methods. myListView.getManager().setSelectedItems();
The argument for the function is a array with the entries from your data array. (A new Array with references to the same entries).
How to change element content (e.g. icon for htmlIcon cells) at runtime?
Good question. Normally you need just to change the data in your array and do myListView.updateContent();
But I have not tested this yet. Regards, Sebastian
-- With best regards Stanislav Ievlev. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
