[Gambas-user] Form menu dawn behind controls sometimes when using Gtk

2011-09-14 Thread Lonnie Headley
Gambas version 2.99.4, rev 4128 on Ubuntu 11.04 x86 When I switch to use Gtk, sometimes the menu is partially drawn behind controls on the form when it is first shown. It doesn't happen every time and I can't pinpoint what is causing it. If I resize the form, it is corrected and everything looks no

Re: [Gambas-user] issues updated records in Sqlite3 database using edit()

2011-09-09 Thread Lonnie Headley
Just figured out my mistake, it was that in my database the column types were INTEGER and not INT4. Once I changed it to INT4 everything started working great. Sorry to bother! On Fri, Sep 9, 2011 at 10:45 PM, Lonnie Headley wrote: > I just started using the database component and I can

[Gambas-user] issues updated records in Sqlite3 database using edit()

2011-09-09 Thread Lonnie Headley
I just started using the database component and I can't wrap my head around how updating entries from my database using db.edit(). I'm using Gambas 3 RC 3 on Ubuntu 11.04 x86. Here is some code, not an exact excerpt but assume that I have assigned valid values to each of the values of InputItem an