FROM : Bill Bumgarner
DATE : Fri Jul 21 17:54:15 2006
On Jul 21, 2006, at 3:00 AM, <email_removed> 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
DATE : Fri Jul 21 17:54:15 2006
On Jul 21, 2006, at 3:00 AM, <email_removed> 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
| Related mails | Author | Date |
|---|---|---|
| toppi | Jul 21, 12:00 | |
| Stephane | Jul 21, 12:04 | |
| Bill Bumgarner | Jul 21, 17:54 |






Cocoa mail archive

