Re: Bindings: NSMutableArray -> NSArrayController -> NSPopUp

2010-01-21 Thread Charles Jenkins
Thank you, Ken. It sounds like you're saying that everything may technically be getting linked up so that it would work, except I must be switching the array out in a non-KVO-compliant manner, so bound objects don't get notified of the change. Your reply gives me some ideas for experimentation.

Re: Bindings: NSMutableArray -> NSArrayController -> NSPopUp

2010-01-20 Thread Ken Thomases
For your original question, I think the issue is how "it" gets handed the list of games and how "it" makes the array available with -gameList. (As you can guess, I'm not sure what "it" refers to in your explanation.) The bindings are re-established from the NIB during NIB loading. If you change

Re: Bindings: NSMutableArray -> NSArrayController -> NSPopUp

2010-01-20 Thread Charles Jenkins
Okay, let me rephrase my question... If I get a pointer to the NSArrayController and then call [myArrayController setContent:gameList], then should the array controller "just work"? In other words, if the game descriptions do not appear in my NSPopUp, then the problem just about has to be in