Splash Screen?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
richardmac
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 211
Joined: Sun Oct 24, 2010 12:13 am

Splash Screen?

Post by richardmac » Sun Jan 23, 2011 11:13 pm

I set a Splash Screen in Standalone Application Settings, so see how it looked. Now I can't get rid of it. What are the steps for doing so?

richardmac
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 211
Joined: Sun Oct 24, 2010 12:13 am

Re: Splash Screen?

Post by richardmac » Mon Jan 24, 2011 8:25 pm

No one has put in a splash screen and then decided they didn't want one yet?

Just a little more info - the iPad behaved very badly to our splash screen. We are locking the orientation and the splash was twisting this way and that. Looks awful. But we can't remove it. If you haven't played with the splash screen yet, don't. Until someone says "Here's how you undo it," that is.

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: Splash Screen?

Post by BvG » Mon Jan 24, 2011 11:52 pm

it's a gui bug.

just delete the standalone settings of the stack:

go to preferences, general, and check "livecode ui elements appear in list of stacks"
then open the inspector for your stack, and go to the customproperties
there change the custompropertyset to crevgeneral (dropdown on the middle of the inspector)
now delete the custompropertyset (small bin icon) (note: revgeometrymanager stores stuff there, so if you do use that, delete individual cprops instead)
now make the standalone settings from scratch
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

richardmac
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 211
Joined: Sun Oct 24, 2010 12:13 am

Re: Splash Screen?

Post by richardmac » Tue Jan 25, 2011 12:41 am

Thanks for the help - I appreciate it. It ended up being in cRevStandalone, ios,splash. Cleared it out and now I'm all set.

Post Reply