Re: [Gambas-user] Karmic sqlite problem.

2009-11-04 Thread R. Stormo
Benoît Minisini wrote: > >> Been trying to figure out what's going wrong and by removing everything >> on >> my startform and include one piece at the time I have come up with this. >> The Fakturalist is a HBox. Also tried with other containers same result. >> >> ' This do crash in Ubuntu Ka

Re: [Gambas-user] Karmic sqlite problem.

2009-11-04 Thread Benoît Minisini
> Been trying to figure out what's going wrong and by removing everything on > my startform and include one piece at the time I have come up with this. > The Fakturalist is a HBox. Also tried with other containers same result. > > ' This do crash in Ubuntu Karmic > 'ME.Width = desktop.Width > >

Re: [Gambas-user] Karmic sqlite problem.

2009-11-04 Thread R. Stormo
Benoît Minisini wrote: > >> Benoît Minisini wrote: > > > Do you use the very latest revision (2409)? > > -- > Benoît Minisini > > Yes, it was 2409- -snip top:~/trunk$ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/branches/2.0 Sjekket ut revisjon 2409. rohnny- --sna

Re: [Gambas-user] Karmic sqlite problem.

2009-11-04 Thread Benoît Minisini
> Benoît Minisini wrote: > > Can you try the latest fix on 2.0 from trunk? Without that fix, sometimes > > the > > IDE cannot start the project and hangs, because of a problem in the > > debugger. > > I have now tried it from trunk. The problem is still there. It's not the > me.width = desktop.wid

Re: [Gambas-user] Karmic sqlite problem.

2009-11-03 Thread R. Stormo
Benoît Minisini wrote: > > > > Can you try the latest fix on 2.0 from trunk? Without that fix, sometimes > the > IDE cannot start the project and hangs, because of a problem in the > debugger. > > -- > Benoît Minisini > > > I have now tried it from trunk. The problem is still there. It'

Re: [Gambas-user] Karmic sqlite problem.

2009-11-03 Thread Benoît Minisini
> > I just wanted to get Gambas database manager to work with my current OS > Ubuntu Karmic because I needed it badly, and I don't want to install > phpmysqladmin stuff. > > So I loaded the gambas/2.0/app/src/gambas2-database-manager project in > the IDE, and changed it's project components pro

Re: [Gambas-user] Karmic sqlite problem.

2009-11-03 Thread Doriano Blengino
Ron ha scritto: > Ron wrote: >> >> I'm running Karmic too now, and I can use my software with MySQL >> database on it, no problem. >> >> But the database manager is acting quite strangely too here, after >> creating the first connection (localhost, type mysql, sql user and >> password, db name)

Re: [Gambas-user] Karmic sqlite problem.

2009-11-03 Thread R. Stormo
Been trying to figure out what's going wrong and by removing everything on my startform and include one piece at the time I have come up with this. The Fakturalist is a HBox. Also tried with other containers same result. ' This do crash in Ubuntu Karmic 'ME.Width = desktop.Width Here is how my

Re: [Gambas-user] Karmic sqlite problem.

2009-11-02 Thread Benoît Minisini
> Tried to compile many of the previous version of gambas without luck. So I > had to attach the problem by the root. Why does my program not start and do > hang.?? > After some forward and backward I found that my program will start with > gb.gtk and gb.gtk.ext instead of gb.qt and gb.qt.ext. > Ca

Re: [Gambas-user] Karmic sqlite problem.

2009-11-02 Thread R. Stormo
Tried to compile many of the previous version of gambas without luck. So I had to attach the problem by the root. Why does my program not start and do hang.?? After some forward and backward I found that my program will start with gb.gtk and gb.gtk.ext instead of gb.qt and gb.qt.ext. Can't use gb.

Re: [Gambas-user] Karmic sqlite problem.

2009-11-02 Thread R. Stormo
Tried to compile many of the previous version of gambas without luck. So I had to attach the problem by the root. Why does my program not start and do hang.?? After some forward and backward I found that my program will start with gb.gtk and gb.gtk.ext instead of gb.qt and gb.qt.ext. Can't use gb.

Re: [Gambas-user] Karmic sqlite problem.

2009-11-01 Thread R. Stormo
I have been trieing to compile a little older versions of gambas to see if that will work, but that would not compile. Hope someone have a idea how to make it compile. I have done, ./configure and with make I got this error, or Gambas2 2.10.2. make[2]: Leaving directory `/home/xxx/Skrivebord/gam

Re: [Gambas-user] Karmic sqlite problem.

2009-10-31 Thread Jesus Guardon
R. Stormo escribió: > After installing ubuntu karmic I'm not able to start my program anymore. It > uses sqlite. > With default package from repo, 2.13 , I manage to open database manager . I > can see the tables but when I press one of the tables it do hang. > So I tried to download latest, 2.17.

Re: [Gambas-user] Karmic sqlite problem.

2009-10-30 Thread Ron
R. Stormo wrote: After installing ubuntu karmic I'm not able to start my program anymore. It uses sqlite. With default package from repo, 2.13 , I manage to open database manager . I can see the tables but when I press one of the tables it do hang. So I tried to download latest, 2.17. I'm not a

[Gambas-user] Karmic sqlite problem.

2009-10-30 Thread R. Stormo
After installing ubuntu karmic I'm not able to start my program anymore. It uses sqlite. With default package from repo, 2.13 , I manage to open database manager . I can see the tables but when I press one of the tables it do hang. So I tried to download latest, 2.17. I'm not able to access datab