Splash Screen Stretching

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
landoke
Posts: 10
Joined: Tue Jan 11, 2011 10:40 pm

Splash Screen Stretching

Post by landoke » Thu Mar 31, 2011 9:16 pm

Besides the alliteration which makes the subject great, has anyone seen this issue?

I've made a 640x960 splash screen. It looks great for a second, then stretches too tall. My guess is that this is LiveCode's fault and the first second is the OS using the default image and the stretched version is LiveCode incorrectly placing the image while it handles preOpenCard etc handlers.

Has anyone else experienced this problem, know of any workarounds, etc. or whether this should be a LiveCode bug request?

landoke
Posts: 10
Joined: Tue Jan 11, 2011 10:40 pm

Re: Splash Screen Stretching

Post by landoke » Fri Apr 01, 2011 5:38 am

I also found a hack around this one. Set the Standalone Build Settings to hide the status bar. Then, in an opencard handle, use iphoneShowStatusBar to re-show it. It means during the launch screen the status bar is hidden, which is a bit odd, and once the app is running the user sees the status bar slide down. While strange, it's better than the mid-splash stretch, I think.

Hope this gets fixed, but also hope this helps anyone else with this issue!

andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

Re: Splash Screen Stretching

Post by andyh1234 » Sun Apr 03, 2011 3:04 am

Im doing the same thing, and its a work around. Hopefully this one will get fixed soon as Id like to be able to start with the status bar.

Post Reply