Re:closing a stack

Scott Raney ((no email))
Mon, 25 Oct 93 22:09:20 MDT

>
> Hello,
> I am using three different MainStacks which are displayed in different windows
> and when I want to exit the program I am calling close stack (for the three different
> stacks) from the main window. If I just run the program and then do not do anything
> with the stacks it works. However, if I manipulate the cards on each stack and then
> exit from the main window only main window stack is closed and not the other ones.
> It is like if the close stack command was ignored for the two other stack commands.
> More generally, is there another solution to exit a program that contain several
> mainstacks.
> thanks a lot in advance

Use the "quit" command to exit MetaCard completely. Using "close" on
each of the stacks should work too (check the openStacks function to
make sure you've got them all), but only if all handlers exit (i.e.
you don't have an idle handler or something still running).
Scott

> PS: I am a beginner with MetaCard
> --
> Dr. Jean-claude Junqua - Speech Technology Laboratory
> EMAIL : jcj@STL.Research.Panasonic.Com - MAIL : Speech Technology Laboratory, Suite #202, 3888 State Street, Santa Barbara, CA 93105, U.S.A
> Tel +1-805-687-0110 - FAX +1-805-687-6384
>

-- 
***********************************************************************
* Scott Raney  303-447-3936            Remember: the better you look, *
* raney@metacard.com                   the more you'll see -- Lidia   *
***********************************************************************