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)

Attachment: FMain.class
Description: application/java-vm

# 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")
  }
}

Attachment: Form1.class
Description: application/java-vm

# 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")
  }
}
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to