Re: [Gambas-user] gb3: incorrect solution to If...Then condition

2012-04-26 Thread Benoît Minisini
Le 27/04/2012 05:08, Kevin Fishburne a écrit : > I'm using the latest build and have this code: > > If Zoom.Adjustment * 0.5>= Zoom.Maximum Then > Zoom.Adjustment = Zoom.Adjustment * 0.5 > Endif > > Zoom.Adjustment and Zoom.Maximum are both singles. Zoom.Adjustment is 1 > and Zoom.Max

[Gambas-user] gb3: incorrect solution to If...Then condition

2012-04-26 Thread Kevin Fishburne
I'm using the latest build and have this code: If Zoom.Adjustment * 0.5 >= Zoom.Maximum Then Zoom.Adjustment = Zoom.Adjustment * 0.5 Endif Zoom.Adjustment and Zoom.Maximum are both singles. Zoom.Adjustment is 1 and Zoom.Maximum is 0.5. The expression with these values returns False,

Re: [Gambas-user] gambas3 library pathes

2012-04-26 Thread Benoît Minisini
Le 25/04/2012 21:31, Willy Raets a écrit : > On wo, 2012-04-25 at 20:55 +0200, Benoît Minisini wrote: >> dpkg -i testlibapp_0.0.1-1_all.deb > > Hi Benoît, > > Tried it with little success. Still complains about mylib not being > installed. see attached screenshot. > Does it work on your distributio

Re: [Gambas-user] Gambas 3 runs on Raspberry Pi

2012-04-26 Thread Fabien Bodard
Le 26 avril 2012 18:02, Benoît Minisini a écrit : > Hi, > > The Raspberry system was emulated through QEMU. Compilation takes hours. > X11 Display was forwarded to the host machine. Everything is sluggish. > > But it works, and it's cool. :-) > > If you want to try, use the very last development

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Ron
I have some users of my project asking if it will run on RaspberryPi already. It's the ultimate home automation 'server' so I can understand their eager to get it running. In the mean time I continue porting my software to Gambas3, but please put it somewhere on your to do list. Thanks. Regards, Ro

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Benoît Minisini
Le 26/04/2012 18:36, Ron a écrit : > Gambas2 already runned on ARM before, so it doesn't seem to be much work to > get it running or am I mistaken? > I will try to compile it, but that needs some backport from Gambas 3 to remove the use of "long double", and I don't have the time now to deep int

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread gambas
Comment #11 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 Yes, compiling takes a while. Ok, removing the long double functions will solve the ARM issue in an elegant and efficient way. I consider the issue closed no

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Ron
Gambas2 already runned on ARM before, so it doesn't seem to be much work to get it running or am I mistaken? Regards, Ron_2nd Op 26 apr. 2012 18:05 schreef het volgende: > Updates: >Status: WontFix > > Comment #10 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on > Debian ARM >

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread gambas
Updates: Status: WontFix Comment #10 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 I finally succeeded in running the Gambas 3 IDE on a Raspberry Pi QEMU emulator. So I don't think I will fix Gambas 2. Now

Re: [Gambas-user] Gambas 3 on Raspberry Pi

2012-04-26 Thread Jussi Lahtinen
Opens interesting opportunities... good work! Jussi 2012/4/26 Benoît Minisini > At least the interpreter and the compiler compile correctly (with only one > strange warning). > > I will try to continue on compiling Gambas, but the QEMU ARM emulator is > very slow, so it takes hours. > > -- >

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread gambas
Comment #9 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 I'm currently trying to compile Gambas 3 with QEMU, but it takes hours and hours. I have removed all "long double" functions, as they are not used anymore in

Re: [Gambas-user] Issue 245 in gambas: Wrong behaviour in desktop.w and screen.w on dual head?

2012-04-26 Thread gambas
Comment #4 on issue 245 by kokok...@gmail.com: Wrong behaviour in desktop.w and screen.w on dual head? http://code.google.com/p/gambas/issues/detail?id=245 I ended up in using the following code, it seems to mimic the previous desktop.h and desktop.w behaviour. However, it could fail in some

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Girard Henri
Old daemons keep fermly ! Le 26/04/2012 08:02, charlesg a écrit : > > charlesg wrote: >> I have emailed Raspberry Pi to see if they have any development kits. >> > I have received a very polite reply from Eben Upton telling me to join the > queue! > > Thinking about it, I suspect the ex-Director o

Re: [Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM

2012-04-26 Thread Caveat
I have a Raspberry Pi on order... but no idea yet how long before it will be fulfilled. Once it arrives, of course one of my first tasks will be to try out Gambas on it :-D Are you one of the lucky few who actually has one Benoit? Anyone else on the list with one already? Regards, Caveat On