Sure, just create the stack you want to use as the splash screen, and then
set the mainstack of the current mainstack to the splash screen stack. I
think this will fail if the mainstack has substacks of its own. So first
change the substacks, then the mainstack. And if you are depending on the
substacks being able to reference handlers/functions in the (current)
mainstack, either move the handlers and functions to the new mainstack, or
convert to a behavior stack and use that for everything.

gc

On Sun, Jan 20, 2019 at 5:25 PM Tom Glod via use-livecode <
[email protected]> wrote:

> Hi Geniuses,
>
> I have a rather complicated application which I put on a mainstack with
> many cards etc.
>
> I now realize I need a splash stack so that I can set the script of my
> application stack and its cards (for version control purposes).
>
> Is there a way to turn my mainstack into a substack? so that the first
> stack that loads is not my main application stack?
>
> Is there another way of accomplishing the same thing? I want to load
> scripts on startup from text files.
>
> Thanks,
>
> Tom
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to