Re: [Gambas-user] Issue 394 in gambas: JSON.Encode cannot encode an Array, includes FIX

2013-01-26 Thread gambas
Updates: Status: Fixed Comment #3 on issue 394 by benoit.m...@gmail.com: JSON.Encode cannot encode an Array, includes FIX http://code.google.com/p/gambas/issues/detail?id=394 The fix is right. Done in revision #5518.

Re: [Gambas-user] Issue 394 in gambas: JSON.Encode cannot encode an Array, includes FIX

2013-01-26 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.3.0 Comment #2 on issue 394 by benoit.m...@gmail.com: JSON.Encode cannot encode an Array, includes FIX http://code.google.com/p/gambas/issues/detail?id=394 (No comment was entered for this change.) --

Re: [Gambas-user] Struct declaration scope and array of Struct

2013-01-26 Thread Benoît Minisini
Le 26/01/2013 00:35, Tobias Boege a écrit : > Hi, > > two separate questions about Structs in Gambas: > > 1. Even if I declare a *Public* Struct, all other classes in which I try to > use this Struct give me an error about an unknown identifier. In what > regard is the Struct 'global'? > F

Re: [Gambas-user] Issue 394 in gambas: JSON.Encode cannot encode an Array, includes FIX

2013-01-26 Thread gambas
Comment #1 on issue 394 by r...@cyberjunky.nl: JSON.Encode cannot encode an Array, includes FIX http://code.google.com/p/gambas/issues/detail?id=394 Not sure if JSON.Encode supports encoding multiple arrays at once, and if this fix breaks it or not..

Re: [Gambas-user] Expander on FPatch in the IDE

2013-01-26 Thread Benoît Minisini
Le 26/01/2013 00:21, Tobias Boege a écrit : > Hi Benoit, > > when I click on the Expander in the FPatch form in the IDE, I just added, > the IDE crashes with a Null object in FSidePanel. I think it's your turn :-) > > Regards, > Tobi > My answer is on the developer mailing-list... -- Benoît Mini

Re: [Gambas-user] Help with DrawingArea and class design

2013-01-26 Thread Benoît Minisini
Le 20/01/2013 19:26, Ulrich Hartmann a écrit : > ok, no problem, I'll wait for version 3.4 > > Just one question, is there a way (in 3.4's Paint class) to access each > pixel and get its color value, so that I can export the characters bytes > as a text-file (.c/ .h) based on the changed image, whe

[Gambas-user] Issue 394 in gambas: JSON.Encode cannot encode an Array, includes FIX

2013-01-26 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 394 by r...@cyberjunky.nl: JSON.Encode cannot encode an Array, includes FIX http://code.google.com/p/gambas/issues/detail?id=394 1) Describe the problem. When JSON.Encod

Re: [Gambas-user] R: Struct declaration scope and array of Struct

2013-01-26 Thread Tobias Boege
On Sat, 26 Jan 2013, Ru Vuott wrote: > > > > > 1. Even if I declare a *Public* Struct, all other classes in > > which I try to > > ???use this Struct give me an error about an > > unknown identifier. In what > > ???regard is the Struct 'global'? > > > > You have declare also "Public" the variab