Forum Archive

Hide app X closing icon on full screen

macnfly

Hi,
I have putting this out way to long, and it has annoyed me for some time.
I want to hide the white cross when I run my coded flight sim panels on full screen.
The iPad general information bar would be nice to hide as well, but that is not an option from what I read.

But the Cross..... Is that possible in any way ?

Re Peter

ccc

Which module(s) are you using: console, scene, ui, sk?

macnfly

Oops, Sorry should have mentioned that it is the scene module with the setup and draw loop.

My program has this in the running section "run(MyScene(), LANDSCAPE)"

Re Peter

ccc

http://omz-forums.appspot.com/pythonista/post/5246202996064256

macnfly

Excellent :-)
Many thanks, that worked.

Re Peter