Re: [Gambas-user] A few questions

2013-02-25 Thread Rob Kudla
On 02/25/2013 06:05 PM, Astrostream wrote: > New here, but how did this site get the picture i have set? i never set > anything. I had to go to the link in your post to see what you were talking about. This is actually a mailing list on Sourceforge; Nabble just takes public mailing lists and provi

Re: [Gambas-user] A few questions

2013-02-25 Thread Astrostream
New here, but how did this site get the picture i have set? i never set anything. -- View this message in context: http://gambas.8142.n7.nabble.com/A-few-questions-tp41242p41243.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] A few questions

2013-02-25 Thread Astrostream
Hello Everyone, I am new to gambas but not to programming, and I just have a few questions that I cannot find the answers to. Any ideas or help that can lead to some answer would be great. 1) a) Am i able to call a function from bash of a running gambas program? (want to be able to allow connecti

Re: [Gambas-user] How capture exit from FtpClient?

2013-02-25 Thread Jorge Carrión
ok, Tobi. Waiting. 2013/2/25 Tobias Boege > On Mon, 25 Feb 2013, Jorge Carri?n wrote: > > Tobi, > > If your code is on Gambas, I can try manage with it. I'm not a C > > programmer... by the way: Is ftpClient written in Gambas? > > > > Regards > > > > My FtpClient is written in Gambas, the curre

Re: [Gambas-user] How capture exit from FtpClient?

2013-02-25 Thread Tobias Boege
On Mon, 25 Feb 2013, Jorge Carri?n wrote: > Tobi, > If your code is on Gambas, I can try manage with it. I'm not a C > programmer... by the way: Is ftpClient written in Gambas? > > Regards > My FtpClient is written in Gambas, the current implementation in gb.net.curl is not. It's in C using libc

Re: [Gambas-user] BUG: A big convertion problem in gambas :

2013-02-25 Thread Fabien Bodard
thank you 2013/2/25 Benoît Minisini > Le 25/02/2013 17:38, Fabien Bodard a écrit : > > Public Sub Form_Open() > > Dim pf As New PointF > > > > > > pf.x = "414235.32" > > Print pf.x > > > > > > End > > > > > > > > = 1202590843 > > > > > > ??? > > > > This was a stupid copy & paste mi

Re: [Gambas-user] How capture exit from FtpClient?

2013-02-25 Thread Jorge Carrión
Tobi, If your code is on Gambas, I can try manage with it. I'm not a C programmer... by the way: Is ftpClient written in Gambas? Regards 2013/2/25 Tobias Boege > On Mon, 25 Feb 2013, Jorge Carri?n wrote: > > I'm doing a FTP Client (at Filezilla Style), but I don't know how > intercept > > the

Re: [Gambas-user] BUG: A big convertion problem in gambas :

2013-02-25 Thread Benoît Minisini
Le 25/02/2013 17:38, Fabien Bodard a écrit : > Public Sub Form_Open() > Dim pf As New PointF > > > pf.x = "414235.32" > Print pf.x > > > End > > > > = 1202590843 > > > ??? > This was a stupid copy & paste mistake, sorry for that! It is fixed in revision #5566, and will be backported t

[Gambas-user] BUG: A big convertion problem in gambas :

2013-02-25 Thread Fabien Bodard
Public Sub Form_Open() Dim pf As New PointF pf.x = "414235.32" Print pf.x End = 1202590843 ??? Je comprend mieux pourquoi je n'avait aucun shapes sur ma carte :-) Le problème est le même en utilisant explicitement cfloat... -- Fabien Bodard ---

Re: [Gambas-user] Issue 388 in gambas: Parse error : Invalid Tag ! Line 1 , Column 1 : ?mso-application pro with gb.xml (gb.libxml works fine)

2013-02-25 Thread gambas
Comment #4 on issue 388 by sot...@gmail.com: Parse error : Invalid Tag ! Line 1 , Column 1 : ?mso-application pro with gb.xml (gb.libxml works fine) http://code.google.com/p/gambas/issues/detail?id=388 Hi Adrien, don't worry for the response time. As i said it is not a Priority Problem. Thanks

Re: [Gambas-user] How capture exit from FtpClient?

2013-02-25 Thread Tobias Boege
On Mon, 25 Feb 2013, Jorge Carri?n wrote: > I'm doing a FTP Client (at Filezilla Style), but I don't know how intercept > the ftp client exit. > Put and Get works fine. > Exec works fine... in commands without exit (CWD, PWD, DELE, etc.) > But I can't recover de exit in, by example, LIST command an

[Gambas-user] How capture exit from FtpClient?

2013-02-25 Thread Jorge Carrión
I'm doing a FTP Client (at Filezilla Style), but I don't know how intercept the ftp client exit. Put and Get works fine. Exec works fine... in commands without exit (CWD, PWD, DELE, etc.) But I can't recover de exit in, by example, LIST command and can't recover the control information (wich is sho