Re: [Gambas-user] Gridview not moving to last line in Gambas 3

2009-08-13 Thread charlesg
I noticed that the subsequent addition of a line to the gridview caused it to display correctly. Also a second Gridview on the form behaved itself from _open. So I moved the routine to display the problem gridview from form_open to form_activate and it now works correctly. -- View this messag

[Gambas-user] Gridview not moving to last line in Gambas 3

2009-08-12 Thread charlesg
The following code works fine in 2.13 on Ubuntu 9.04 i386 and correctly dispays the last line of the result in gridview gvAll On 2.99 2224, however, the last line is not displayed or not fully displayed. You have to scroll to show the last line. I thought it might have something to do with the he