Re: [Gambas-user] Property grid in IDE

2015-05-07 Thread Benoît Minisini
Le 03/05/2015 21:33, Fabien Bodard a écrit : > Benoit, > > The property grid in the IDE have a bug. > > In french localisation i must to set a float value with a comma... and > then the showed value is with a dot. I suspect the use of a Val > instead of a CFloat. It's because data is edited locali

Re: [Gambas-user] TextArea and the NUL byte

2015-05-07 Thread Benoît Minisini
Le 07/05/2015 21:48, Benoît Minisini a écrit : > Le 07/05/2015 19:38, Tobias Boege a écrit : >> Hi Benoit, >> >> we had a case where someone stumbled upon the fact that TextAreas can't >> deal properly with strings containing the ASCII NUL. In the attached >> project, I fill a TextArea with the str

Re: [Gambas-user] TextArea and the NUL byte

2015-05-07 Thread Benoît Minisini
Le 07/05/2015 19:38, Tobias Boege a écrit : > Hi Benoit, > > we had a case where someone stumbled upon the fact that TextAreas can't > deal properly with strings containing the ASCII NUL. In the attached > project, I fill a TextArea with the string "\0some string" and it gives > >txtArea.Length

Re: [Gambas-user] TextArea and the NUL byte

2015-05-07 Thread Lewis Balentine
consistency is next to godliness On 05/07/2015 12:38 PM, Tobias Boege wrote: > This is not consistent. > > Regards, > Tobi > > -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-t

[Gambas-user] TextArea and the NUL byte

2015-05-07 Thread Tobias Boege
Hi Benoit, we had a case where someone stumbled upon the fact that TextAreas can't deal properly with strings containing the ASCII NUL. In the attached project, I fill a TextArea with the string "\0some string" and it gives txtArea.Length = 12 String.Len(txtArea.Text) = 0 txtArea.

Re: [Gambas-user] Now <> Now

2015-05-07 Thread Jussi Lahtinen
http://gambaswiki.org/wiki/cat/userformat Jussi On Wed, May 6, 2015 at 5:49 PM, abbat81 wrote: > hs["banner1/last_upd"] = Now() > hs.Save > > -> > > [banner1] > last_upd="05/06/2015 18:04:22*.286*" > > I need Printed: > > Print Now() -> "05/06/2015 18:04:22" > > > > > > > > -- > View this mess