splash screens & stand-alones that save/update

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Ron Zellner
Posts: 106
Joined: Wed May 31, 2006 9:56 pm
Contact:

splash screens & stand-alones that save/update

Post by Ron Zellner » Tue Nov 17, 2009 4:02 pm

Is there a good source of splash screen fundamentals or a tutorial?

I have a stack that I want the user to be able to save updates in a stand-alone. This stack has several substacks.
I made a splash screen and set it as the master but in some versions the other substacks don't appear properly, or the splash flaashes but the real stack never appears.
I'm sure it is something I'm doing wrong in the standalone settings for the SS or the other stack, or both.

I'm learning more about the Extrernal References, etc. and it looks like it makes sense. A guide to the basics will probably give me what I need.
Does the original stack get copied into the SS, or remain separate?

Can the path be set to allow the large stack to be in a folder so the user doesn't need to figure out what file to use in the PC stand-alone?

ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

Re: splash screens & stand-alones that save/update

Post by ale870 » Fri Dec 04, 2009 9:47 am

Basically speaking, you CANNOT save data in a standalone application ("exe" in Windows), but you can use some "tricks".
Here you can find a good article about it:

http://www.revjournal.com/tutorials/sav ... ution.html

I hope this could help you!
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki

Post Reply