Page 1 of 1

App does not fit screen

Posted: Mon Nov 18, 2019 10:39 pm
by maik
Dear all,

I have written an application in LiveCode. The app was working normally but suddenly the app does not fully fit the screen on iPhone 6.
There are black bars on top and bottom of the app. I added already

Code: Select all

on preOpenStack
	set the fullScreenMode of this stack to "exactFit“ 
end preOpenStack
without success. Unfortunately I can not find the reason. Also the splash screen of the app does not show up anymore. Can you please help?

Thanks in advance.

Best regards,
Maik

Re: App does not fit screen

Posted: Tue Nov 19, 2019 7:14 am
by richmond62
I have experienced lots of problems with

preOpenStack


and now tend to put "that sort of thing" in an openStack session,
normally using set the lockScreen to true as well.
-
TightFit.jpg

Re: App does not fit screen

Posted: Tue Nov 19, 2019 11:56 am
by elanorb
Dear Maik

It sounds like you need to reselect your splash screen images in the Standalone Application Settings. I'm not sure why they would have disappeared but they are paths to local files so maybe the folder containing them was moved?

If you reselect the splash screen images your app should appear correctly again, filling the screen as expected.

Kind regards

Elanor

Re: App does not fit screen

Posted: Wed Nov 20, 2019 10:48 pm
by maik
Dear Elanor,

Thanks for your help. This solved the problem :-). Probably the path was changed when I saved a backup.
A warning would be nice in this case.

Best regards,
Maik