James Henstridge wrote:
> 
> clist.get_row_data(row) returns the data you set with
> clist.set_row_data(row, data).  If you want to get the text in a cell of

I used clist.append(row, data).  clist.get_row_data(row) returns 'None',
not the data in row.  Should I use clist.set_row_data(row, data)?

> the clist, use clist.get_text(row, col).

I'd like to get the whole row, but I'll try that and see if it gets any
text from the clist.

-lf
-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to