Re: [Gambas-user] Issue 337 in gambas: Histo channels Red & Blue are swapped over?

2012-10-23 Thread gambas
Comment #4 on issue 337 by stevedav...@gmail.com: Histo channels Red & Blue are swapped over? http://code.google.com/p/gambas/issues/detail?id=337 OK, I've just updated and tried my code. Unfortunately, red & blue still appear to be swapped. According to Synaptic, my Gambas version now appea

Re: [Gambas-user] Changed behaviour of IsDate?? in latest revision

2012-10-23 Thread Jussi Lahtinen
$ LANG=fr_FR.utf8 LC_TIME=fi_FI.utf8 gbx3 -e 'IsDate("2488329.65453707")' True $ LANG=fr_FR.utf8 LC_TIME=en_US.utf8 gbx3 -e 'IsDate("2488329.65453707")' False Jussi On Tue, Oct 23, 2012 at 10:09 PM, Jussi Lahtinen wrote: > I have no clue how this can have effect on using France language packag

Re: [Gambas-user] Changed behaviour of IsDate?? in latest revision

2012-10-23 Thread Jussi Lahtinen
But with fully using Finnish... $ LANG=fi_FI.utf8 LC_TIME=fi_FI.utf8 gbx3 -e 'IsDate("2488329.65453707")' False Jussi On Tue, Oct 23, 2012 at 10:15 PM, Jussi Lahtinen wrote: > $ LANG=fr_FR.utf8 LC_TIME=fi_FI.utf8 gbx3 -e 'IsDate("2488329.65453707")' > True > $ LANG=fr_FR.utf8 LC_TIME=en_US.ut

Re: [Gambas-user] Changed behaviour of IsDate?? in latest revision

2012-10-23 Thread Jussi Lahtinen
I have no clue how this can have effect on using France language package! But to make clear, by problems I mean this command: $ LANG=fr_FR.utf8 gbx3 -e 'IsDate("2488329.65453707")' True So, fully using en_US.UTF-8, that command returns False. Jussi On Tue, Oct 23, 2012 at 10:06 PM, Jussi Laht

Re: [Gambas-user] Changed behaviour of IsDate?? in latest revision

2012-10-23 Thread Jussi Lahtinen
OK. This problem may have started because I installed Finnish language package. If I change my language setup, problem vanishes. This setup doesn't cause problems: $ locale LANG=en_US.UTF-8 LANGUAGE=en LC_CTYPE="en_US.UTF-8" LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE="en_US.UTF-8" LC_M

Re: [Gambas-user] Changed behaviour of IsDate?? in latest revision

2012-10-23 Thread Jussi Lahtinen
> Note that "fr_FR.utf8" is not a valid value for $LANG on my Ubuntu. It > should be "fr_FR.UTF-8". I can't say more at the moment. > It seems to be valid. Translations tests I have made accept that perfectly well. $ LANG=fr_FR.utf8 gbx3 -e 'IsDate("2488329.65453707")' True $ LANG=fr_FR.UTF-8 gbx

Re: [Gambas-user] Changed behaviour of IsDate?? in latest revision

2012-10-23 Thread Benoît Minisini
Le 23/10/2012 15:28, Jussi Lahtinen a écrit : >> I can't reproduce that: >> >> $ LANG=fr_FR.utf8 gbx3 -e 'IsDate("2488329.65453707")' >> False >> > > Strange, that same command gives True with my system... I'm out of time, > but I will look this issue more closely at evening. > Any hints where to l

[Gambas-user] Issue 339 in gambas: DataSource.Table does not read tables with non-lowercase names (PostgreSQL)

2012-10-23 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 339 by schatten.markus: DataSource.Table does not read tables with non-lowercase names (PostgreSQL) http://code.google.com/p/gambas/issues/detail?id=339 If a table has a

Re: [Gambas-user] gb.task... any example ?

2012-10-23 Thread Ru Vuott
> Da: Ivan Kern > Oggetto: Re: [Gambas-user] gb.task... any example ? > A: "'mailing list for gambas users'" > Data: Martedì 23 ottobre 2012, 07:32 > Here you are. > > Ivan > Thanks but the project is empty (no form, no class). bye vuo ---

Re: [Gambas-user] Changed behaviour of IsDate?? in latest revision

2012-10-23 Thread Jussi Lahtinen
> I can't reproduce that: > > $ LANG=fr_FR.utf8 gbx3 -e 'IsDate("2488329.65453707")' > False > Strange, that same command gives True with my system... I'm out of time, but I will look this issue more closely at evening. Any hints where to look? Jussi --

Re: [Gambas-user] Changed behaviour of IsDate?? in latest revision

2012-10-23 Thread Benoît Minisini
Le 23/10/2012 14:53, Jussi Lahtinen a écrit : > In my computer with LANG set to en_US.utf8, en_GB.utf8 or fi_FI.utf8 yields; > ? IsDate("2488329.65453707") > False > > But with fr_FR.utf8 I got True. > I have no idea about date formats of France, but that seems to be error. > > Revision 5250 @ Xubu

[Gambas-user] Changed behaviour of IsDate?? in latest revision

2012-10-23 Thread Jussi Lahtinen
In my computer with LANG set to en_US.utf8, en_GB.utf8 or fi_FI.utf8 yields; ? IsDate("2488329.65453707") False But with fr_FR.utf8 I got True. I have no idea about date formats of France, but that seems to be error. Revision 5250 @ Xubuntu 12.04 64bit Jussi -

Re: [Gambas-user] ValueBox - Strange behavior

2012-10-23 Thread Benoît Minisini
Le 23/10/2012 07:12, Gregor Burck a écrit : > Hi, > > I test ValueBox and there is a strange behavior: > > When the value is 0 the box doen't show anything. Only when got focus '0,00 €' > is shown. > The same when i set 0,00 to text or value. > > Is this a bug? > > Gregor > No, this is by design.