Re: NSArrayController, bindings and NSUserDefaults
Re: NSArrayController, bindings and NSUserDefaults
- Subject: Re: NSArrayController, bindings and NSUserDefaults
- From: Andre Masse <email@hidden>
- Date: Sun, 09 Nov 2008 19:53:24 -0500
Thanks for your reply,
I was using NSKeyeyArchiver to encoded my custom object. Didn't know
about NSUnarchiveFromData though. Couldn't find it in Apple
documentation neither. Anyway, I moved to a much simpler version which
bypass using a custom class. It's now an array of NSMutableDictionary
all setup in IB.
Have a good night,
Andre Masse
On Nov 9, 2008, at 16:05, Volker in Lists wrote:
you need an formatter - NSUnarchiveFromData and then it works rather
well. I store supplementary information that each user can edit in
NSUserDefaults. The info is maintained in NSTableViews and stored as
an Array of NSMutableDictionary. Works really well.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden