Re: [Gambas-user] how to exiting gracefully from an SDL/OpenGL program

2013-02-10 Thread Laurent Carlier
Le dimanche 10 février 2013 02:26:32 Kevin Fishburne a écrit : I've read the comments about not using Quit when closing a non-console application, including the suggestion that the main form be closed in order to terminate execution. How do you close an SDL/OpenGL program? The main procedure

Re: [Gambas-user] Issue 402 in gambas: String charset is screwed up if the MySQL connection is temporary lost

2013-02-10 Thread gambas
Updates: Status: Fixed Comment #4 on issue 402 by benoit.m...@gmail.com: String charset is screwed up if the MySQL connection is temporary lost http://code.google.com/p/gambas/issues/detail?id=402 Fixed in revision #5539, and merged in 3.4.0 version!

Re: [Gambas-user] Issue 404 in gambas: [gb.net.curl] Executing Post() with an empty string gives error

2013-02-10 Thread gambas
Comment #1 on issue 404 by benoit.m...@gmail.com: [gb.net.curl] Executing Post() with an empty string gives error http://code.google.com/p/gambas/issues/detail?id=404 Didn't know... What's the need of doing a POST request with no message body?

Re: [Gambas-user] Issue 404 in gambas: [gb.net.curl] Executing Post() with an empty string gives error

2013-02-10 Thread gambas
Updates: Status: Accepted Comment #2 on issue 404 by benoit.m...@gmail.com: [gb.net.curl] Executing Post() with an empty string gives error http://code.google.com/p/gambas/issues/detail?id=404 (No comment was entered for this change.)

Re: [Gambas-user] how to exiting gracefully from an SDL/OpenGL program

2013-02-10 Thread Benoît Minisini
Le 10/02/2013 10:57, Laurent Carlier a écrit : Le dimanche 10 février 2013 02:26:32 Kevin Fishburne a écrit : I've read the comments about not using Quit when closing a non-console application, including the suggestion that the main form be closed in order to terminate execution. How do you

Re: [Gambas-user] Issue 404 in gambas: [gb.net.curl] Executing Post() with an empty string gives error

2013-02-10 Thread gambas
Updates: Status: Fixed Comment #3 on issue 404 by benoit.m...@gmail.com: [gb.net.curl] Executing Post() with an empty string gives error http://code.google.com/p/gambas/issues/detail?id=404 It should be fixed in revision #5542. Can you confirm?

Re: [Gambas-user] Issue 387 in gambas: Gridview crreated by adding rows does not scroll

2013-02-10 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-3.3.0 Comment #1 on issue 387 by benoit.m...@gmail.com: Gridview crreated by adding rows does not scroll http://code.google.com/p/gambas/issues/detail?id=387 GridView has been rewritten in Gambas 3.4.0. Can you tell me if it

Re: [Gambas-user] Issue 399 in gambas: SaveFile in GB.form.dialog uses folder for filename

2013-02-10 Thread gambas
Comment #1 on issue 399 by john.aaron.r...@gmail.com: SaveFile in GB.form.dialog uses folder for filename http://code.google.com/p/gambas/issues/detail?id=399 I forgot to attach a file for my PC's spec. PS issue was on Gambas 3..3.4: still present on Gambas 3.4.0. Attachments:

Re: [Gambas-user] Dir() function is not reliable

2013-02-10 Thread Benoît Minisini
Le 10/02/2013 17:42, M. Cs. a écrit : Hi I am working on a batch renamer called Nevezz. The most serious issue I have is that it is not listing the content of a folder properly. The problem is situated at method DirView1_Click(). There are no runtime errors, yet the content is sometimes not

Re: [Gambas-user] Dir() function is not reliable

2013-02-10 Thread Benoît Minisini
Le 10/02/2013 18:34, Benoît Minisini a écrit : Le 10/02/2013 17:42, M. Cs. a écrit : Hi I am working on a batch renamer called Nevezz. The most serious issue I have is that it is not listing the content of a folder properly. The problem is situated at method DirView1_Click(). There are no

Re: [Gambas-user] Dir() function is not reliable

2013-02-10 Thread M. Cs.
Hi Benoit! I am using Gambas3 v. 3.3.4 from Kendek's PPA. I do expect from the Dir() function to to list the content of a folder and to put the hits into a GridView. In most of the cases it works, but then I am running into a situation where I try to open a folder, and list its content, it won't

Re: [Gambas-user] Issue 404 in gambas: [gb.net.curl] Executing Post() with an empty string gives error

2013-02-10 Thread gambas
Comment #4 on issue 404 by sebi...@gmail.com: [gb.net.curl] Executing Post() with an empty string gives error http://code.google.com/p/gambas/issues/detail?id=404 There are some cases where OAuth authentication requires so [0]. It is fixed now. Thanks! [0]

Re: [Gambas-user] Dir() function is not reliable

2013-02-10 Thread Benoît Minisini
Le 10/02/2013 20:01, M. Cs. a écrit : Hi Benoit! I am using Gambas3 v. 3.3.4 from Kendek's PPA. I do expect from the Dir() function to to list the content of a folder and to put the hits into a GridView. In most of the cases it works, but then I am running into a situation where I try to open

[Gambas-user] gb.ncurses rewrite and Pong example

2013-02-10 Thread Tobias Boege
Hi, I have committed (rev#5543) a rewrite (roughly speaking) of gb.ncurses together with a sample Pong game. This is just FYI and if someone has a better icon for it, don't hesitate ;-) The component has been marked Unfinished as there are only some additions to already existing classes planned

Re: [Gambas-user] Issue 387 in gambas: Gridview crreated by adding rows does not scroll

2013-02-10 Thread Denis Crowther
On 02/11/2013 03:08 AM, gam...@googlecode.com wrote: Updates: Status: NeedsInfo Labels: -Version Version-3.3.0 Comment #1 on issue 387 by benoit.m...@gmail.com: Gridview crreated by adding rows does not scroll http://code.google.com/p/gambas/issues/detail?id=387 GridView has

Re: [Gambas-user] Pre-release of gambas 3.4

2013-02-10 Thread Benoît Minisini
Le 10/02/2013 01:49, Olivier Cruilles a écrit : This is the project. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 10 févr. 2013 à 01:33, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 04/02/2013 20:07, Olivier Cruilles a écrit : Benoit, Bon après