wxListCtrl
- Posted by buzzo Aug 22, 2012
- 1387 views
Using wxEuphoria and the wxListCtrl
edit_row = get_selection(relLV) listData = get_list_string(relLV,edit_row[1])
listData does not contain all columns (4 cols) data... only column 1
writing to the rows/cols is ok.. but reading back is a problem..
how can I get the remaining cols ??