Re: [Gambas-user] Directories?

2009-12-03 Thread Rolf-Werner Eilert
Dave Merriman schrieb: > 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_ th

Re: [Gambas-user] Gambas Remotly Debug

2009-12-03 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : > > 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 use idedove (thunderbird) and see them ok (however he's cross-posting...) -- coitus interruptus, n: A

Re: [Gambas-user] Directories?

2009-12-03 Thread Ricardo Díaz Martín
Have you tried Application.Path? 2009/12/4 Dave Merriman > 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 ea

Re: [Gambas-user] Gambas Remotly Debug

2009-12-03 Thread Ricardo Díaz Martín
I use google acount with web interface and I can see his emails right 2009/12/3 Benoît Minisini > > Hi to ALL ! > > > > This is my situation: > > > > I have a ARM sistem with gambas installed, and I want to debug it from a > > PC (I have to develop a new IDE...) > > > > How gambas IDE use th

[Gambas-user] Directories?

2009-12-03 Thread Dave Merriman
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 "data 4,

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

2009-12-03 Thread Benoît Minisini
> > 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] Problem with tableview when in edit mode

2009-12-03 Thread Benoît Minisini
> 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.15 (debian pac

Re: [Gambas-user] Gambas Remotly Debug

2009-12-03 Thread Benoît Minisini
> Hi to ALL ! > > This is my situation: > > I have a ARM sistem with gambas installed, and I want to debug it from a > PC (I have to develop a new IDE...) > > How gambas IDE use the interpreter for debug ? > > I thought to develop a service on ARM that via TCP/IP link the ARM > gambas inter

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

2009-12-03 Thread Doriano Blengino
Charlie Reinl ha scritto: > Am Donnerstag, den 03.12.2009, 21:32 +0100 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: >> >>> Sorry Dariano, >>> >>> no meant, has not changed, even in 2.18.0 Revision: 2447 , the cursor >>> moves from top left to bottom right and return if using le

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

2009-12-03 Thread Charlie Reinl
Am Donnerstag, den 03.12.2009, 21:32 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Sorry Dariano, > > > > no meant, has not changed, even in 2.18.0 Revision: 2447 , the cursor > > moves from top left to bottom right and return if using left/right arrow > > key, or top to bottom a

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

2009-12-03 Thread Charlie Reinl
Am Donnerstag, den 03.12.2009, 21:32 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Sorry Dariano, > > > > no meant, has not changed, even in 2.18.0 Revision: 2447 , the cursor > > moves from top left to bottom right and return if using left/right arrow > > key, or top to bottom a

[Gambas-user] using dh_make

2009-12-03 Thread craf
Hello. I'm trying to create packages .deb for each of the components of Gambas. For those using dh_make. This program asks me to rename a folder. Ej, gb.net to gambas-gb-net_2.18.0. Is this the correct way to rename the folder?. Regards. ---

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

2009-12-03 Thread Doriano Blengino
Charlie Reinl ha scritto: > Sorry Dariano, > > no meant, has not changed, even in 2.18.0 Revision: 2447 , the cursor > moves from top left to bottom right and return if using left/right arrow > key, or top to bottom and return if using up/down arrow key. > > Oh, tableview is a gambas written comp

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

2009-12-03 Thread Charlie Reinl
Am Donnerstag, den 03.12.2009, 18:47 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Am Donnerstag, den 03.12.2009, 18:24 +0100 schrieb Doriano Blengino: > > > >> Dimitris Anogiatis ha scritto: > >> > >>> Doriano, > >>> > >>> from the sample project you posted, I can verify

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

2009-12-03 Thread Dimitris Anogiatis
Doriano, On my system, when I use the mouse and click on a different cell it jumps just fine. The behavior (the error) that you described occurs when I use the cursor keys. What I meant by different approach was perhaps you should use something else other than the GotFocus event and LAST.Edit. i

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

2009-12-03 Thread Doriano Blengino
Charlie Reinl ha scritto: > Am Donnerstag, den 03.12.2009, 18:24 +0100 schrieb Doriano Blengino: > >> Dimitris Anogiatis ha scritto: >> >>> Doriano, >>> >>> from the sample project you posted, I can verify the behavior you described >>> when you use the arrow keys. >>> If you click on indiv

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

2009-12-03 Thread Charlie Reinl
Am Donnerstag, den 03.12.2009, 18:24 +0100 schrieb Doriano Blengino: > Dimitris Anogiatis ha scritto: > > Doriano, > > > > from the sample project you posted, I can verify the behavior you described > > when you use the arrow keys. > > If you click on individual cells it jumps fine. But if you try

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

2009-12-03 Thread Doriano Blengino
Dimitris Anogiatis ha scritto: > Doriano, > > from the sample project you posted, I can verify the behavior you described > when you use the arrow keys. > If you click on individual cells it jumps fine. But if you try and type > something on one cell and then click on the next one > the text you ty

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

2009-12-03 Thread Dimitris Anogiatis
Doriano, from the sample project you posted, I can verify the behavior you described when you use the arrow keys. If you click on individual cells it jumps fine. But if you try and type something on one cell and then click on the next one the text you typed before disappears. So perhaps a few mor

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

2009-12-03 Thread Doriano Blengino
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.15 (debian package gambas2

[Gambas-user] Gambas Remotly Debug

2009-12-03 Thread Matteo Lisi
Hi to ALL ! This is my situation: I have a ARM sistem with gambas installed, and I want to debug it from a PC (I have to develop a new IDE...) How gambas IDE use the interpreter for debug ? I thought to develop a service on ARM that via TCP/IP link the ARM gambas interpreter with a PC IDE