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

2012-04-25 Thread charlesg
kevinfishburne wrote: I just tested gb3's memory consumption with the world generator for my game it it uses about 70 MB of RAM just to load the project. Gambas apps may not consume RAM but I seem to remember that Gambas itself will not compile an app if the m/c does not have 384Mb.

Re: [Gambas-user] Can't see array contents in the debugger any more?

2012-04-25 Thread Bruce Bruen
On Tue, 2012-04-24 at 14:15 +0200, Benoît Minisini wrote: Le 14/04/2012 11:58, Bruce Bruen a écrit : On Fri, 2012-04-13 at 18:17 +0930, Bruce Bruen wrote: Some days ago I updated to rev4607, since then I can't see the contents of arrays in the debugger. It displays the array class instead.

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

2012-04-25 Thread Fabien Bodard
2012/4/25 charlesg char...@pearceshardware.co.uk: kevinfishburne wrote:  I just tested gb3's memory consumption with the world generator for my game it it uses about 70 MB of RAM just to load the project. Gambas apps may not consume RAM but I seem to remember that Gambas itself will not

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

2012-04-25 Thread Benoît Minisini
Le 25/04/2012 10:51, Fabien Bodard a écrit : 2012/4/25 charlesgchar...@pearceshardware.co.uk: kevinfishburne wrote: I just tested gb3's memory consumption with the world generator for my game it it uses about 70 MB of RAM just to load the project. Gambas apps may not consume RAM but I

Re: [Gambas-user] Can't see array contents in the debugger any more?

2012-04-25 Thread Benoît Minisini
Le 25/04/2012 10:27, Bruce Bruen a écrit : And if you click on the lamp icon in the debugger watch window? Well, as of 4653 this problem has gone away. Magic?? To answer your question, what I got was a very skinny (thin? emaciated? narrow?) row underneath the Bounds row (about 1mm high)

Re: [Gambas-user] Screen positions vary with resolution

