Re: [Gambas-user] Property grid in IDE

2015-05-08 Thread Benoît Minisini
Le 08/05/2015 10:54, Fabien Bodard a écrit : >> - I suggest removing one of the two mouse modes and keeping the >> "immediate" mode only, when clicking in the widget jumps to the value. >> No relative mode. > > I think i'll prefere to add an option for that. > > "AllowFineScale" > > Disabled by def

Re: [Gambas-user] Property grid in IDE

2015-05-08 Thread Fabien Bodard
2015-05-08 8:42 GMT+02:00 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 >> ins

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

[Gambas-user] Property grid in IDE

2015-05-03 Thread Fabien Bodard
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. I think you will see the problem by playing with my last widget... Sorry... i've adding it