Re: [Gambas-user] Settings

2014-07-27 Thread B Bruen
On Mon, 28 Jul 2014 14:56:38 +0930 B Bruen wrote: > On Mon, 28 Jul 2014 07:18:47 +0200 > Benoît Minisini wrote: > > > Maybe not clicking the "stop on each error" button in the IDE would > > solve the problem? :-) > > > > -- > > Benoît Minisini > > > > "Stop on each error" is not clicked h

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-07-27 Thread gambas
Comment #6 on issue 540 by uale...@gmail.com: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue) http://code.google.com/p/gambas/issues/detail?id=540 Browsed the code, but i got a comment on it. The following code will wait until it gets the "?

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
the next thing did anyone play it and what are some of your thoughts On 28/07/14 15:43, Shane wrote: > Thanks benoit that fixed it > But i'm not sure why but i guess you do > > Thanks Shane > > > On 28/07/14 15:26, B Bruen wrote: >> On Mon, 28 Jul 2014 07:18:47 +0200 >> Benoît Minisini wrote: >>

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-07-27 Thread gambas
Comment #5 on issue 540 by uale...@gmail.com: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue) http://code.google.com/p/gambas/issues/detail?id=540 That's a quick fix (and rewrite), i will test it tonight. Thanks for the work! -- You receiv

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
Thanks benoit that fixed it But i'm not sure why but i guess you do Thanks Shane On 28/07/14 15:26, B Bruen wrote: > On Mon, 28 Jul 2014 07:18:47 +0200 > Benoît Minisini wrote: > >> Le 28/07/2014 06:59, B Bruen a écrit : >>> On Sun, 27 Jul 2014 20:35:53 -0600 >>> Randall Morgan wrote: >>>

Re: [Gambas-user] Settings

2014-07-27 Thread Benoît Minisini
Le 28/07/2014 07:26, B Bruen a écrit : >> >> Maybe not clicking the "stop on each error" button in the IDE would >> solve the problem? :-) >> >> -- >> Benoît Minisini >> > > "Stop on each error" is not clicked here and I can reproduce the reported > error. > B > If I untoggle the "Stop on each er

Re: [Gambas-user] Issue 542 in gambas: gb.net.smtp auth plain fails due to addtional "\r\n"

2014-07-27 Thread gambas
Updates: Status: Fixed Comment #2 on issue 542 by benoit.m...@gmail.com: gb.net.smtp auth plain fails due to addtional "\r\n" http://code.google.com/p/gambas/issues/detail?id=542 It should be fixed in revision #6403 with the new gb.net.smtp component entirely written in Gambas. But th

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-07-27 Thread gambas
Updates: Status: Fixed Comment #4 on issue 540 by benoit.m...@gmail.com: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue) http://code.google.com/p/gambas/issues/detail?id=540 It should be fixed in revision #6403 with the new gb.net.smtp

Re: [Gambas-user] Settings

2014-07-27 Thread B Bruen
On Mon, 28 Jul 2014 07:18:47 +0200 Benoît Minisini wrote: > Le 28/07/2014 06:59, B Bruen a écrit : > > On Sun, 27 Jul 2014 20:35:53 -0600 > > Randall Morgan wrote: > > > >> Must be too big on your end. I know I and others have sent larger files... > >> But the link works also. I'll look at your

Re: [Gambas-user] Settings

2014-07-27 Thread B Bruen
On Mon, 28 Jul 2014 14:29:43 +0930 B Bruen wrote: > On Sun, 27 Jul 2014 20:35:53 -0600 > Randall Morgan wrote: > > > Must be too big on your end. I know I and others have sent larger files... > > But the link works also. I'll look at your code and get back to you. > > > > I have had a bit of

Re: [Gambas-user] Settings

2014-07-27 Thread Benoît Minisini
Le 28/07/2014 06:59, B Bruen a écrit : > On Sun, 27 Jul 2014 20:35:53 -0600 > Randall Morgan wrote: > >> Must be too big on your end. I know I and others have sent larger files... >> But the link works also. I'll look at your code and get back to you. >> > > I have had a bit of a look at this. To

Re: [Gambas-user] Settings

2014-07-27 Thread B Bruen
One other strange thing. You have a FMain form in the project. It doesn't appear in the project browser. Why not is a mystery to me. But I just deleted it and the project runs OK. You might like to use your file manager to delete it as well. (It has nothing to do with the Settings fail, though

Re: [Gambas-user] Settings

2014-07-27 Thread B Bruen
On Sun, 27 Jul 2014 20:35:53 -0600 Randall Morgan wrote: > Must be too big on your end. I know I and others have sent larger files... > But the link works also. I'll look at your code and get back to you. > I have had a bit of a look at this. To me, it appears that sdl is doing something nast

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-07-27 Thread gambas
Comment #3 on issue 540 by uale...@gmail.com: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue) http://code.google.com/p/gambas/issues/detail?id=540 Sounds like a good approach. -- You received this message because this project is configured t

