Re: [Gambas-user] TableView Editing

2009-01-03 Thread Jason Hackney
> Just wondered if the TAB functionality was a feature or a bug? Or possibly > something that has been addressed more recently. > This happens in qt and gtk. -- ___ Gambas-user m

[Gambas-user] TableView Editing

2009-01-03 Thread Jason Hackney
Gambas 2.8... I've slightly modified Fabien's example posted on August 13, 2008. 1) I'm getting a "Null Object" when attempting to execute the following line inside a TableView Click event: TableView1.Edit(["a", "b", "c", "d"], FALSE) 2) Say I click on Col 0, Row 0. The contents of that cell ar