[Gambas-user] fullscreen
Reiner Goerlach
reiner.goerlach at ...3419...
Tue Jan 6 13:59:03 CET 2015
Here is my Demo. It behaves a little bit different from my project, but
in principle it has the same problem. There are 2 Forms, both with
Fullscreen mode.
I switch from Fmain to Form1, and back, and forth, and back, and forth
and back. Finally FMain doesn't have Fullscreen mode, even if it shows
fullscreen true in edit mode.
Reiner
On 01/06/2015 01:30 PM, Charlie Reinl wrote:
> Am Dienstag, den 06.01.2015, 10:01 +0100 schrieb Reiner Goerlach:
>> Why there is no remark for installation of GAMBAS3: Minimum Ubuntu 11.04
>> required ? Or QT4 required (is in 10.04)
>> I could have saves much time.
>>
>
> Salut Reiner,
>
> because it's not like that. I have on a VM Box a backup from my 10.04.4
> LTS (which I left in 08.2013 for 12.04.2 LTS) and on it I have a running
> gambas3 3.4.90 r5771.
>
> An update to rev 6813 fails (will send the logs to Benoît)
>
> But I saw a new mail where you re-ask for help, please send me your
> project (or a demo which produce the behave)
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FMain.class
Type: application/java-vm
Size: 200 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20150106/9ff06370/attachment.class>
-------------- next part --------------
# Gambas Form File 2.0
{ Form Form
MoveScaled(0,0,146.2857,85.7143)
Text = ("")
FullScreen = True
{ Button1 Button
MoveScaled(6,21,17,7)
Text = ("OS")
}
{ Button2 Button
MoveScaled(14,8,16,8)
Text = ("to Form1")
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Form1.class
Type: application/java-vm
Size: 116 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20150106/9ff06370/attachment-0001.class>
-------------- next part --------------
# Gambas Form File 2.0
{ Form Form
MoveScaled(0,0,146.2857,85.7143)
Text = ("")
FullScreen = True
{ Button1 Button
MoveScaled(16,14,16,9)
Text = ("ESC, BACK")
}
}
More information about the User
mailing list