Re: [Gambas-user] Moving things

2009-07-25 Thread nic
Cool! Thanks! This will definitely help in my game :D thanks On Sat, Jul 25, 2009 at 3:44 AM, charlesg wrote: > > Hi > > Quick? Easy? Depends on where you are looking from :) > '-- > PUBLIC SUB btnExit_KeyPress() > SELECT CASE Key.Code >CASE Key.Up > btnE

Re: [Gambas-user] Compiling Gambas 3

2009-07-25 Thread Benoît Minisini
> Hi, > > A Little glitch when compiling gambas 3. > svn up to rev 2167 > Running mandriva 2009.0 > > [prog...@hpd1 trunk]$ ./reconf-all > [prog...@hpd1 trunk]$ ./configure -C > > I finally get: > > > THESE COMPONENTS ARE DISABLED: > > -

[Gambas-user] Compiling Gambas 3

2009-07-25 Thread Peter Landgren
Hi, A Little glitch when compiling gambas 3. svn up to rev 2167 Running mandriva 2009.0 [prog...@hpd1 trunk]$ ./reconf-all [prog...@hpd1 trunk]$ ./configure -C I finally get: THESE COMPONENTS ARE DISABLED: - gb.db.firebird - gb.db.od

Re: [Gambas-user] Moving things

2009-07-25 Thread charlesg
Hi Quick? Easy? Depends on where you are looking from :) '-- PUBLIC SUB btnExit_KeyPress() SELECT CASE Key.Code CASE Key.Up btnExit.y = btnExit.y - 10 CASE Key.Down btnExit.y = btnExit.Y + 10 END SELECT END '

Re: [Gambas-user] syntax error with File subroutine

2009-07-25 Thread Dimitris Anogiatis
Hey Richard, I'm using Gambas2 version 2.14 on a Debian Lenny distro and I just tested your code with a minor change. Print #wfile stext should be changed to Print #wfile, stext Other than that minor change everything works fine. I hope this helps Regards, Dimitris On Sat, Jul 25, 2009 at

[Gambas-user] syntax error with File subroutine

2009-07-25 Thread richard terry
this bombs in the latest gambas with syntax error and with my dyslexia and inablity to interpret the Doc's I can't figure it out, so I wondered if some kind soul could enlighten me, as it always worked prior to 2136 build and Benoit alluded to the fact that he's since fixed a compiler error (whi

Re: [Gambas-user] EXEC vs. SHELL

2009-07-25 Thread Jean-Yves F. Barbier
Doriano Blengino a écrit : > Jean-Yves F. Barbier ha scritto: >> Benoît Minisini a écrit : >> ... >> >>> Please work directly on the wiki. Things on the mailing-list won't go there >>> automagically... >>> >> I don't have a wiki account nor know the wiki's syntax. >> >> JY >> > Dear Jea

Re: [Gambas-user] EXEC vs. SHELL

2009-07-25 Thread Doriano Blengino
Jean-Yves F. Barbier ha scritto: > Benoît Minisini a écrit : > ... > >> Please work directly on the wiki. Things on the mailing-list won't go there >> automagically... >> > > I don't have a wiki account nor know the wiki's syntax. > > JY > Dear Jean-Yves, I am sorry to write this, but