Re: Reading/Writing Data From NSTableView
Re: Reading/Writing Data From NSTableView
- Subject: Re: Reading/Writing Data From NSTableView
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 28 Jan 2005 22:42:54 -0800
On Jan 28, 2005, at 10:30 PM, Kirt Cathey wrote:
I managed to get data to display on an NSTableView with bindings or by
calling all the proper methods as outlined in many tutorials. However,
I need to write the contents to a text file when the user presses a
'save' button within the same view.
Is there not a quick way of doing this? Would really like to know how
to do this with bindings, but without have to go through the
encoder/decoder process.
Bindings has nothing to do with data archival. You still have to write
the appropriate code, typically ensuring that your model objects
conform to the NSCoding protocol etc., see
<http://developer.apple.com/documentation/Cocoa/Conceptual/Archiving/
index.html>
mmalc
_______________________________________________
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