Re: application preferences
Re: application preferences
- Subject: Re: application preferences
- From: Bill Bumgarner <email@hidden>
- Date: Fri, 21 Jul 2006 08:54:15 -0700
On Jul 21, 2006, at 3:00 AM, email@hidden wrote:
i need a preference menu for my application
where the user has the possibility to set various settings
for instance:
- port
- sparkle update settings
- display settings
- etc.
These settings need to be saved somewhere (plist?) and fetched on
application start.
is there a special cocoa library for these tasks? or will i have to
solve this manually? example links are highly appreciated :-)
Please try to make at least a minimal effort of looking in the
documentation provided in Xcode, the documentation provided at
developer.apple.com, via Google, or in the Cocoa header files.
From your message, this search:
http://www.google.com/search?q=application+preferences+cocoa
Reveals this document as the very first most hit:
http://developer.apple.com/cocoa/cocoabindings.html
With this second:
http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/Concepts/NSUserDefaultsController.html
_______________________________________________
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