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         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to