Re: [Gambas-user] SMTP Errors

2013-08-21 Thread Rolf-Werner Eilert
Hi Marty, > error (authentication failed). I have tried everything including Rolf's > suggestion of leaving off the user and password. Still authentication That was Willy's suggestion, and it's only possible when you're directly connected to the provider. When you want to use another provider,

Re: [Gambas-user] SMTP Errors

2013-08-21 Thread Willy Raets
On Wed, 2013-08-21 at 20:22 -0400, Marty wrote: > I think I know why gb.smtp does not work. I have been getting the 535 > error (authentication failed). I have tried everything including Rolf's > suggestion of leaving off the user and password. Still authentication > fails. You need to make su

[Gambas-user] SMTP Errors

2013-08-21 Thread Marty
I think I know why gb.smtp does not work. I have been getting the 535 error (authentication failed). I have tried everything including Rolf's suggestion of leaving off the user and password. Still authentication fails. Looking at the documentation for password and user it says that only plain a

Re: [Gambas-user] how to relauch the app from app

2013-08-21 Thread Randall Morgan
Three possibilities: 1. Setup a cron job to close and restart your app. 2. Start a new instance of your app as needed and then close the current app. 3. Create a launcher app that gets called by your app on shutdown which then relaunches the app. Hopefully, others can help you with details...

[Gambas-user] how to relauch the app from app

2013-08-21 Thread PICCORO McKAY Lenz
in my app every time at 00:00:00 must be redone all form.. how could i done that? i mean something like relaunch my app from inside my app (uff how recursive) Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com --

Re: [Gambas-user] sebikul (gambas-daily) raring ppa broken

2013-08-21 Thread Sebastian Kulesz
I just pushed a fix for the bug. Launchpad buildfarm is working at 50% it's power so it will take a few hours to finish. The lucid series is still broken: libalure minimum version needs to be dropped to 1.12 And arm builds are still broken for every series. Sorry if this brought you any problems!

[Gambas-user] Issue 461 in gambas: Revision 5812 doesn't compile on Raspbian Linux

2013-08-21 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 461 by uale...@gmail.com: Revision 5812 doesn't compile on Raspbian Linux http://code.google.com/p/gambas/issues/detail?id=461 1) Describe the problem. The latest

[Gambas-user] Problems with the IDE and Stream buffering

2013-08-21 Thread Tobias Boege
Hi folks, is anyone else having trouble with the latest revision(s)? I observed two things: 1) Stream buffering broken. If I have a Process (it may equivalently well be only a Process problem (not a general Stream one) as it is the Process code which was touched recently), I get one line fr

Re: [Gambas-user] gb.SMTP Errors

2013-08-21 Thread Willy Raets
On Tue, 2013-08-20 at 20:25 -0400, Marty McGlensey wrote: > Thanks, Willy. The change from mime.Text to "text/Plain cured the Mime > error. I still get the authentication error: error 535 - 5.7.8. I've tried > to send emails to accounts located on the same server. No mail sent. Tried > setting gb.s

Re: [Gambas-user] SMTP Client errors - Sending Email

2013-08-21 Thread Willy Raets
On Wed, 2013-08-21 at 08:43 +0200, Rolf-Werner Eilert wrote: > > Am 20.08.2013 20:00, schrieb Willy Raets: > > On Tue, 2013-08-20 at 16:52 +0200, Rolf-Werner Eilert wrote: > >> > >> Am 20.08.2013 15:52, schrieb Marty: > >>> God Morning All, > >>> > >>> I'm using gb.smpt to send email from a Gambas