Re: [Gambas-user] Making a taskbar with Gambas 3

2008-10-03 Thread Joshua Higgins
I just have 1 problem: I havent used events before. Is there a tutorial on these? I've read through the wiki pages on events declaration etc, but its no clearer to me. On Fri, Oct 3, 2008 at 9:23 PM, Joshua Higgins <[EMAIL PROTECTED]>wrote: > I mean Benoit :-) > > > On Fri, Oct 3, 2008 at 9:22 PM

Re: [Gambas-user] Ask About Table View

2008-10-03 Thread Joshua Higgins
2nd Question: declare as NEW String[] On Wed, Oct 1, 2008 at 11:19 PM, Stefano Palmeri <[EMAIL PROTECTED]>wrote: > Il mercoledì 1 ottobre 2008 22:57:51 Leo Sendra ha scritto: > > Hello all... I have a problem in table view programming. > > > > As we know, we can edit table view by using an edit

Re: [Gambas-user] Making a taskbar with Gambas 3

2008-10-03 Thread Joshua Higgins
I mean Benoit :-) On Fri, Oct 3, 2008 at 9:22 PM, Joshua Higgins <[EMAIL PROTECTED]>wrote: > wow! features are implemented soo quickly... thank you Beniot!!! > > On Mon, Sep 29, 2008 at 11:37 PM, Benoit Minisini < > [EMAIL PROTECTED]> wrote: > >> This is possible now, thanks to the changes in the

Re: [Gambas-user] Making a taskbar with Gambas 3

2008-10-03 Thread Joshua Higgins
wow! features are implemented soo quickly... thank you Beniot!!! On Mon, Sep 29, 2008 at 11:37 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > This is possible now, thanks to the changes in the gb.desktop component > from > revision #1617. > > 1) The DesktopWindow class now allows to change the

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-03 Thread Benoit Minisini
On vendredi 03 octobre 2008, Benoit Minisini wrote: > On vendredi 03 octobre 2008, Gaël Le Hec'H wrote: > > Hi, > > I need to receive data from a device with serial port with 19200 bauds 8 > > bits data Even parity 2 stop bits settings, but I get only 7 bits of my > > data. > > I check with serlook

Re: [Gambas-user] Pb with Even parity on SerialPort component

2008-10-03 Thread Benoit Minisini
On vendredi 03 octobre 2008, Gaël Le Hec'H wrote: > Hi, > I need to receive data from a device with serial port with 19200 bauds 8 > bits data Even parity 2 stop bits settings, but I get only 7 bits of my > data. > I check with serlook and data received is correct : 10 00 00 F0, with > gambas I rec

[Gambas-user] test

2008-10-03 Thread Benoit Minisini
-- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source

Re: [Gambas-user] Bleh

2008-10-03 Thread Kari Laine
On Fri, Oct 3, 2008 at 9:37 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > On Fri, Oct 3, 2008 at 7:30 PM, Stefano Palmeri <[EMAIL PROTECTED]>wrote: > >> Il venerdì 3 ottobre 2008 18:12:00 Ron ha scritto: >> > Have sent several mails in last days to this list, they simple don't >> > show up. >> > I h

Re: [Gambas-user] Bleh

2008-10-03 Thread Kari Laine
On Fri, Oct 3, 2008 at 7:30 PM, Stefano Palmeri <[EMAIL PROTECTED]>wrote: > Il venerdì 3 ottobre 2008 18:12:00 Ron ha scritto: > > Have sent several mails in last days to this list, they simple don't > > show up. > > I hate that, waste of time. > > > > > > Oh, well (or not). I thought it was just

Re: [Gambas-user] Bleh

2008-10-03 Thread Stefano Palmeri
Il venerdì 3 ottobre 2008 18:12:00 Ron ha scritto: > Have sent several mails in last days to this list, they simple don't > show up. > I hate that, waste of time. > > Oh, well (or not). I thought it was just me. I lost a couple of mails last week. Bye, Stefano > > > --

Re: [Gambas-user] Bleh

2008-10-03 Thread David Villalobos Cambronero
Maybe we should find another host? Regards -- David - Original Message From: Benoit Minisini <[EMAIL PROTECTED]> To: mailing list for gambas users Sent: Friday, October 3, 2008 10:20:59 AM Subject: Re: [Gambas-user] Bleh On vendredi 03 octobre 2008, Ron wrote: > Have sent several

Re: [Gambas-user] Bleh

2008-10-03 Thread Benoit Minisini
On vendredi 03 octobre 2008, Ron wrote: > Have sent several mails in last days to this list, they simple don't > show up. > I hate that, waste of time. > I have a similar problem, but with the sourceforge commits mailing-list. Some commits are never emitted. Sourceforge infrastructure is not very

[Gambas-user] Bleh

2008-10-03 Thread Ron
Have sent several mails in last days to this list, they simple don't show up. I hate that, waste of time. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applica

[Gambas-user] Pb with Even parity on SerialPort component

2008-10-03 Thread Gaël Le Hec'H
Hi, I need to receive data from a device with serial port with 19200 bauds 8 bits data Even parity 2 stop bits settings, but I get only 7 bits of my data. I check with serlook and data received is correct : 10 00 00 F0, with gambas I receive 10 00 00 70 I check the change log of the component but d

[Gambas-user] Gambas for netbooks (was Re: bug signal #11 when using gb.net.curl)

2008-10-03 Thread Ron
Benoit Minisini schreef: > On vendredi 03 octobre 2008, you wrote: > >> Benoit Minisini schreef: >> >>> On vendredi 03 octobre 2008, you wrote: >>> Benoit, did you receive my example project and did you manage to reproduce my signal 11 problem with it? O

[Gambas-user] Bugs in gb.net.curl

2008-10-03 Thread Benoit Minisini
Hi, In revision #1623, I started to fix the gb.net.curl component, which has many problems. I'd want to release Gambas 2.9 with a fixed gb.net.curl component, so if people using FtpClient or HttpClient could test their program with this revision, and report any problem, it would be cool! Rega