Re: [Gambas-user] Settings

2014-07-27 Thread Randall Morgan
I ran your code and at first I got an error on a line like Settings["HighScore"] = SprEngine.Highscore. I commented that out and run the code and found the settings file was not created (this should be flagged as an error if the file does not already exist...) Next, I commented out all your code a

Re: [Gambas-user] Settings

2014-07-27 Thread Randall Morgan
Must be too big on your end. I know I and others have sent larger files... But the link works also. I'll look at your code and get back to you. On Sun, Jul 27, 2014 at 8:21 PM, Shane wrote: > yep to big try this > > > https://drive.google.com/file/d/0B7AcxnE14xeaLVFDUGhja19NcUU/edit?usp=shari

[Gambas-user] Updated documentation for gb.data and gb.inotify

2014-07-27 Thread Tobias Boege
Hi list, I just updated gb.data's documentation. Some things got wrong over time, few things were wrong straight from the beginning, some things needed to be clarified. Also I initially wrote documentation for gb.inotify which will be available in 3.6. A gb.inotify example will be committed in a

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
yep to big try this https://drive.google.com/file/d/0B7AcxnE14xeaLVFDUGhja19NcUU/edit?usp=sharing On 28/07/14 11:54, Shane wrote: > I'll try its 3.8MB is that to big ? > > On 28/07/14 11:38, Randall Morgan wrote: >> Can you attached your project? >> >> >> On Sun, Jul 27, 2014 at 6:46 PM, Shane w

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
I'll try its 3.8MB is that to big ? On 28/07/14 11:38, Randall Morgan wrote: > Can you attached your project? > > > On Sun, Jul 27, 2014 at 6:46 PM, Shane wrote: > >> Something strange is going on here i just put in the code " Print >> Settings.Path " and i get the same error >> but the settings

Re: [Gambas-user] Settings

2014-07-27 Thread Randall Morgan
Can you attached your project? On Sun, Jul 27, 2014 at 6:46 PM, Shane wrote: > Something strange is going on here i just put in the code " Print > Settings.Path " and i get the same error > but the settings in my other projects work fine? > > On 28/07/14 10:35, Shane wrote: > > still not workin

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
Something strange is going on here i just put in the code " Print Settings.Path " and i get the same error but the settings in my other projects work fine? On 28/07/14 10:35, Shane wrote: > still not working i even changed the project name but i still get the > same error and there are no files i

Re: [Gambas-user] Settings

2014-07-27 Thread Shane
still not working i even changed the project name but i still get the same error and there are no files in the setting dir with my project name. I think from memory there was at some stage but i deleted it to see if that would fix the problem. Is there anywhere that gambas keeps a record of thi

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-07-27 Thread gambas
Comment #2 on issue 540 by benoit.m...@gmail.com: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue) http://code.google.com/p/gambas/issues/detail?id=540 I am currently rewriting the gb.net.smtp component entirely in Gambas, so fixing and enhan

Re: [Gambas-user] Issue 541 in gambas: line input bug maybe buffer size?

2014-07-27 Thread gambas
Updates: Status: Fixed Comment #2 on issue 541 by benoit.m...@gmail.com: line input bug maybe buffer size? http://code.google.com/p/gambas/issues/detail?id=541 Stupid bug fixed in revision #6398. -- You received this message because this project is configured to send all issue notif

Re: [Gambas-user] Rules for Application Repository?

2014-07-27 Thread T Lee Davidson
That makes sense, Benoît, and clarifies the issue. Thanks. On 07/27/2014 04:51 PM, Benoît Minisini wrote: > Well if it's Julio's web site, he can do what he wants on it. Initially, > I thought we were talking of ad links directly in the Gambas wiki. Of > course I'm against that. > > -- Benoît Mi

Re: [Gambas-user] Rules for Application Repository?

2014-07-27 Thread Benoît Minisini
Le 27/07/2014 22:33, T Lee Davidson a écrit : > > > On 07/27/2014 04:08 PM, Benoît Minisini wrote: >> Le 27/07/2014 21:53, T Lee Davidson a écrit : >>> >>> >>> On 07/27/2014 03:15 PM, Benoît Minisini wrote: Le 27/07/2014 21:04, Julio Sanchez a écrit : > T lee Davidson: > > http://j

Re: [Gambas-user] Rules for Application Repository?

