Re: Saving preferences tutorial
Re: Saving preferences tutorial
- Subject: Re: Saving preferences tutorial
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 1 Jul 2003 13:30:17 +0200
At 20:25 Uhr -0500 30.06.2003, Jeff Harrell wrote:
You can do it with any object, such as a string as shown here, an
NSColor, an NSArray, an NSDict, whatever. You can also use setBool:,
setFloat:, or setInteger: instead if you want to store one of those
values.
No, NSColor doesn't work (at least not as of Jaguar). You'll have to
either turn the NSColor object into NSData, or into an NSArray of
NSNumbers, or something like that.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.