I wasn't using tableview properly - it's fine now
--
View this message in context:
http://old.nabble.com/Tableview-use-of-combobox-problem-tp31331585p31340031.html
Sent from the gambas-user mailing list archive at Nabble.com.
I have a table view which has a list of values in column 0.
I want to select from a range of items (sInstruments[]) in column 1 .
This code:-
IF tbvPerf.Column = 1 THEN tbvPerf.Edit(sInstruments, FALSE)
works fine. But when another cell is selected the previous cell is goes
blank.
Where am I