Re: [Gambas-user] Stack Overflow...with QT4 combobox

2015-07-24 Thread Benoît Minisini
Le 23/07/2015 04:10, nando a écrit : > Gambas 3.7.1 > QT4 > > I get stack overflow with... > >ComboBox1.value = Not ComboBox1.value > > -Nando > I guess you just created an infinite recursion by calling that line from the ComboBox1 Click or Change event. I can't guess more. If you want more

[Gambas-user] Stack Overflow...with QT4 combobox

2015-07-22 Thread nando
Gambas 3.7.1 QT4 I get stack overflow with... ComboBox1.value = Not ComboBox1.value -Nando -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.so

[Gambas-user] Stack overflow

2010-06-20 Thread Pino Zollo
GAMBAS 2.20 regularly crashes with [3] Stack Overflow when producing a Mandriva package after having licked on 'Communications' and then 'Other' on the panel 5.Voice of menu. regards Pino -- "In the universe there is no time existing as a physical reality, there is no past, no present and no

Re: [Gambas-user] stack overflow error on gambas2 svn rev 1620

2008-10-04 Thread Benoit Minisini
On jeudi 02 octobre 2008, M0E Lnx wrote: > Since rev 1601 or so, I've been getting this stack overflow error > > Here is the output from the terminal > > ERROR: #3: Stack overflow > 0: ? > 1: FOutput.Insert.55 > 2: Design.Insert.809 > 3: Design.Process_Error.100 > 4: FOutput.Insert.55 > 5: Design.

[Gambas-user] stack overflow error on gambas2 svn rev 1620

2008-10-04 Thread M0E Lnx
Since rev 1601 or so, I've been getting this stack overflow error Here is the output from the terminal ERROR: #3: Stack overflow 0: ? 1: FOutput.Insert.55 2: Design.Insert.809 3: Design.Process_Error.100 4: FOutput.Insert.55 5: Design.Insert.809 6: Design.Process_Error.100 7: FOutput.Insert.55 8

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Jason Hackney
Thank you. Obviously I overlooked that one. Your humble servant ;-) Jason On Sat, Aug 16, 2008 at 2:10 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > Hi Jason, > > I found the problem. It is yours not Benoit's :-) > > txtBaggageWeight is stored wrong value. The propably right sub is > following.

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Kari Laine
Hi Jason, I found the problem. It is yours not Benoit's :-) txtBaggageWeight is stored wrong value. The propably right sub is following. PUBLIC SUB txtBaggageWeight_Change() update_weight() txtBaggageWeight.text = hBaggageWeight txtBaggageMoment.text = (hBaggageWeight * Val(lblBaggageArm.

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Kari Laine
On Sat, Aug 16, 2008 at 8:05 PM, Jason Hackney <[EMAIL PROTECTED]> wrote: > I am a most humble user as well :-) I do appreciate the input from testing > however, it can lead me in the right direction. > > > This is how it breaks: > > 1) Uncomment the code block dealing with the baggage weight. It

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Jason Hackney
I am a most humble user as well :-) I do appreciate the input from testing however, it can lead me in the right direction. On Sat, Aug 16, 2008 at 12:37 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > Hi, > > I tested project in Gambas 2.7 SUSE 10.3 x86 and I did not get stack error > or any others.

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Kari Laine
Hi, I tested project in Gambas 2.7 SUSE 10.3 x86 and I did not get stack error or any others. Can you be more spesific in what situation the error occurs. I can test it but not fix as I am a humble user :-) Best Regards Kari Laine On Sat, Aug 16, 2008 at 3:04 AM, Jason Hackney <[EMAIL PROTECTED

Re: [Gambas-user] Stack Overflow

2008-08-15 Thread Jason Hackney
> I'm getting a stack overflow error when running the attached application. > I'm not sure how to resolve this. > > Basically, uncomment the code in question (a quick search for "baggage" > will find the section), then on the form that runs, attempt to change the > Baggage text field. What I don't