[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stack overflow error


Also because they all share the same Action name when setting the Value of
one of them they all change.
So you cannot set one true and all the others False.



On Sat, 21 Sept 2024 at 18:02, Bruce Steers <bsteers4@xxxxxxxxx> wrote:

> EVERY checkbox has the "check" action and the tato Group.
>
> so this code..
>
> Public Sub tato_Click()
>
>   Action["check"].Value = False
>   Last.Value = True
>
> End
>
> So Action["check"].Value = False sets EVERYTHING false
>
> Last.Value = True will fire the tato_Click event again.
>
> so it infinitely recurses
>
> BruceS
>
>
>
>
>
> On Sat, 21 Sept 2024 at 17:21, Gianluigi <gradobag@xxxxxxxxxxx> wrote:
>
>> Hi Benoit,
>>
>> I was playing a bit with Gambas and I don't understand why this code
>> gives a stack overflow error
>>
>> Regards
>> Gianluigi
>>
>

Follow-Ups:
Re: Stack overflow errorGianluigi <gradobag@xxxxxxxxxxx>
References:
Stack overflow errorGianluigi <gradobag@xxxxxxxxxxx>
Re: Stack overflow errorBruce Steers <bsteers4@xxxxxxxxx>