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
> 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
> 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
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
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
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
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.
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
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
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
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
11 matches
Mail list logo