Re: [Gambas-user] ERROR with rev. #6216 !!!

2014-03-30 Thread Ru Vuott
Well, now it works. Bye vuo Lun 31/3/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] ERROR with rev. #6216 !!! A: "mailing list for gambas users" Data: Lunedì 31 marzo 2014, 02:46 Le 30/03/2014 23:23, Ru Vuott a écrit

Re: [Gambas-user] ERROR with rev. #6216 !!!

2014-03-30 Thread Benoît Minisini
Le 30/03/2014 23:23, Ru Vuott a écrit : > Hello, > > I updated my Gambas-3; but when I try to run it, a notice-window appears: > > " This aplication has raised an unexpected error and must abort. > [17] 'Expander.Border' is not a property. > FImageProperty.FImageProperty.0 " > > :-( > > Reg

[Gambas-user] ERROR with rev. #6216 !!!

2014-03-30 Thread Ru Vuott
Hello, I updated my Gambas-3; but when I try to run it, a notice-window appears: " This aplication has raised an unexpected error and must abort. [17] 'Expander.Border' is not a property. FImageProperty.FImageProperty.0 " :-( Regards vuott

Re: [Gambas-user] GAMBAS Executable

2014-03-30 Thread bo...@bell.net
Thanks - works like a charm! M On 14-03-29 05:16 PM, Jussi Lahtinen wrote: > Choose from menu: > Project --> Make --> Executable > > You are prompted to give path and name for your executable (example > something.gambas). > > If compilation doesn't return error, then it is successful. It wil

Re: [Gambas-user] Gambas Datasource Control

2014-03-30 Thread Benoît Minisini
Le 30/03/2014 13:23, Nigel Verity a écrit : > Hi Benoit > > I have tested the .validate() event of the datacontrol. It meets my > requirement to test and modify the data entered in the control but is > there any way to abandon the save entirely if certain criteria are > not met? > > Thanks > > Nige

Re: [Gambas-user] Gambas Datasource Control

2014-03-30 Thread Nigel Verity
Hi Benoit I have tested the .validate() event of the datacontrol. It meets my requirement to test and modify the data entered in the control but is there any way to abandon the save entirely if certain criteria are not met? Thanks Nige Date: Fri, 28 Mar 2014 16:41:07 +0100 From: Beno?t Min

Re: [Gambas-user] Issue 517 in gambas: JSON.Decode incorrectly converts Integer data-type to Float

2014-03-30 Thread gambas
Comment #7 on issue 517 by benoit.m...@gmail.com: JSON.Decode incorrectly converts Integer data-type to Float http://code.google.com/p/gambas/issues/detail?id=517 Mmm... JSON does not require that, so you want to use JSON for something it was not thought. Of course I can do that, but I'm not

Re: [Gambas-user] Issue 517 in gambas: JSON.Decode incorrectly converts Integer data-type to Float

2014-03-30 Thread gambas
Comment #6 on issue 517 by uale...@gmail.com: JSON.Decode incorrectly converts Integer data-type to Float http://code.google.com/p/gambas/issues/detail?id=517 @Benoit: Currently a Gambas datatype float is written in json as: { "value": 2.2 } { "value": 2.5 } { "value": 2 } Can the "2" also be