Re: [Gambas-user] Spacing property.

2010-09-19 Thread Jean-pierre Lainé
Pour Benoit Minisini, ou le modérateur du groupe. Bonjour à tous, je suis en train de me lancer en Gambas (2). L'OS est UBUNTU. Mais je me suis bêtement inscrit sur une liste anglo saxonne et my englisch is very très bad!. Pour autant et en quelques mots, je souhaite réaliser un sismographe sous

Re: [Gambas-user] Spacing property.

2010-09-19 Thread Werner
On 19/09/10 15:57, Jean-pierre Lainé wrote: Pour Benoit Minisini, ou le modérateur du groupe. Bonjour à tous, je suis en train de me lancer en Gambas (2). L'OS est UBUNTU. Mais je me suis bêtement inscrit sur une liste anglo saxonne et my englisch is very très bad!. Pour autant et en

Re: [Gambas-user] Spacing property.

2010-09-19 Thread Jean-pierre Lainé
Waooo ! ... Tanks Werner ! Old timer Jean-Pierre 2010/9/19 Werner wd...@netfront.net On 19/09/10 15:57, Jean-pierre Lainé wrote: Pour Benoit Minisini, ou le modérateur du groupe. Bonjour à tous, je suis en train de me lancer en Gambas (2). L'OS est UBUNTU.

Re: [Gambas-user] Spacing property.

2010-09-19 Thread Rolf Schmidt
Am Sonntag, 19. September 2010 schrieb Jean-pierre Lainé: Pour Benoit Minisini, ou le modérateur du groupe. Bonjour à tous, je suis en train de me lancer en Gambas (2). L'OS est UBUNTU. Mais je me suis bêtement inscrit sur une liste anglo saxonne et my englisch is very très bad!. Pour autant

Re: [Gambas-user] Spacing property.

2010-09-19 Thread Doriano Blengino
Jean-pierre Lainé ha scritto: google translate mon reponse... Pour Benoit Minisini, ou le modérateur du groupe. Bonjour à tous, je suis en train de me lancer en Gambas (2). L'OS est UBUNTU. Mais je me suis bêtement inscrit sur une liste anglo saxonne et my englisch is very très bad!. Pour

[Gambas-user] SQLTE3 date function

2010-09-19 Thread Bill-Lancaster
I want to extract records between 2 dates from a date type field (TransDate) but using:- hResult = FMain.$hConn.Find(transactions, TransDate = '2009-07-01') produces the same result as hResult = FMain.$hConn.Find(transactions, TransDate '2009-07-01'). Also sometimes records 1 day older than

Re: [Gambas-user] Spacing property.

2010-09-19 Thread Benoît Minisini
Pour Benoit Minisini, ou le modérateur du groupe. Bonjour à tous, je suis en train de me lancer en Gambas (2). L'OS est UBUNTU. Mais je me suis bêtement inscrit sur une liste anglo saxonne et my englisch is very très bad!. Pour les français non anglophones, il y a la mailing-list française.

Re: [Gambas-user] Specifying the location of new Gambas components

2010-09-19 Thread Benoît Minisini
We have created some new components for Gambas and we've been putting them into the /usr/local/lib/gambas2 directory with the standard Gambas components. However, this directory is locked to the root user, so developers can't install components there. Is there a way to install

Re: [Gambas-user] Deleting Forms and Classes

2010-09-19 Thread Benoît Minisini
This is scary stuff. When I right click on item on the list on the left side of the IDE a popup menu shows. One of the items is Delete... I remember the first time I came across it I was so scared that I left the IDE and made a backup of the project. As I then found out it doesn't

Re: [Gambas-user] Spacing property.

2010-09-19 Thread Jean-pierre Lainé
Merci Benoit, entre temps je me suis inscrit, mais comment faire pour se soustraire à la liste anglophone ? Merci pour votre boulot, je commence à avoir mes premiers résultats probants, à plus sur la liste française. Cordialement PapyBasic Le 19 septembre 2010 15:59, Benoît Minisini

Re: [Gambas-user] Testing Gambas 2.99

2010-09-19 Thread Benoît Minisini
Colorbutton bug confirmed with Gambas 3 rev 3199, Ubuntu 10.04 64bit. Only GTK+ is affected. Jussi Done! The bug has been fixed in revision #3230. Regards, -- Benoît Minisini -- Start uncovering the many

[Gambas-user] Help about use table view editing with Return key

2010-09-19 Thread Phạm Quang Dương
Hi, I created a TableView with three columns. First, I wrote code so that when user double-click the cell at third column on a row, the cell start the editing. My program worked fine. Then I added code so that when the user click the cell at the first column on a row, this row would be removed.

Re: [Gambas-user] Help about use table view editing with Return key

2010-09-19 Thread Benoît Minisini
Hi, I created a TableView with three columns. First, I wrote code so that when user double-click the cell at third column on a row, the cell start the editing. My program worked fine. Then I added code so that when the user click the cell at the first column on a row, this row would be

Re: [Gambas-user] SQLTE3 date function

2010-09-19 Thread Benoît Minisini
I want to extract records between 2 dates from a date type field (TransDate) but using:- hResult = FMain.$hConn.Find(transactions, TransDate = '2009-07-01') produces the same result as hResult = FMain.$hConn.Find(transactions, TransDate '2009-07-01'). Also sometimes records 1 day older

Re: [Gambas-user] A suggestion for the code editor

2010-09-19 Thread Matti
Yep. That's exactly what I imagined. Very comfortable, thanks, Benoit! Matti Am 17.09.2010 04:06, schrieb Benoît Minisini: It happens quite often (at least to me, blockhead) that a line of code has to be moved to one ore some lines up or down. Right now, I can't see another way to do this