Re: [Gambas-user] Value box for numeric values

2009-09-04 Thread Benoît Minisini
> Hi gambas users. > It seems to me that it is impossible to enter a number in > scientific notation in a value box. It does not accept > "E" or "D" letters which are used to separate exponent. > So value as 1.0E-1 is illegal. If it is so, it must be treated as a bug ! > Or am I doing something wro

Re: [Gambas-user] Qt4 and Scaled property

2009-09-04 Thread Benoît Minisini
> Hi! > I just updated Gambas3 to revision 2310 (BTW. What is gb.image.imlib? > [it's disabled]). > So I just moved from Qt3 to Qt4, and now I have problems with couple of > forms. They are much bigger than with old Qt3, they don't even fit to my > screen! Problem forms had property Scaled = True.

[Gambas-user] Qt4 and Scaled property

2009-09-04 Thread Jussi Lahtinen
Hi! I just updated Gambas3 to revision 2310 (BTW. What is gb.image.imlib? [it's disabled]). So I just moved from Qt3 to Qt4, and now I have problems with couple of forms. They are much bigger than with old Qt3, they don't even fit to my screen! Problem forms had property Scaled = True. So, where is