[Gambas-user] Error messages when IDE stops ?how to capture

2013-03-19 Thread Richard Terry
Is there anyway when one inspects the line that the program crashes on to copy/paste the popup error message? richard -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDyn

Re: [Gambas-user] Issue 355 in gambas: gb.gtk still uses gtk2

2013-03-19 Thread gambas
Updates: Status: Accepted Comment #3 on issue 355 by benoit.m...@gmail.com: gb.gtk still uses gtk2 http://code.google.com/p/gambas/issues/detail?id=355 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notificat

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Updates: Status: Fixed Comment #19 on issue 410 by benoit.m...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 OK, marked as fixed. -- You received this message because this project is configured to send all issue notifications to this address.

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #18 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 No problem for the delay, r5584 works ok, with and without _Read event present. Thanks. -- You received this message because this project is configured to send all i

[Gambas-user] Sending E-Mail...

2013-03-19 Thread Ru Vuott
Hello, well, our friend has taken note of your answers, and at the end he wrote in gambas-it.org forum: << Perhaps I understand where is the problem: the type of authentication. The smtp server from which I try to send e-mail does not support authentication type PLAIN, it gives me error 504:

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #17 on issue 410 by benoit.m...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 HttpClient now calls the Read event while there is something to read. But it's stupid do that if there is no Read event handler! In revision #5584, this behavior is

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #16 on issue 410 by benoit.m...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 Sorry for not answering, my PC was dead. I have a new one now, and I will look at the problem. -- You received this message because this project is configured to se

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #15 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 I mean uncomment the _Read code... -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #14 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 While trying to extract a demo project to show the problem I figured out the reason for the hangs. Try attached project, if you don't code a _Read event for a async ht

Re: [Gambas-user] Sending E-Mail...

2013-03-19 Thread Ru Vuott
Hello Fabien, well, I communicated to our friend in the italian Forum also your suggestion. Thank you very much. vuott --- Mar 19/3/13, Fabien Bodard ha scritto: > Da: Fabien Bodard > Oggetto: Re: [Gambas-user] Sending E-Mail... > A: "mailing list for gambas users" > Data: Martedì 19 marz

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #13 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 Can we please rollback the changes done in revision 5542? Just for one request of being able to do oauth request, the whole component and thuse gambas became useless..

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #12 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 Attached latest valgrind output. Leaks everywhere, can someone help me? Attachments: valgrind.log.tar.gz 132 KB -- You received this message because this proje

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #11 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 No it's still unstable. My project which had 24/7 stability for months in a row now only runs a few minutes. If this isn't fixed soon it's another big appointment using

Re: [Gambas-user] Sending E-Mail...

2013-03-19 Thread Fabien Bodard
#!/usr/bin/env gbs3 USE "gb.db", "gb.net.smtp" Private hcon As New Connection Private hTim as Timer Public Sub Main() Application.Daemon = True hTim = new timer as "Timer1" hTim.Delay = 6 hTim.Trigger() hTim.Start End Public sub Timer1_Timer() Dim hsmtp As Smtpclient Dim hResMai