Re: [Gambas-user] Gambas Remotly Debug

2009-12-04 Thread Ron_1st
On Saturday 05 December 2009, Benoît Minisini wrote: > > On Thursday 03 December 2009 05:15 pm, Benoît Minisini wrote: > > > Your new threads are never attached to another non-related thread when I > > > receive them. Why? I use KMail: do other people see the same thing than > > > me? > > > > I'v

Re: [Gambas-user] Gambas Remotly Debug

2009-12-04 Thread Ron_1st
On Saturday 05 December 2009, Benoît Minisini wrote: > > On Thursday 03 December 2009 05:15 pm, Benoît Minisini wrote: > > > Your new threads are never attached to another non-related thread when I > > > receive them. Why? I use KMail: do other people see the same thing than > > > me? > > > > I'v

Re: [Gambas-user] Gambas Remotly Debug

2009-12-04 Thread Benoît Minisini
> On Thursday 03 December 2009 05:15 pm, Benoît Minisini wrote: > > Your new threads are never attached to another non-related thread when I > > receive them. Why? I use KMail: do other people see the same thing than > > me? > > I've been using kmail since before version 1.0 and I've never seen t

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-04 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> Benoît Minisini ha scritto: > > I am modifying an old program, which uses a TableView to construct an > > invoice. > > The tableview is almost always in edit mode. > > > > With gambas version 2.0.0, the original version I used to write the > >>

Re: [Gambas-user] Translated project in Gambas

2009-12-04 Thread Benoît Minisini
> Hi :) > I already did this, but if a user wants to try other language, can he > do it from the gui (i.e. without using "env LANG=xx")? > Thanks > Yes and no. :-) If you redefine the System.Language property, the localization (language+country) will change, but the translations of already load

Re: [Gambas-user] Translated project in Gambas

2009-12-04 Thread Alessandro Rinaldi
Hi :) I already did this, but if a user wants to try other language, can he do it from the gui (i.e. without using "env LANG=xx")? Thanks -- Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused

Re: [Gambas-user] Translated project in Gambas

2009-12-04 Thread Jean-Yves F. Barbier
Alessandro Rinaldi a écrit : > Hello, > I'm new into the ML: my name is Alessandro, I'm 16 and I'm from Italy. > I'm developing a radio automation software for Linux. Its scope is no > to be more powerful than others, but just to be simple and useable by > a human :) > I translated the project usin

[Gambas-user] Translated project in Gambas

2009-12-04 Thread Alessandro Rinaldi
Hello, I'm new into the ML: my name is Alessandro, I'm 16 and I'm from Italy. I'm developing a radio automation software for Linux. Its scope is no to be more powerful than others, but just to be simple and useable by a human :) I translated the project using the Gambas translation tool, and I'd li

Re: [Gambas-user] Gambas Remotly Debug

2009-12-04 Thread Rob
On Thursday 03 December 2009 05:15 pm, Benoît Minisini wrote: > Your new threads are never attached to another non-related thread when I > receive them. Why? I use KMail: do other people see the same thing than > me? I've been using kmail since before version 1.0 and I've never seen these list m

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-04 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Benoît Minisini ha scritto: >> > I am modifying an old program, which uses a TableView to construct an > invoice. > The tableview is almost always in edit mode. > > With gambas version 2.0.0, the original version I used to write the > prog

Re: [Gambas-user] Gambas Remotly Debug

2009-12-04 Thread Benoît Minisini
>Hi ! >I try to explain better: >I have a ARM system with gambas installed (gbc2 gbx2 gbi2 ecc... ecc.. > but NOT IDE) and I want run in a gambas project. >This gambas project must be written on a PC system (windows Based ) and > then deploy on the ARM system, and for do this I ne

Re: [Gambas-user] Directories?

2009-12-04 Thread Benoît Minisini
> Is there a way to determine what directory a Gambas executable is run > from? Or what its 'default' directory is when looking for a file? > > I've got some text files that I need to read into an array (I *really* > wish Gambas had an easy way to embed array data _in_ the program, like > the old

Re: [Gambas-user] where should components be intalled ?

2009-12-04 Thread Benoît Minisini
> Salut Benoît, > > this question means, where gambas looks for, and find it ! > > > I know : > /usr/local/lib/gambas for the gb. > and > /usr/local/share/gambas/info for the gb.info/list > files > > > and for user components > > /home//.local/lib/gambas > and > /home//.local/share/gambas/in

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-04 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >>> I am modifying an old program, which uses a TableView to construct an > >>> invoice. > >>> The tableview is almost always in edit mode. > >>> > >>> With gambas version 2.0.0, the original version I used to write the > >>> program, there is no problem (not this on

[Gambas-user] where should components be intalled ?

2009-12-04 Thread Charlie Reinl
Salut Benoît, this question means, where gambas looks for, and find it ! I know : /usr/local/lib/gambas for the gb. and /usr/local/share/gambas/info for the gb.info/list files and for user components /home//.local/lib/gambas and /home//.local/share/gambas/info are there other possibilities

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-04 Thread Doriano Blengino
Benoît Minisini ha scritto: I am modifying an old program, which uses a TableView to construct an invoice. The tableview is almost always in edit mode. With gambas version 2.0.0, the original version I used to write the program, there is no problem (not this one). Now I upgraded to gambas v. 2.

Re: [Gambas-user] Gambas Remotly Debug

2009-12-04 Thread Matteo Lisi
Hi ! I try to explain better: I have a ARM system with gambas installed (gbc2 gbx2 gbi2 ecc... ecc.. but NOT IDE) and I want run in a gambas project. This gambas project must be written on a PC system (windows Based ) and then deploy on the ARM system, and for do this I need to d