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
the clist, use clist.get_text(row, col).

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Thu, 6 Apr 2000, LF11 wrote:

> data = clist.get_row_data(row)
> 
> Grrr.  data == 'None'.  It doesn't return the contents of the row,
> _at_all_!  Just 'None'.
> 
> In case this helps, I used clist.append(row, (dataForColumn1, column2))
> to build the clist.  Should I have used clist.set_row_data()?
> 
> Can anyone help?
> 
>   Thanks!
> 
>     -lf
> 
> --
> The basis of civilization...
> 1.  Do all you have agreed to do.
> 2.  Do not encroach on others.
> 
> 
> 
> -
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

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

Reply via email to