Re: how do I save prefs when the app is Force Quit?
Re: how do I save prefs when the app is Force Quit?
- Subject: Re: how do I save prefs when the app is Force Quit?
- From: "Lawrence Sanbourne" <email@hidden>
- Date: Sun, 14 May 2006 13:17:41 -0500
You might be able to do this with low-level Unix signal handlers, but
this is likely to be very difficult. Instead, it might be better to
save the preferences every few minutes, or to save the preferences any
time they're changed. In other words, if saving the preferences is
really crucial, you should make sure it happens frequently.
Larry
On 5/14/06, Alan Smith <email@hidden> wrote:
I need to save prefs but want it to be done even if the app is force
quit. Does anyone know how?
Thanks, Alan
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
_______________________________________________
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
_______________________________________________
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