The Quit menu item
The Quit menu item
- Subject: The Quit menu item
- From: email@hidden (Ben Mackin)
- Date: Sat, 29 Dec 2001 16:26:17 -0800
First I need to say that I am really new to cocoa, so sorry if this is a
dumb question. In my application, as it is right now, when the user
chooses quit my application quits, but parts fo it are left still
running (It is a gui front end for a CLI app).
How do I add in some "cleanup" code so that everything exits as it
should? I know that lines I need to exit the CLI app, but I just dont
know where to put it so that my app, as it is quitting, calls on it. I
hope that make sense.
Thanks,
Ben