Re: Quit from a Button
Re: Quit from a Button
- Subject: Re: Quit from a Button
- From: Bruce Lacey <email@hidden>
- Date: Thu, 24 Apr 2003 16:07:05 -0700
Hi Ryan,
[[NSApplication sharedApplication] terminate];
file:///Developer/Documentation/Cocoa/Reference/ApplicationKit/
ObjC_classic/Classes/NSApplication.html#//apple_ref/occ/instm/
NSApplication/terminate:
Bruce
On Thursday, April 24, 2003, at 03:56 PM, 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.
_______________________________________________
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.