Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Ok. I understand. Thanks Tobi and Kendek Regard 2013/10/5 Kende Krisztián > Sat, 5 Oct 2013 19:55:29 +0200 -n > Jorge Carrión írta: > > > Well... gbr3 --version gives me 3.4.2... But clearly this version > > doesn't contains gb.net actualized code with that issue. > > I've searching in mailin

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Kende Kriszti??n wrote: > Sat, 5 Oct 2013 19:55:29 +0200 -n > Jorge Carri??n ??rta: > > > Well... gbr3 --version gives me 3.4.2... But clearly this version > > doesn't contains gb.net actualized code with that issue. > > I've searching in mailing list and what Benoit said was

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Kende Krisztián
Sat, 5 Oct 2013 19:55:29 +0200 -n Jorge Carrión írta: > Well... gbr3 --version gives me 3.4.2... But clearly this version > doesn't contains gb.net actualized code with that issue. > I've searching in mailing list and what Benoit said was: > > " In revision #5663, I have added a Progress event t

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Jorge Carri?n wrote: > Well... gbr3 --version gives me 3.4.2... But clearly this version doesn't > contains gb.net actualized code with that issue. > I've searching in mailing list and what Benoit said was: > > " In revision #5663, I have added a Progress event to the FtpClien

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Well... gbr3 --version gives me 3.4.2... But clearly this version doesn't contains gb.net actualized code with that issue. I've searching in mailing list and what Benoit said was: " In revision #5663, I have added a Progress event to the FtpClient class, > that is raised regularly while something

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Ok Kendek, don't worry. I can wait, There isn' nothing urgent about this issue. Keep doing the good work. Regards. 2013/10/5 Kende Krisztián > Sat, 5 Oct 2013 17:13:08 +0200 -n > Jorge Carrión írta: > > > I'm afraid that Kendek offers somthing older than 5765. I'll wait for > > updates. Thank

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Kende Kriszti??n wrote: > Sat, 5 Oct 2013 17:13:08 +0200 -n > Jorge Carri??n ??rta: > > > I'm afraid that Kendek offers somthing older than 5765. I'll wait for > > updates. Thanks Tobi. > > > > Regards, > > Shordi > > > > Use gbr3 --version command, that returns the real v

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Kende Krisztián
Sat, 5 Oct 2013 17:13:08 +0200 -n Jorge Carrión írta: > I'm afraid that Kendek offers somthing older than 5765. I'll wait for > updates. Thanks Tobi. > > Regards, > Shordi > Use gbr3 --version command, that returns the real version number. The gambas3 --version show incorrect value, but this i

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
I'm afraid that Kendek offers somthing older than 5765. I'll wait for updates. Thanks Tobi. Regards, Shordi 2013/10/5 Tobias Boege > On Sat, 05 Oct 2013, Jorge Carri?n wrote: > > Tobi, > > doesn't works for me. The progress event isn't triggered at all and, If > try > > to simulate it with a >

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Jorge Carri?n wrote: > Tobi, > doesn't works for me. The progress event isn't triggered at all and, If try > to simulate it with a > > While ftpcClient1 status > 0 > progressbar.value= FtpcClient1.Uploaded / FtpcClient1.TotalUploaded > wend > > Is needed to implement a o

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Tobi, doesn't works for me. The progress event isn't triggered at all and, If try to simulate it with a While ftpcClient1 status > 0 progressbar.value= FtpcClient1.Uploaded / FtpcClient1.TotalUploaded wend Is needed to implement a observer or something? I'm using the nemh Kende Christian rep

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Jorge Carri?n wrote: > Hi Benoit: > > Some time ago you said that you had improved a way to construct a status > bar in the put event of the ftpClient. > Now I've exploring the component properties, but can't find that way. > ?Can you (or someone who knows that way) send a lit

[Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Hi Benoit: Some time ago you said that you had improved a way to construct a status bar in the put event of the ftpClient. Now I've exploring the component properties, but can't find that way. ¿Can you (or someone who knows that way) send a little example of code? Thanks in advance Shordi --