applicationShouldTerminate: & Core Data
applicationShouldTerminate: & Core Data
- Subject: applicationShouldTerminate: & Core Data
- From: August Trometer <email@hidden>
- Date: Wed, 17 Aug 2005 11:15:39 -0500
I'm experimenting with Core Data and I'm trying to implement
applicationShouldTerminate: in my app.
For some reason, this method never gets called during the Quit
(Command-Q) process. I haven't done anything to the Quit menu item
(no custom actions, etc.), and because it's a Core Data app, the
delegate connection is already in place. I _am_ able to use
applicationDidFinishLaunching: and applicationWillTerminate:, so the
delegate is working (and the rest of the Core Data methods work,
too), but applicationShouldTerminate: never gets called.
I searched the archives and saw one post on this, but no solution was
ever given. Any suggestions?
Thanks!
August
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden