Re: [Gambas-user] Eval error

2011-09-18 Thread JUHASZ Robert
In which folder should I type this? In /usr/src/gambas2-2.23.1/ (where the source file was unpacked) ? Robi -Original Message- From: Benoît Minisini Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gambas-user] Eval error Date: Sat, 17 Sep 2011

Re: [Gambas-user] Eval error

2011-09-17 Thread Ron
ut I downloaded the source > yesterday afternoon (4PM CET) so it should be the latest one. > > Robi > > -Original Message- > From: Benoît Minisini > Reply-to: mailing list for gambas users > > To: mailing list for gambas users > Subject: Re: [Gambas-user] Eval erro

Re: [Gambas-user] Eval error

2011-09-17 Thread Benoît Minisini
> Hello, > > I don't know how to check the revision but I downloaded the source > yesterday afternoon (4PM CET) so it should be the latest one. > > Robi > When you issue an "svn update", it prints the last revision. Didn't you see it? -- Benoît Minisini -

Re: [Gambas-user] Eval error

2011-09-17 Thread JUHASZ Robert
Hello, I don't know how to check the revision but I downloaded the source yesterday afternoon (4PM CET) so it should be the latest one. Robi -Original Message- From: Benoît Minisini Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gambas

Re: [Gambas-user] Eval error

2011-09-17 Thread Benoît Minisini
> Merci Benoit! > FYI: my system is 32 bit version (ignore if not relevant). > > Robi > The bug should have been fixed in revision #4131. Please confirm, as I thought only 64 bits systems were affected. Regards, -- Benoît Minisini

Re: [Gambas-user] Eval error

2011-09-16 Thread JUHASZ Robert
Merci Benoit! FYI: my system is 32 bit version (ignore if not relevant). Robi -Original Message- From: Benoît Minisini Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gambas-user] Eval error Date: Fri, 16 Sep 2011 20:19:32 +0200 > +1 >

Re: [Gambas-user] Eval error

2011-09-16 Thread Benoît Minisini
> +1 > > I'm using Eval() in my gambas2 project too, to check event conditions > (domotica lamp on events that is) > > Like this for example: > Eval(Var_Sunset = Format(hour(Now()),"0#") & ":" & > Format(minute(DateAdd(now(), gb.Minute, 30)),"0#")) > > Some people report weird behavior with othe

Re: [Gambas-user] Eval error

2011-09-16 Thread Ron
still RC (and I suppose that I should learn and work a little to get my > programs working again). > > Robi > > -Original Message- > From: Benoît Minisini > Reply-to: mailing list for gambas users > > To: mailing list for gambas users > Subject: Re: [Ga

Re: [Gambas-user] Eval error

2011-09-16 Thread JUHASZ Robert
isini Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gambas-user] Eval error Date: Fri, 16 Sep 2011 19:03:06 +0200 > Hello Benoit, > > Finally I succeeded to install the latest version of gambas2 but I > haven't succeeded with the Ev

Re: [Gambas-user] Eval error

2011-09-16 Thread Benoît Minisini
> Hello Benoit, > > Finally I succeeded to install the latest version of gambas2 but I > haven't succeeded with the Eval function. > > 1. I installed a brand new ubuntu 10.04 in virtualbox, performed the > updates and installed gambas2 from source. > Eval works fine under 10.04 but the .deb packa

Re: [Gambas-user] Eval error

2011-09-16 Thread JUHASZ Robert
sini Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gambas-user] Eval error Date: Mon, 16 May 2011 04:21:15 +0200 > > Hello, > > > > Can anything be done with this issue? The problem is little annoying in > > the IDE but more

Re: [Gambas-user] Eval error

2011-05-16 Thread JUHASZ Robert
Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gambas-user] Eval error Date: Mon, 16 May 2011 04:21:15 +0200 > > Hello, > > > > Can anything be done with this issue? The problem is little annoying in > > the IDE but more annoying fo

Re: [Gambas-user] Eval error

2011-05-15 Thread Benoît Minisini
> > Hello, > > > > Can anything be done with this issue? The problem is little annoying in > > the IDE but more annoying for the users who upgraded to 11.04 and the > > existing Gambas programs crash if the eval function was used. > > Thanks to help if you can! > > > > Robi > > Hi, > > I have u

Re: [Gambas-user] Eval error

2011-05-15 Thread Benoît Minisini
> Hello, > > Can anything be done with this issue? The problem is little annoying in > the IDE but more annoying for the users who upgraded to 11.04 and the > existing Gambas programs crash if the eval function was used. > Thanks to help if you can! > > Robi > Hi, I have upgraded to Natty, and

Re: [Gambas-user] Eval error

2011-05-10 Thread JUHASZ Robert
Reply-to: mailing list for gambas users To: gam...@caveat.demon.co.uk, mailing list for gambas users Subject: Re: [Gambas-user] Eval error Date: Tue, 3 May 2011 11:00:38 +0200 > Yup, seems I can confirm the bug. Works OK in ubuntu 10.10, but not > 11.04. In both systems, look

Re: [Gambas-user] Eval error

2011-05-03 Thread Benoît Minisini
> Yup, seems I can confirm the bug. Works OK in ubuntu 10.10, but not > 11.04. In both systems, looking at Application.Env I get: > > GDM_LANG: en_US.utf8 and > LANG: en_US.utf8 > > Regards, > Caveat > I can't test on Natty. Does someone else confirm this strange problem? -- Benoît Minisini

Re: [Gambas-user] Eval error

2011-04-28 Thread Caveat
changed nothing else. > > Robi > > -Original Message- > From: Caveat > Reply-to: gam...@caveat.demon.co.uk, mailing list for gambas users > > To: mailing list for gambas users > Subject: Re: [Gambas-user] Eval error > Date: Thu, 28 Apr 2011 09:25:47 +0200

Re: [Gambas-user] Eval error

2011-04-28 Thread JUHASZ Robert
Yes, it's beta and I only did the upgrade, changed nothing else. Robi -Original Message- From: Caveat Reply-to: gam...@caveat.demon.co.uk, mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gambas-user] Eval error Date: Thu, 28 Apr 2011 09:25:47 +0200

Re: [Gambas-user] Eval error

2011-04-28 Thread Caveat
11.04 is officially out (sometime) today, so I guess you're using a beta right now. You haven't changed locales along with upgrading, have you? On Thu, 2011-04-28 at 09:15 +0200, JUHASZ Robert wrote: > Hello, > > I recently upgraded to ubuntu 11.04. My Gambas is 2.21. > The eval function worked

[Gambas-user] Eval error

2011-04-28 Thread JUHASZ Robert
Hello, I recently upgraded to ubuntu 11.04. My Gambas is 2.21. The eval function worked well on 10.10 and before. Now Eval("1/2") gives good results (works with integers) but Eval("1.2/2") gives a syntax error (it seems not working with floats). Robi -