Splash Screen?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Livecode Opensource Backer
- Posts: 211
- Joined: Sun Oct 24, 2010 12:13 am
Splash Screen?
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?
-
- Livecode Opensource Backer
- Posts: 211
- Joined: Sun Oct 24, 2010 12:13 am
Re: Splash Screen?
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.
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.
Re: Splash Screen?
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
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
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
-
- Livecode Opensource Backer
- Posts: 211
- Joined: Sun Oct 24, 2010 12:13 am
Re: Splash Screen?
Thanks for the help - I appreciate it. It ended up being in cRevStandalone, ios,splash. Cleared it out and now I'm all set.