Standalone with extra stacks

Richard Gaskin ambassador at fourthworld.com
Sat Jul 19 20:11:01 EDT 2003


Barry Levine wrote:

> I think I found the answer. Anyone care to confirm?
> 
> -- script of splash screen standalone (named "Splash.rev")
> on openStack 
> send "Continue" to me in 2 seconds
> end openStack 
> 
> on Continue 
> open stack "Main.rev"
> close stack "Splash.rev"
> end Continue 
> 
> 
> So the above seems to indicate that closing a stack (even though it contains
> the standalone engine) leaves the engine running. Correct?

There are two factors at play: there must be at least one stack open at all
times, with the exception being that if there are any pending messages the
engine will not quit until they are either cancelled or executed.

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.2: Publish any database on any site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc




More information about the use-livecode mailing list