2012-04-25 Thread Benoît Minisini
Le 17/04/2012 08:36, Rolf-Werner Eilert a écrit : Good morning Benoit, After thinking this over and trying around a bit this morning, I guess I finally understood (sometimes I'm somewhat slow :-) ) With the higher resolution the fonts are enlarged to keep everything comfortable and

Re: [Gambas-user] Issue 244 in gambas: Several qt components ignores color.foreground property

2012-04-25 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 244 by benoit.m...@gmail.com: Several qt components ignores color.foreground property http://code.google.com/p/gambas/issues/detail?id=244 (No comment was entered for this change.)

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

2012-04-25 Thread Fabien Bodard
Le 25 avril 2012 10:57, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 25/04/2012 10:51, Fabien Bodard a écrit : 2012/4/25 charlesgchar...@pearceshardware.co.uk: kevinfishburne wrote:   I just tested gb3's memory consumption with the world generator for my game it it uses about

Re: [Gambas-user] Issue 243 in gambas: (WHISH) Allow to set header color in gridview

2012-04-25 Thread gambas
Updates: Status: NeedsInfo Labels: -Version -Type-Bug -Priority-Medium Version-TRUNK Type-Enhancement Priority-Low Comment #1 on issue 243 by benoit.m...@gmail.com: (WHISH) Allow to set header color in gridview http://code.google.com/p/gambas/issues/detail?id=243 Are the

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

2012-04-25 Thread gambas
Comment #2 on issue 245 by benoit.m...@gmail.com: Wrong behaviour in desktop.w and screen.w on dual head? http://code.google.com/p/gambas/issues/detail?id=245 I think now you should use the Screen and Screens classes. Screens.Count gives you the number of screens, and Screens[] returns a

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

2012-04-25 Thread gambas
Comment #3 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 Oh wow, i totally missed the screens class, i think i can manage to get the same info as before with it, but i'm pretty sure the generic

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

2012-04-25 Thread charlesg
Fabien Bodard-4 wrote: but how to get one of these machines? I have emailed Raspberry Pi to see if they have any development kits. Standing in RS Components or Premier Farnell queue would I fear take forever. -- View this message in context:

Re: [Gambas-user] Issue 244 in gambas: Several qt components ignores color.foreground property

2012-04-25 Thread gambas
Comment #3 on issue 244 by kokok...@gmail.com: Several qt components ignores color.foreground property http://code.google.com/p/gambas/issues/detail?id=244 Well, i'm sure i cannot change fileview foreground color, even from the ide it doesn't. And i've to add listbox to the list. Attached

Re: [Gambas-user] Issue 243 in gambas: (WHISH) Allow to set header color in gridview

2012-04-25 Thread gambas
Comment #2 on issue 243 by kokok...@gmail.com: (WHISH) Allow to set header color in gridview http://code.google.com/p/gambas/issues/detail?id=243 i wrote very bad, my fault, it is not the header to be not visible, but the text over it. I'll compile and try #4671 by tomorrow, thanks.

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-25 Thread Adrien Prokopowicz
Le lundi 23 avril 2012 18:47:10 Charlie Reinl a écrit : Am Montag, den 23.04.2012, 00:39 +0200 schrieb Adrien Prokopowicz: Le dimanche 22 avril 2012 23:39:27 Charlie Reinl a écrit : Salut Adrien, works better since rev #4657. but I get a signal 6 at the seconde Out =

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-25 Thread Adrien Prokopowicz
Le lundi 23 avril 2012 01:14:25 Caveat a écrit : I'm now on 4659... = Is FromString available in the new gb.xml or not? = Yes it is, since the rev #4673.

Re: [Gambas-user] Issue 244 in gambas: Several qt components ignores color.foreground property

2012-04-25 Thread gambas
Comment #5 on issue 244 by pierre.g...@gmail.com: Several qt components ignores color.foreground property http://code.google.com/p/gambas/issues/detail?id=244 Fixed in revision #4674. -- Live Security Virtual

Re: [Gambas-user] Issue 244 in gambas: Several qt components ignores color.foreground property

2012-04-25 Thread gambas
Updates: Status: Fixed Comment #6 on issue 244 by benoit.m...@gmail.com: Several qt components ignores color.foreground property http://code.google.com/p/gambas/issues/detail?id=244 Fixed in revision #4674.

[Gambas-user] PhotoTouch example

2012-04-25 Thread Karl Reinl
Salut, this is destined to the author of PhotoTouch. Please test you project with a new user and nothing (no camera) attached to the computer. Because like that it crashes. Thanks -- Amicalement Charlie -- Live

Re: [Gambas-user] PhotoTouch example

2012-04-25 Thread Benoît Minisini
Le 25/04/2012 13:56, Karl Reinl a écrit : Salut, this is destined to the author of PhotoTouch. Please test you project with a new user and nothing (no camera) attached to the computer. Because like that it crashes. Thanks Do you have more details ? -- Benoît Minisini

Re: [Gambas-user] PhotoTouch example

2012-04-25 Thread Ron
On 25-4-2012 15:40, Benoît Minisini wrote: Le 25/04/2012 13:56, Karl Reinl a écrit : Salut, this is destined to the author of PhotoTouch. Please test you project with a new user and nothing (no camera) attached to the computer. Because like that it crashes. Thanks Do you have more

Re: [Gambas-user] Regular Expressions :: Error with gb.pcre component

2012-04-25 Thread Benoît Minisini
Le 25/04/2012 18:58, Daniel Quintero a écrit : Hello, I have an error in this line of code when I use the \s constant in the pattern: re = New Regexp(sText, span\s([^]*)) If I use span([^]*) (Without the \s) I have no error. The error occurs when I press the F5 function key to

[Gambas-user] Fwd: I must take a break

2012-04-25 Thread Benoît Minisini
Message original Sujet: I must take a break Date : Wed, 25 Apr 2012 17:31:00 +0200 De :Dag-Jarle Johansen dag.jarle.johan...@gmail.com Pour : gam...@users.sourceforge.net hi all of you! as programming all kind of stuff has bin my favourite over 35 years (besides

Re: [Gambas-user] Regular Expressions :: Error with gb.pcre component

2012-04-25 Thread Daniel Quintero
Mmm, I updated my Gambas 3.1 last week, I don't know exactly what revision is, but is recent. Ok, I will fix my code. Thanks. *_* *Lic. Daniel Quintero Rojas* http://www.dquinter.com.mx http://futbol.dquinter.com.mx http://twitter.com/#!/dquinteror *¡Saludos

[Gambas-user] Regexp based highlighting

2012-04-25 Thread tobi
Hi, it's some time since I last used the Highlight class together with the gb.qt4.ext Editor and I personally found it quite painful in the beginning. I hope, I did nothing wrong when I constructed a large Editor_Highlight() handler? However, my question is about a Regexp based Highlighting.

Re: [Gambas-user] Bug with Format(GB.MediumTime)

2012-04-25 Thread Benoît Minisini
Le 25/04/2012 20:33, Adrien Prokopowicz a écrit : Hi, I use the Format() function, to make dates and times consistent, whatever the locale I use. Bun I have a problem in French with the gb.MediumTime constant, here is what it returns : ?Format(Now, GB.ShortTime) 20:26 ?Format(Now,

Re: [Gambas-user] Regexp based highlighting

2012-04-25 Thread Benoît Minisini
Le 25/04/2012 20:24, tobi a écrit : Hi, it's some time since I last used the Highlight class together with the gb.qt4.ext Editor and I personally found it quite painful in the beginning. I hope, I did nothing wrong when I constructed a large Editor_Highlight() handler? However, my

Re: [Gambas-user] PhotoTouch example

2012-04-25 Thread Charlie Reinl
Am Mittwoch, den 25.04.2012, 15:40 +0200 schrieb Benoît Minisini: Le 25/04/2012 13:56, Karl Reinl a écrit : Salut, this is destined to the author of PhotoTouch. Please test you project with a new user and nothing (no camera) attached to the computer. Because like that it crashes.

Re: [Gambas-user] New XML component

2012-04-25 Thread Caveat
Thanks Adrien! Your change has inspired me to go through and re-check the logic of my XMLParserToModel class and I have made a few changes to tighten up on checking the reader.Node for NULL and to implement the change you suggested (check state of the reader for EndElement instead of checking for

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

2012-04-25 Thread gambas
Comment #5 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 Eureka: user@Nokia-N800-43-7:/media/data/user/gamba/gambas3-3.1.1$ gcc testpow.c user@Nokia-N800-43-7:/media/data/user/gamba/gambas3-3.1.1$ ./a.out 8

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

2012-04-25 Thread gambas
Comment #6 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 Removing the powl() definitin results in the IDE loading a load of files and it ends in: Breakpoint 2, CLASS_load_without_init (class=0x10ec6c) at

Re: [Gambas-user] Issue 239 in gambas: Hide columns in tableview

2012-04-25 Thread gambas
Comment #4 on issue 239 by flynetin...@gmail.com: Hide columns in tableview http://code.google.com/p/gambas/issues/detail?id=239 In my version of ubuntu 11.04. the tableview is not working properly. Attached project with tableview. When you run, the columns that should be hidden or displayed

[Gambas-user] Gambas 3 on Raspberry Pi

2012-04-25 Thread 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. -- Benoît Minisini attachment:

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

2012-04-25 Thread gambas
Comment #7 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM http://code.google.com/p/gambas/issues/detail?id=242 gamba3 runs after a recompile and install. I restored the config.h and I'm now doing a recompile with gbx_match.c changed to: ... #ifndef __arm__ #ifndef