Re: NSDictionaryController and inserting new objects.

2008-04-08 Thread Guy Umbright
But that still leaves the question unresolved. How do you add an object into a dictionary via NSDictionaryController? I have a NSCollectionView bound to a NSArrayController and am able to add things to its content array via addObject. Works great, the object immediately shows up in the

Re: NSDictionaryController and inserting new objects.

2008-04-01 Thread Kyle Sluder
On Tue, Apr 1, 2008 at 1:17 AM, Jiva DeVoe [EMAIL PROTECTED] wrote: Or do the NS*Controller classes provide some other cool features that would be difficult for my mere mortal development skills to implement? Well as far as your current use case is concerned, the only things you need to

Re: NSDictionaryController and inserting new objects.

2008-03-31 Thread Kyle Sluder
On Mon, Mar 31, 2008 at 3:24 AM, Jiva DeVoe [EMAIL PROTECTED] wrote: What am I missing here? Someone enlighten me? I kinda feel this way about a lot of the controllers provided in IB. They're *almost* good enough for most of the things I want to do.. but never *exactly* what I need. How

Re: NSDictionaryController and inserting new objects.

2008-03-31 Thread Jiva DeVoe
I don't know. I just wanted to be sure I was understanding it correctly, and not missing some yummy cocoa goodness that meant I didn't need to inherit from it. Would you agree that doing it this way is about as complex as just writing a custom controller in the first place? Or do the