Re: [Gambas-user] Tableview use of combobox problem

2011-04-07 Thread Bill-Lancaster
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.

[Gambas-user] Tableview use of combobox problem

2011-04-06 Thread Bill-Lancaster
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