Hello,

i need to select soe rows in a table.  i use this code

this.tables[i].getSelectionModel().setSelectionInterval(0,0);
this.tables[i].getSelectionModel().setSelectionInterval(2,2);

but the second command clears the first selection and i dont find any  
ither selection function.

How can i select  different rows after loading?

Thank you for helping.




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to