Re: [Gambas-user] Initialize Collections

2008-07-28 Thread Stefan Miefert
No idea? I need it in a modul to steup the main configs > I can ssetup an array like > > STRtest as string[] = ["a","b","c"] > > Can I do the same incollections + pecifie the indexname /number ? - This SF.Net email is sponso

[Gambas-user] Initialize Collections

2008-07-28 Thread Stefan Miefert
I can ssetup an array like STRtest as string[] = ["a","b","c"] Can I do the same incollections + pecifie the indexname /number ? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the cooles

[Gambas-user] Gambas JSON Component

2008-07-28 Thread Arief Bayu Purwanto
Hello, I would like to ask, is there someone who has a gambas JSON component? -- Arief Bayu Purwanto About : http://about.freelancer.web.id/ Blog : http://bayu.freelancer.web.id/ - This SF.Net email is sponsored by the Mobli

Re: [Gambas-user] could somebody write how to make a package for Gentoo?

2008-07-28 Thread M0E Lnx
I dont think you could "package" gambas for gentoo per say... If you got gentoo users that want to run yoru gambas application, you can have them install gambas manually. Gentoo doesn't do packages AFAIK. On Fri, Jul 25, 2008 at 3:31 PM, jbskaggs <[EMAIL PROTECTED]> wrote: > > Could somebody wr

Re: [Gambas-user] Multidimensionally Collection/Arrays

2008-07-28 Thread Stefan Miefert
Hello, but how cani add some fields after the definition? >arsMyStrings AS String[] > >outside of functions. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based appli

Re: [Gambas-user] Multidimensionally Collection/Arrays

2008-07-28 Thread Werner
Stefan Miefert wrote: > Hello, > > and how can i use this Array as a public var? > > > >> DIM arsMyStrings AS String[] >> > > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build

Re: [Gambas-user] Multidimensionally Collection/Arrays

2008-07-28 Thread Steven Lobbezoo
arsMyStrings AS String[] outside of functions. Steven Le lundi 28 juillet 2008 à 13:11 +0200, Stefan Miefert a écrit : > Hello, > > and how can i use this Array as a public var? > > > > DIM arsMyStrings AS String[] > > > -

Re: [Gambas-user] Multidimensionally Collection/Arrays

2008-07-28 Thread gambas
Perhaps an array with collections as it's elements is usefull for you DIM list AS NEW Variant[] DIM col AS NEW Collection IF list.count < n+1 THEN list.Resize(n+1) ENDIF IF list[n]=NULL then col = NEW Collection list[n] = col ENDIF list[n][key] = value Am Montag, 28

Re: [Gambas-user] Multidimensionally Collection/Arrays

2008-07-28 Thread Stefan Miefert
Hello, and how can i use this Array as a public var? > DIM arsMyStrings AS String[] - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SD

Re: [Gambas-user] Multidimensionally Collection/Arrays

2008-07-28 Thread Stefan Miefert
HEllo, i need a dynamic array and, if possible, I need text values for the index. All Isee in documentations, thi sisnt possible on arrays. I come from php an the array in php handle this all and very easy:) Is their and way to do this in gambas? > I don't think you can create a multidimensio

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-28 Thread Steven Lobbezoo
Furthermore, i tested this with my real apps: They produce a sig 11 in the ide direct they just quit immediately, without any message. Steven Le lundi 28 juillet 2008 à 10:34 +0200, Steven Lobbezoo a écrit : > It is attached. > However: the problem changed a bit. > With this project, I only get

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-28 Thread Werner
Benoit Minisini wrote: > Hi, > > I finally succeeded in fixing Gambas for gcc 4.3, and therefore OpenSuse 11. > > For all people being in that case, please compile the latest version of > Gambas > 2.x (revision >= 1486), and tell me if everything is ok. > > The fixes have not been yet ported to G

Re: [Gambas-user] Multidimensionally Collection/Arrays

2008-07-28 Thread Stefano Palmeri
Il lunedì 28 luglio 2008 08:31:05 Stefan Miefert ha scritto: > Hello, > > how can i set and get a multidimensionally collection I can call like this > > mycollection['dimension1']['dimension2'] > > Thanks for any help > > - > T

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-28 Thread Steven Lobbezoo
It is attached. However: the problem changed a bit. With this project, I only get the sig 11 if i run it from the ide, if i run the .gambas file directly, all is ok ! Steven Le lundi 28 juillet 2008 à 10:19 +0200, Benoit Minisini a écrit : > On lundi 28 juillet 2008, Steven Lobbezoo wrote: >

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-28 Thread Benoit Minisini
On lundi 28 juillet 2008, Steven Lobbezoo wrote: > Hi, > > I'm afraid not. > still got the same signal 11 > sorry, > > Steven > Can you send me a little project that crashes at the same place as yours? -- Benoit Minisini -

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-28 Thread Steven Lobbezoo
Hi, I'm afraid not. still got the same signal 11 sorry, Steven Le lundi 28 juillet 2008 à 01:22 +0200, Benoit Minisini a écrit : > Hi, > > I finally succeeded in fixing Gambas for gcc 4.3, and therefore OpenSuse 11. > > For all people being in that case, please compile the latest version of