On Fri, 7 Apr 2000, lf11 wrote:

> 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)?

Those two functions are used for storing arbitrary data with a row in the
clist -- not for retrieving the cell values.

> 
> > 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.

Then call clist.get_text for each column :)

> 
> -lf

James.

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

Reply via email to