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 (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]