Splash Screen

J. Landman Gay jacque at hyperactivesw.com
Wed Feb 23 01:00:27 EST 2011


On 2/22/11 9:16 PM, RevList wrote:
> I have a simple, single stack solution that I want to add another stack as
> a Splash Screen.
> Problem is, my solution is currently the main stack and I want the app to
> open showing the Splash screen then disappear and load the main stack.
> I can create my Splash Screen stack as a sub stack of my main stack, but I
> can't seem to reverse it.  ie, make my main stack a substack of the splash
> screen after the fact.

I found myself in a similar situation once where I couldn't reverse the 
two. So on preOpenStack, I made the mainstack invisible. On openstack 
(still in the mainstack,) I showed the splash substack, put in a wait of 
a few seconds, then closed the substack and made the mainstack visible.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list