Re: [Gambas-user] Qt4 and Scaled property

2009-09-05 Thread Jussi Lahtinen
If I import Gambas2 project to Gambas3, form sizes are what is expected. So the problem is only with projects started (or converted long time ago) with old revision of Gambas3. I wish there are easy fix for that! Also I noticed bug from Gambas3 revision 2310 (or something with my system). If you c

Re: [Gambas-user] Qt4 and Scaled property

2009-09-05 Thread Jussi Lahtinen
> Please give the value of Desktop.Scale and Application.Font.Size in the Qt3 > version of your project, and in the Qt4 version. Argh... I mixed up things. I thought that Qt3 is automatically changed to Qt4 with new revision. That's why I didn't update Gambas3 revision earlier. But OK, so the rea

Re: [Gambas-user] Qt4 and Scaled property

2009-09-05 Thread Benoît Minisini
> I have backups.. so maybe I try to restore those forms. > > Jussi > Anyway, Desktop.Scale in Qt4 is normally *lower* than in Qt3, as it is computed differently. So your forms should be smaller, not bigger! Please give the value of Desktop.Scale and Application.Font.Size in the Qt3 version of

Re: [Gambas-user] Qt4 and Scaled property

2009-09-05 Thread Jussi Lahtinen
I have backups.. so maybe I try to restore those forms. Jussi On Sat, Sep 5, 2009 at 16:41, Jussi Lahtinen wrote: > Hmmm... I think I tried to run it first... big mistake? > Atleast now "update forms" don't help... > > Jussi > > > 2009/9/5 Benoît Minisini : >>> Hi! >>> I just updated Gambas3 to

Re: [Gambas-user] Qt4 and Scaled property

2009-09-05 Thread Jussi Lahtinen
Hmmm... I think I tried to run it first... big mistake? Atleast now "update forms" don't help... Jussi 2009/9/5 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

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

2009-09-05 Thread Aleksandrs Livshics
On Saturday 05 September 2009 12:57:08 Aleksandrs Livshics wrote: > On Saturday 05 September 2009 11:41:42 Doriano Blengino wrote: > > Benoît Minisini ha scritto: > > >> Hi gambas users. > > >> It seems to me that it is impossible to enter a number in > > >> scientific notation in a value box. It d

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

2009-09-05 Thread Aleksandrs Livshics
On Saturday 05 September 2009 11:41:42 Doriano Blengino wrote: > Benoît Minisini ha scritto: > >> 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.

Re: [Gambas-user] ftp Client (correction)

2009-09-05 Thread Caveat
Sorry Lars, a couple of errors got introduced into my mail just after I hit the "Send" button ;-) Obviously, you need a 4th param on the call to getFileAsString, which is the name of a temporary dir to use (so something like /tmp), thus: allData = myRequestManager.getFileAsString("192.168.1.2//va

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

2009-09-05 Thread Doriano Blengino
Benoît Minisini ha scritto: >> 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 bu

Re: [Gambas-user] ftp Client

2009-09-05 Thread Caveat
Hi Lars, Here's some code that should be enough to get you started. The code is from a Gambas class which I called RequestManager. I have cut out some of the code out as it wasn't relevant to FTP (there was stuff for doing an HTTP GET and some code for querying services on a particular port). I

Re: [Gambas-user] DataBrowser

2009-09-05 Thread Mathias Ebermann
Yes, I remember the old days in VB. It was very simple, when you used the result of a SQL query as DataSource. I will install Gambas3. Thanks. Benoît Minisini schrieb: >>> No, Charlie, >>> I didn't mean the headers. I know how to rename them. >>> >>> What I meant is: >>> In my DataSource table