[Gambas-user] fullscreen

Charlie Reinl Karl.Reinl at ...2345...
Tue Jan 6 18:48:10 CET 2015


Am Dienstag, den 06.01.2015, 13:59 +0100 schrieb Reiner Goerlach:
> 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)
> >

Salut Reiner,

first, the svn version with rev 6814 can be compiled on a 10.04.4 LTS.

And here your demo project back. And it is that the main window looses
its FullScreen settings after hide, BUT remembers 1* after return, don't
do it after the second call.

FMain.Button2_Click.24: -----------------------------------------
FMain.Button2_Click.25: before Hide FMain.FullScreen=True
FMain.Button2_Click.27: after Hide FMain.FullScreen=True
Form1.Button1_Click.6: ###################################
Form1.Button1_Click.7: before Raise FMain.FullScreen=False
Form1.Button1_Click.9: after Raise FMain.FullScreen=False
FMain.Button2_Click.24: -----------------------------------------
FMain.Button2_Click.25: before Hide FMain.FullScreen=True
FMain.Button2_Click.27: after Hide FMain.FullScreen=True
Form1.Button1_Click.6: ###################################
Form1.Button1_Click.7: before Raise FMain.FullScreen=False
Form1.Button1_Click.9: after Raise FMain.FullScreen=False
FMain.Button2_Click.24: -----------------------------------------
FMain.Button2_Click.25: before Hide FMain.FullScreen=False
FMain.Button2_Click.27: after Hide FMain.FullScreen=False
Form1.Button1_Click.6: ###################################
Form1.Button1_Click.7: before Raise FMain.FullScreen=False
Form1.Button1_Click.9: after Raise FMain.FullScreen=False

I made you a workaround, perhaps you can live with it.
In the IDE, Ctrl+Alt+A created a project copy so you can start after
unpack.
I made some remarks.

My gambas2 is 2.24 rev.5049

-- 
Amicalement
Charlie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Reiners_Project-0.0.1.tar.gz
Type: application/x-compressed-tar
Size: 8320 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20150106/844eb623/attachment.bin>


More information about the User mailing list