Re: Saving State of App menu
Re: Saving State of App menu
- Subject: Re: Saving State of App menu
- From: Jonathan Jackel <email@hidden>
- Date: Sat, 13 Dec 2003 17:26:16 -0500
Check out NSUserDefaults.
Jonathan
On Dec 12, 2003, at 8:45 PM, Mike Chambers wrote:
I have a simple app with a menu item titled "Always on Top". If the
user selects the item, then app window will always be above other
windows.
I would like to save the state of the menu item so that the next time
the app starts, the menu is the same as when it was close.
Are there any APIs that support this? Or should I just manually store
the state somewhere when the app closes, and then read it when it open
back up.
I apologize if this is a super basic question. I am just learning
cocoa, and couldn't find info searching on google.
mike c
_______________________________________________
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.