Re: [Gambas-user] Feature suggestion: GAMBAS optional runtime auto-update

2014-08-24 Thread Alexie
To jump in the auto-update, but now from application side ... Does anybody has written a Gambas project, which can auto-update itself from a website (e.g. download gz/tar or git/svn) and restart itself? 2014-08-24 22:36 GMT+02:00 Willy Raets : > On zo, 2014-08-24 at 15:12 -0400, Kevin Fishburn

[Gambas-user] Need help! (Pedido de ajuda)

2014-08-24 Thread Hamilton Junior
Good night. I need to create a RSS reader program in Gambas. Explaning: i need to create a database with the news of the last 15 days, and put it on a database. The RSS readline is exactly i need. How can I access a RSS server, download the news and put it inside a database? Well, if anyone coul

Re: [Gambas-user] Feature suggestion: GAMBAS optional runtime auto-update

2014-08-24 Thread Willy Raets
On zo, 2014-08-24 at 15:12 -0400, Kevin Fishburne wrote: > On 08/23/2014 09:22 AM, Willy Raets wrote: > > On vr, 2014-08-22 at 19:51 -0400, Kevin Fishburne wrote: > >> In the interest of accessibility to a stable version of the GAMBAS > >> runtime without requiring users to add a PPA or drop to the

Re: [Gambas-user] [Gambas-devel-svn] SF.net SVN: gambas:[6414] gambas/trunk

2014-08-24 Thread Tobias Boege
On Sun, 03 Aug 2014, Tobias Boege wrote: > On Sat, 02 Aug 2014, gam...@users.sourceforge.net wrote: > > Revision: 6414 > > http://sourceforge.net/p/gambas/code/6414 > > Author: gambas > > Date: 2014-08-02 22:50:08 + (Sat, 02 Aug 2014) > > Log Message: > > --- > > [...] >

Re: [Gambas-user] Feature suggestion: GAMBAS optional runtime auto-update

2014-08-24 Thread Kevin Fishburne
On 08/23/2014 09:22 AM, Willy Raets wrote: > On vr, 2014-08-22 at 19:51 -0400, Kevin Fishburne wrote: >> In the interest of accessibility to a stable version of the GAMBAS >> runtime without requiring users to add a PPA or drop to the command >> line, I think it may be useful to add an "auto-update

Re: [Gambas-user] Issue 551 in gambas: IsInteger does not match Cint capabilities

2014-08-24 Thread gambas
Updates: Status: WontFix Labels: -Version Version-3.5.0 Comment #1 on issue 551 by benoit.m...@gmail.com: IsInteger does not match Cint capabilities https://code.google.com/p/gambas/issues/detail?id=551 IsInteger() is the counterpart of Val(), not CInt(). Maybe I should warn a

[Gambas-user] Issue 551 in gambas: IsInteger does not match Cint capabilities

2014-08-24 Thread gambas
Status: New Owner: gambas...@gmail.com Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 551 by gambas...@gmail.com: IsInteger does not match Cint capabilities https://code.google.com/p/gambas/issues/detail?id=551 1) Describe the problem. For

Re: [Gambas-user] R: Key events don't work on gb.gtk

2014-08-24 Thread Jesus
El 23/08/14 a las #4, Benoît Minisini escribió: > Le 23/08/2014 10:07, Jesus a écrit : > >> Hi Benoît >> >> This is the console output after hitting some keys: >> > > ... >> >> Hope this helps >> >> Regards >> > > Can you try revision #6424 and tell me if the bug is now fixed for you? > It works