Re: [Gambas-user] TableView.Clear in Gambas3

2014-06-18 Thread wig
B.: thanks for fixing. R: For me the table works; this is the code that concerns the table: >From the click I call TableView1.Edit, and then TableView1_Save explicitly stores the value. The other lines is just a counter in the first column. Public Sub TableView1_Click() Debug TableView1.Colu

Re: [Gambas-user] TableView.Clear in Gambas3

2014-06-17 Thread T Lee Davidson
I don't know if this addresses your issue, as I am unsure when you are talking about the Tableview Save *method* or the Save *event*. I never did figure out the Save method. When I called the Save method in a Save event handler (thinking that's what I needed to do), I created an infinite loop a

Re: [Gambas-user] TableView.Clear in Gambas3

2014-06-17 Thread richard terry
I don't suppose whoever sent in this post originally would email me their mini-project example. I'm using the table view and can't consistantly get the tableview1_save to work - the data looks like it is in the table on the screen, but if you try and read it back to e.g save, it is inconsistanl

Re: [Gambas-user] TableView.Clear in Gambas3

2014-06-17 Thread Benoît Minisini
Le 13/06/2014 09:51, wig a écrit : > I tried to search for other mention of this item, and I might be missing > something, but the Clear function seems to leave one cell "not-cleared" in > my TableView. > > Replicate: make a table, with edit and save code, fill some cells, clear > the table with Ta