2014-07-27 Thread ISS Boss
Well, I just attempted to get a download from the site mentioned by T. Lee and I am appalled at what happened. The first link ("Programa en Gambas3 (Nueva versión 2)" produced an otherwise blank page in a new tab that said, in effect, for XXX bucks you can advertise here. Nothin

Re: [Gambas-user] Rules for Application Repository?

2014-07-27 Thread T Lee Davidson
On 07/27/2014 04:08 PM, Benoît Minisini wrote: > Le 27/07/2014 21:53, T Lee Davidson a écrit : >> >> >> On 07/27/2014 03:15 PM, Benoît Minisini wrote: >>> Le 27/07/2014 21:04, Julio Sanchez a écrit : T lee Davidson: http://jsbsan.blogspot.com.es/2012/05/arduino-y-gambas3-lectura-y-

Re: [Gambas-user] Rules for Application Repository?

2014-07-27 Thread Benoît Minisini
Le 27/07/2014 21:53, T Lee Davidson a écrit : > > > On 07/27/2014 03:15 PM, Benoît Minisini wrote: >> Le 27/07/2014 21:04, Julio Sanchez a écrit : >>> T lee Davidson: >>> >>> http://jsbsan.blogspot.com.es/2012/05/arduino-y-gambas3-lectura-y-graficos-de.html >>> http://jsbsan.blogspot.com.es/2012/05

Re: [Gambas-user] Rules for Application Repository?

2014-07-27 Thread T Lee Davidson
On 07/27/2014 03:15 PM, Benoît Minisini wrote: > Le 27/07/2014 21:04, Julio Sanchez a écrit : >> T lee Davidson: >> >> http://jsbsan.blogspot.com.es/2012/05/arduino-y-gambas3-lectura-y-graficos-de.html >> http://jsbsan.blogspot.com.es/2012/05/gambas-y-arduino-moviendo-dos.html"; >> >> In the abse

Re: [Gambas-user] Issue 541 in gambas: line input bug maybe buffer size?

2014-07-27 Thread gambas
Updates: Status: Accepted Comment #1 on issue 541 by benoit.m...@gmail.com: line input bug maybe buffer size? http://code.google.com/p/gambas/issues/detail?id=541 (No comment was entered for this change.) -- You received this message because this project is configured to send all is

Re: [Gambas-user] Issue 542 in gambas: gb.net.smtp auth plain fails due to addtional "\r\n"

2014-07-27 Thread gambas
Updates: Status: Accepted Comment #1 on issue 542 by benoit.m...@gmail.com: gb.net.smtp auth plain fails due to addtional "\r\n" http://code.google.com/p/gambas/issues/detail?id=542 I am currently rewriting the gb.net.smtp component entirely in Gambas, so fixing and enhancing it will

Re: [Gambas-user] Rules for Application Repository?

2014-07-27 Thread Benoît Minisini
Le 27/07/2014 21:04, Julio Sanchez a écrit : > T lee Davidson: > > http://jsbsan.blogspot.com.es/2012/05/arduino-y-gambas3-lectura-y-graficos-de.html > http://jsbsan.blogspot.com.es/2012/05/gambas-y-arduino-moviendo-dos.html"; > > In the absence of donations, and my low economic resources, put adve

Re: [Gambas-user] Rules for Application Repository?

2014-07-27 Thread Julio Sanchez
T lee Davidson: http://jsbsan.blogspot.com.es/2012/05/arduino-y-gambas3-lectura-y-graficos-de.html http://jsbsan.blogspot.com.es/2012/05/gambas-y-arduino-moviendo-dos.html"; In the absence of donations, and my low economic resources, put advertising on my blogs. The downloads are free, you just h

Re: [Gambas-user] Rules for Application Repository?

2014-07-27 Thread T Lee Davidson
On 07/26/2014 01:55 PM, Benoît Minisini wrote: > Le 26/07/2014 19:46, T Lee Davidson a écrit : >> > >> >1) Would it be possible to provide a mechanism of reporting application >> >listings as, say, "spam"? > In the new wiki, I can easily blacklist some urls if needed. I just need > to know the lis

[Gambas-user] Issue 542 in gambas: gb.net.smtp auth plain fails due to addtional "\r\n"

2014-07-27 Thread gambas
Status: New Owner: Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 542 by thuga...@gmail.com: gb.net.smtp auth plain fails due to addtional "\r\n" http://code.google.com/p/gambas/issues/detail?id=542 1) Describe the problem. I hav

Re: [Gambas-user] Settings

2014-07-27 Thread Matti
Have a look at http://gambaswiki.org/wiki/comp/gb.settings for the structure of the settings file. And look at http://gambaswiki.org/wiki/comp/gb.settings/settings how to save a value. So, the syntax is Settings["High_Score/xxx"] = HighScore. Regards, Matti Am 27.07.2014 05:02, schrieb Shane: >