Re: [Gambas-user] ProgressBar and Smtp control

2011-08-04 Thread BenoƮt Minisini
> >but this time depend of the server, no ? > > (a) this code don't works good, progress bar move all to the end of the > process: > > private errore as integer > private endprocess as boolean > > public sub SendMail() > Dim n As Integer > Dim x As Integer > > If txtTitle.text = "" Or EDITOR_M

Re: [Gambas-user] ProgressBar and Smtp control

2011-08-04 Thread Andrea Bertini
>but this time depend of the server, no ? (a) this code don't works good, progress bar move all to the end of the process: private errore as integer private endprocess as boolean public sub SendMail() Dim n As Integer Dim x As Integer If txtTitle.text = "" Or EDITOR_MAIL.TextEdit1.RichText =

Re: [Gambas-user] ProgressBar and Smtp control

2011-08-04 Thread Fabien Bodard
2011/8/4 Andrea Bertini : > Can i see an effective exemple of use progress bar with smtp control. I > can not use the progress bar, depending on the time required to send email. but this time depend of the server, no ? > > Thx > > Andrea Bertini > Linuxforce >

[Gambas-user] ProgressBar and Smtp control

2011-08-04 Thread Andrea Bertini
Can i see an effective exemple of use progress bar with smtp control. I can not use the progress bar, depending on the time required to send email. Thx Andrea Bertini Linuxforce -- Bl