Splash Screen

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
SteveHanlan
Posts: 80
Joined: Fri Jul 09, 2010 6:28 pm

Splash Screen

Post by SteveHanlan » Fri Jul 01, 2011 6:22 pm

Anyone hear any word on Splash Screen

I put a 1024 x 768 png on the iPad and it comes up in wrong orientation, moves, resizes, turns, moves again etc.

I thought 4.6.2 was supposed to have some improvements on this.

Steve

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: Splash Screen

Post by CALL-151 » Fri Jul 01, 2011 10:28 pm

I assume that you're using a commercial LiveCode license and following the filename requirements as described in the iOS Release Notes (<name>-Landscape.png). If so, a workaround to your issue might be to set the standalone settings to support only landscape orientations initially. You can then add support for portrait orientations in a preopen handler. Also try hiding the status bar on launch (also done in standalone settings) which I believe has caused some odd springboard behavior.

Post Reply