[Gambas-user] Tableview row does not show as selected

2013-09-20 Thread bill-lancaster
The solution is to rebuild a fresh project and the problem goes away! -- View this message in context: http://gambas.8142.n7.nabble.com/Tableview-row-does-not-show-as-selected-tp43269p43290.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] Tableview row does not show as selected

2013-09-18 Thread bill-lancaster
gridview 'mode' is set to single but clicking on a row does not highlight the row. gdvIncoming_Click() produces:- gdvIncoming.Row = 6 ( or whatever row was clicked) gdvIncoming.Rows[gdvIncoming.Row].Selected = True also does not hightlight the row. Where am I going wrong? Distribution=Ubuntu 1