Re: [Gambas-user] Multi threaded apps

2008-09-06 Thread Pino Zollo
Alle 06:10, sabato 6 settembre 2008, Benoit Minisini ha scritto: > Gambas interpreter was not designed to be multi-threaded at all. > > What sort of background process people want to do during their application? > I never had such a need. When the applications does a lot of asynchronous input/outp

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Kari Laine
Sorry my bad. Kari On Sat, Sep 6, 2008 at 9:04 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On samedi 06 septembre 2008, Kari Laine wrote: > > > Can you provide a project that shows the behaviour you are describing? > > > > > > Thanks in advance. > > > > > > Regards, > > > > > > -- > > > B

Re: [Gambas-user] gambas2 64 bits

2008-09-06 Thread Henri Girard
Kubuntu intrepid gambas2 is broken i remember i got that script from gambas.it maintener if he could send it back to me i could compile > From: [EMAIL PROTECTED] > To: gambas-user@lists.sourceforge.net > Date: Sat, 6 Sep 2008 19:06:47 +0200 > Subject: Re:

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Benoit Minisini
On samedi 06 septembre 2008, Kari Laine wrote: > > Can you provide a project that shows the behaviour you are describing? > > > > Thanks in advance. > > > > Regards, > > > > -- > > Benoit Minisini > > > > Thanks for interest. > > Here it is. There is database_script directory where is script to cre

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Kari Laine
> > > Can you provide a project that shows the behaviour you are describing? > > Thanks in advance. > > Regards, > > -- > Benoit Minisini > > Thanks for interest. Here it is. There is database_script directory where is script to create database laskutus. When you test the program insert 1,2,3 to te

Re: [Gambas-user] gambas2 64 bits

2008-09-06 Thread Laurent Carlier
Le samedi 06 septembre 2008 18:55:47 Henri Girard, vous avez écrit : > Hi > I am running intrepid and i would like to compile gambas. can someone send > me a script to compile on 64 bits or have a link to get it working on > kubuntu intrepid > thanks > Henri > __

[Gambas-user] gambas2 64 bits

2008-09-06 Thread Henri Girard
Hi I am running intrepid and i would like to compile gambas. can someone send me a script to compile on 64 bits or have a link to get it working on kubuntu intrepid thanks Henri _ Email envoyé avec Windows Live Hotmail. Dites adi

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Benoit Minisini
On samedi 06 septembre 2008, Kari Laine wrote: > Not the original poster, > > but I got interested of this. I can't get movefirst() to work. > > If I first search a record by using > Connessione.Find() > > TextBox2.Text = Risultato!nimi give the right field > > Then I make R

Re: [Gambas-user] Maybe a bug in how Gambas manages openDB connections

2008-09-06 Thread Henri Girard
- Original Message - From: "Leonardo Miliani" <[EMAIL PROTECTED]> To: "mailing list for gambas users" Sent: Friday, September 05, 2008 11:36 PM Subject: Re: [Gambas-user] Maybe a bug in how Gambas manages openDB connections Benoit Minisini ha scritto: > On vendredi 05 septembre 2008,

Re: [Gambas-user] Multi threaded apps

2008-09-06 Thread Doriano Blengino
Benoit Minisini ha scritto: > On samedi 06 septembre 2008, Doriano Blengino wrote: > >> Pino Zollo ha scritto: >> >>> Alle 19:11, venerdì 5 settembre 2008, nando ha scritto: >>> This thread would cease to exist when the SUB is completed. The main thread continues processing

Re: [Gambas-user] Multi threaded apps

2008-09-06 Thread Ron
Benoit Minisini schreef: > On samedi 06 septembre 2008, Doriano Blengino wrote: > >> Pino Zollo ha scritto: >> >>> Alle 19:11, venerdì 5 settembre 2008, nando ha scritto: >>> This thread would cease to exist when the SUB is completed. The main thread continues processing al

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Kari Laine
Not the original poster, but I got interested of this. I can't get movefirst() to work. If I first search a record by using Connessione.Find() TextBox2.Text = Risultato!nimi give the right field Then I make Risultato.MoveFirst() TextBox3.Text = Risultato!nimi does not

Re: [Gambas-user] Multi threaded apps

2008-09-06 Thread Benoit Minisini
On samedi 06 septembre 2008, Doriano Blengino wrote: > Pino Zollo ha scritto: > > Alle 19:11, venerdì 5 settembre 2008, nando ha scritto: > >> This thread would cease to exist when the SUB is completed. > >> The main thread continues processing along side this one. > >> > >> The interpreter would h

Re: [Gambas-user] Multi threaded apps

2008-09-06 Thread Doriano Blengino
Pino Zollo ha scritto: > Alle 19:11, venerdì 5 settembre 2008, nando ha scritto: > >> This thread would cease to exist when the SUB is completed. >> The main thread continues processing along side this one. >> >> The interpreter would have to switch running threads regularly. >> > > I guess

Re: [Gambas-user] Maybe a bug in how Gambas manages op en DB connections

2008-09-06 Thread Benoit Minisini
On vendredi 05 septembre 2008, Leonardo Miliani wrote: > > Ops I forgot the version: 2.8.1, but got the same error with > previous versions 2.8 and, if I remember correctly, 2.7. Then please post the actual code that shows your problem. Thanks. -- Benoit Minisini --

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Doriano Blengino
Kari Laine ha scritto: > Hi again, > > now I think I understand what the problem is - I did notice it straight away > because I had only 1 record on both tables. I do not get any error from the > Gambas but the Risultato.movefirst has no effect. It returns the record that > was searched for in the

Re: [Gambas-user] Best control for a game

2008-09-06 Thread Peter Russell
Maybe using a grid might be an option. Regards Pete On Sat, 2008-09-06 at 10:13 +0200, Tomas Eroles i Forner wrote: > Ok, it seems to work fine. > I can draw all the board without problems, but I have yet some > questions: > > I'm drawing the board after a menu command. If after the drawing the

Re: [Gambas-user] Best control for a game

2008-09-06 Thread Tomas Eroles i Forner
Ok, it seems to work fine. I can draw all the board without problems, but I have yet some questions: I'm drawing the board after a menu command. If after the drawing the board I click on Maximize button, the board is erased and I have to draw it another time. How can I solve that? Other question: