Re: NSArrayController and bindings
Re: NSArrayController and bindings
- Subject: Re: NSArrayController and bindings
- From: mmalcolm crawford <email@hidden>
- Date: Tue, 24 Feb 2004 12:29:54 -0800
On Feb 24, 2004, at 11:56 AM, Rob Borsuk wrote:
I would first like to use it in a Cocoa Application not a document
based application. Is that okay?
Yes.
I would like to be able to count the dictionary objects but it doesn't
seem that NSArrayController (though using 'Array' in the name) has a
'count' method.
Use the array operator @count.
I would like to be able to write the "array" out as a text file (viola
- plist) but it seems that it likes to save as a encoded format.
In the most likely scenario, the NSController is simply managing the
*display* of the array, the array itself is still managed by a classic
custom "controller" which should be responsible for saving and
loading...
mmalc
_______________________________________________
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.