Re: Quit from a Button
Re: Quit from a Button
- Subject: Re: Quit from a Button
- From: Hasan Diwan <email@hidden>
- Date: Fri, 25 Apr 2003 09:45:30 -0700
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
#include <AppKit/NSApplication.h>
[NSApp terminate:self];
On Thursday, Apr 24, 2003, at 15:56 US/Pacific, ryan harlin wrote:
The Basics of my question is: How can you include a
quit statement in a method?
The Details are as follows:
I am learning cocoa programmming in a sort of
trial-fire-approach. This week, I've managed to learn
enough to write my app. It's a full screen app that
takes over the screen, presents a form that is loading
info from a plist file, and allows you sign the form
by drawing a bezier path (form signing via Wacom
drawing tablet). When a button at the bottom of the
form is clicked which reads:
Confirm Signature
The app saves a PDF file to a predtermined location.
NOW!!:
In this last method, I'd like to quit the app after
the writeToFile part is finished.
How can you quit an app without using the menu item:
"Quit MyApplication"
How can you quit an app by clicking a button?
It seems like such a foundation question to be asking
after I was able to learn everything else on my own,
but I just can't find any mention of this out in the
book/web resource universe.
Thanks for all help.
ryan
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
Hasan Diwan {
http://ibn.com/~hdiwan}
OpenPGP Fingerprint: 275D 0E84 550C D92A 4A56 732C 8528 2579 E6E9 4842
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (Darwin)
iD8DBQE+qWYxhSgleebpSEIRAlgKAJ0VEIo7ojiTA0PJUl2LBerbQUW7awCfWJEb
Mb6oMH020hxBZkoWUj7LV3I=
=uxeB
-----END PGP SIGNATURE-----
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.