Skip navigation.
 
mlRe: NSObjectController - > getting it's keys
FROM : mmalcolm crawford
DATE : Sat Dec 11 04:41:24 2004

On Dec 10, 2004, at 2:33 PM, John Spicer wrote:

> Is there a way to make an NSObjectController (or array controller)
> give up a list of it's keys, i.e. everything you've entered in the Nib
> file?
>

Not really, and in general I wouldn't recommend doing this, since
there's no guarantee that the list in the nib file is correct (recall
that the nib file may contain "old" keys that no longer apply).

> I'd like to be able to do this to build an automatic key list for
> import/export and it would be nice if you didn't have to hand make the
> list.
>

It's not clear what you mean by import/export?  Or in a more general
sense what your goal is here.  What is it you're trying to achieve? 
There's almost certainly a better way...

mmalc

Related mailsAuthorDate
mlNSObjectController - > getting it's keys John Spicer Dec 10, 23:33
mlRe: NSObjectController - > getting it's keys mmalcolm crawford Dec 11, 04:41