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 than a

[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

[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.Insert.809

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 starts

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 *