Re: [Gambas-user] Signal #11 - solved

2008-09-07 Thread Ron_1st
On Sunday 07 September 2008, Hans-Martin wrote: > Am Sonntag, 7. September 2008 14:48:27 schrieb Hans-Martin: > > Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > > > Hello all, > > > > > > i have an application running well with 2.7.0 but getting a signal#11 > > > with 2.8.

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

2008-09-07 Thread Ron_1st
On Sunday 07 September 2008, Leonardo Miliani wrote: > Benoit Minisini ha scritto: > > 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

[Gambas-user] Trayicon question

2008-09-07 Thread Ron
Hi, I want to add trayicon functionality to my program. So I have dragged a Trayicon object to my main form to start with. When I start my program I get an 'Embedding has failed' error. Since the message is so sparse, I have no clue where to look... Do I miss a component, or forgot something? I'

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

2008-09-07 Thread Leonardo Miliani
Benoit Minisini ha scritto: > 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. > Englis

Re: [Gambas-user] Signal #11

2008-09-07 Thread Joachim Ruoff
Hi all, I had a similar problem, my application runs well until I update to Gambas 2.8, then I get the error message with signal#11 I could solve that problem, when I delete the shortcuts in the menu editor, now the program runs well. May be there is a bug with that shortcuts? When I use these

Re: [Gambas-user] Signal #11 - solved

2008-09-07 Thread Hans-Martin
Am Sonntag, 7. September 2008 14:48:27 schrieb Hans-Martin: > Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > > Hello all, > > > > i have an application running well with 2.7.0 but getting a signal#11 > > with 2.8.2 > > > > PUBLIC SUB ButtonPartner_Click() > > DIM hForm A

Re: [Gambas-user] Signal #11

2008-09-07 Thread Hans-Martin
Am Sonntag, 7. September 2008 16:44:34 schrieb Ron_1st: > On Sunday 07 September 2008, Hans-Martin wrote: > > > Hello all, > > > > > > i have an application running well with 2.7.0 but getting a signal#11 > > > with 2.8.2 > > > > > > PUBLIC SUB ButtonPartner_Click() > > >   DIM hForm AS FPartnerSta

Re: [Gambas-user] Signal #11

2008-09-07 Thread Ron_1st
On Sunday 07 September 2008, Hans-Martin wrote: > > Hello all, > > > > i have an application running well with 2.7.0 but getting a signal#11 with > > 2.8.2 > > > > PUBLIC SUB ButtonPartner_Click() > >   DIM hForm AS FPartnerStart > > > > signal#11 -->  hForm = NEW FPartnerStart(BenutzerID)    <-- s

Re: [Gambas-user] Signal #11

2008-09-07 Thread Kari Laine
On Sun, Sep 7, 2008 at 3:48 PM, Hans-Martin <[EMAIL PROTECTED]> wrote: > Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > > Hello all, > > > > i have an application running well with 2.7.0 but getting a signal#11 > with > > 2.8.2 > > > > PUBLIC SUB ButtonPartner_Click() > >

Re: [Gambas-user] Signal #11

2008-09-07 Thread Hans-Martin
Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > Hello all, > > i have an application running well with 2.7.0 but getting a signal#11 with > 2.8.2 > > PUBLIC SUB ButtonPartner_Click() > DIM hForm AS FPartnerStart > > signal#11 --> hForm = NEW FPartnerStart(BenutzerID)

Re: [Gambas-user] Signal #11

2008-09-07 Thread Hans-Martin
Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > Hello all, > > i have an application running well with 2.7.0 but getting a signal#11 with > 2.8.2 > > PUBLIC SUB ButtonPartner_Click() > DIM hForm AS FPartnerStart > > signal#11 --> hForm = NEW FPartnerStart(BenutzerID)

[Gambas-user] Signal #11

2008-09-07 Thread Hans-Martin Bundeshund
Hello all, i have an application running well with 2.7.0 but getting a signal#11 with 2.8.2 PUBLIC SUB ButtonPartner_Click() DIM hForm AS FPartnerStart signal#11 --> hForm = NEW FPartnerStart(BenutzerID)<-- signal#11 hForm.Show END As i get the error by creating a new form (what

Re: [Gambas-user] French mailing list is die ?

2008-09-07 Thread François
Le Sunday 07 September 2008 12:38:54 Laurent Carlier, vous avez écrit : > Le dimanche 07 septembre 2008 12:34:20 François, vous avez écrit : > > Hi Benoit, > > > > Since a long time, I find the french ML is empty. > > Is there a problem with it ? > > Perhaps not a lot of people are posting their bu

Re: [Gambas-user] French mailing list is die ?

2008-09-07 Thread Laurent Carlier
Le dimanche 07 septembre 2008 12:34:20 François, vous avez écrit : > Hi Benoit, > > Since a long time, I find the french ML is empty. > Is there a problem with it ? Perhaps not a lot of people are posting their bugs/questions in the french ML ? It's a question of preference. With the EN mailing-l

[Gambas-user] French mailing list is die ?

2008-09-07 Thread François
Hi Benoit, Since a long time, I find the french ML is empty. Is there a problem with it ? -- GarulfoUnix - François Gallo (fr)Contributeur à Gambas(Traductions, documentations, rapport de bugs...) (en)Gambas contributor(Translation, documentation, bugs report...and so on) -

Re: [Gambas-user] Multi threaded apps

2008-09-07 Thread Doriano Blengino
Pino Zollo ha scritto: > 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 appli