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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to