Re: [Gambas-user] Cloning a control

2013-07-31 Thread Jim Provan
Thank you. That works great. My computer understand French :). jk Jim Provan On Wed, Jul 31, 2013 at 5:20 AM, Fabien Bodard wrote: > Le 31 juil. 2013 07:06, "Jim Provan" a écrit : > > > > This is probably a noob question, but then, I am a noob to Gambas, but > not > > to programming in genera

Re: [Gambas-user] smtp-client doesn't return

2013-07-31 Thread Rolf-Werner Eilert
Am 31.07.2013 23:59, schrieb Benoît Minisini: > Le 31/07/2013 23:53, Rolf-Werner Eilert a écrit : >> >> Hm, would any provider accept mails without giving username and >> password? I don't know any. And most providers offer a way of secure >> access, not using port 25 but 465 or 587. I just don't

Re: [Gambas-user] smtp-client doesn't return

2013-07-31 Thread Rolf-Werner Eilert
Am 31.07.2013 23:59, schrieb Benoît Minisini: > Le 31/07/2013 23:53, Rolf-Werner Eilert a écrit : >> >> Hm, would any provider accept mails without giving username and >> password? I don't know any. And most providers offer a way of secure >> access, not using port 25 but 465 or 587. I just don't

Re: [Gambas-user] smtp-client doesn't return

2013-07-31 Thread Rolf-Werner Eilert
Am 31.07.2013 20:44, schrieb Willy Raets: > On Wed, 2013-07-31 at 00:24 +0200, Rolf-Werner Eilert wrote: >> Ok, maybe I got this completely wrong, so here's my first trial with >> gb.net.smtp: >> >> Public Sub Main() >> >> Dim email As New SmtpClient >> >> With email >> .Add("Is this th

Re: [Gambas-user] smtp-client doesn't return

2013-07-31 Thread Rolf-Werner Eilert
Am 31.07.2013 23:59, schrieb Benoît Minisini: > Le 31/07/2013 23:53, Rolf-Werner Eilert a écrit : >> >> Hm, would any provider accept mails without giving username and >> password? I don't know any. And most providers offer a way of secure >> access, not using port 25 but 465 or 587. I just don't

Re: [Gambas-user] smtp-client doesn't return

2013-07-31 Thread Benoît Minisini
Le 31/07/2013 23:53, Rolf-Werner Eilert a écrit : > > Hm, would any provider accept mails without giving username and > password? I don't know any. And most providers offer a way of secure > access, not using port 25 but 465 or 587. I just don't know if this is > supported by gb.net.smtp. If yes, I

Re: [Gambas-user] smtp-client doesn't return

2013-07-31 Thread Rolf-Werner Eilert
Am 31.07.2013 20:44, schrieb Willy Raets: > On Wed, 2013-07-31 at 00:24 +0200, Rolf-Werner Eilert wrote: >> Ok, maybe I got this completely wrong, so here's my first trial with >> gb.net.smtp: >> >> Public Sub Main() >> >> Dim email As New SmtpClient >> >> With email >> .Add("Is this th

Re: [Gambas-user] smtp-client doesn't return

2013-07-31 Thread Willy Raets
On Wed, 2013-07-31 at 00:24 +0200, Rolf-Werner Eilert wrote: > Ok, maybe I got this completely wrong, so here's my first trial with > gb.net.smtp: > > Public Sub Main() > > Dim email As New SmtpClient > >With email > .Add("Is this the mailtext?") > .To.Add("mymainem...@receiver.de

[Gambas-user] Issue 457 in gambas: Project gives signal 11 when there occurs an error related to modal form and mysql.

2013-07-31 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 457 by r...@cyberjunky.nl: Project gives signal 11 when there occurs an error related to modal form and mysql. http://code.google.com/p/gambas/issues/detail?id=457 1) Des

[Gambas-user] R: Another use case of gb.openal

2013-07-31 Thread Ru Vuott
Hello Benoît, I'ld like to come back on this argument: gb.openal & Midi. Surely you remember that I wrote you that I was able to run Midi file using the function: AlureSetStreamPatchset() but using the Alure API (NOT gb.openal). Well, today I wanted to try running Midi files by using the fe

Re: [Gambas-user] Cloning a control

2013-07-31 Thread Fabien Bodard
Le 31 juil. 2013 07:06, "Jim Provan" a écrit : > > This is probably a noob question, but then, I am a noob to Gambas, but not > to programming in general. How do you clone a control ? > > I want to make a copy of a control. I have done this in C#, and use it > fairly frequently in an app that I am