Standalone doesn't close when requested

Barry Levine themacguy at macosx.com
Wed Aug 6 11:56:01 EDT 2003


This is my first foray into a multiple stack application. During 
development I have two stacks:

one.rev
two.rev

They are separate stacks ("two" is -not- a substack of "one").

I'm intending that one.rev be my "splash" where the engine is kept. The 
other stack (two.rev) is called from one.rev in the following manner:

go stack "two.rev"
close stack "one.rev"

In the IDE, this works fine and one.rev closes. However, when one.rev 
is now the application (splashscreen), it does not close. Do I need to 
change the second line of code?

I'm guessing that I either need to change the code to drop the ".rev" 
suffix or, because it's now a standalone, I can't "close" it and must 
hide it in some fashion until the user selects "Quit" from the menu in 
the "two.rev" file.

Suggestions are welcome and appreciated.

Thanks,
Barry




More information about the use-livecode mailing list