Re: NSObjectController needless in Intro to Bindings?

2008-06-04 Thread Jochen Moeller
Hello Ken, thanks for your respond. I already read this link and thought that the NSArrayController Mailbox represents this intervening NSController between the model object and the table view because the table view is not bound direct to the model or a custom controller. To reformulate

Re: NSObjectController needless in Intro to Bindings?

2008-06-04 Thread Ken Thomases
On Jun 4, 2008, at 3:18 AM, Jochen Moeller wrote: I already read this link and thought that the NSArrayController Mailbox represents this intervening NSController between the model object and the table view because the table view is not bound direct to the model or a custom controller. To

Re: NSObjectController needless in Intro to Bindings?

2008-06-04 Thread Jochen Moeller
Thanks a lot for your explanation :-) Cheers, Jochen Am 04.06.2008 um 11:21 schrieb Ken Thomases: On Jun 4, 2008, at 3:18 AM, Jochen Moeller wrote: I already read this link and thought that the NSArrayController Mailbox represents this intervening NSController between the model object

NSObjectController needless in Intro to Bindings?

2008-06-03 Thread Jochen Moeller
Greetings! Here my 1st question to this list :-) I started with Bindings and worked through the great article Introduction to Cocoa Bindings by Scott Stevenson. http://cocoadevcentral.com/articles/80.php All works fine as expected even when I delete the NSObjectController ControllerAlias

Re: NSObjectController needless in Intro to Bindings?

2008-06-03 Thread Ken Thomases
On Jun 3, 2008, at 6:25 PM, Jochen Moeller wrote: Both versions run identical, so my question: Are both approaches equivalent and the NSObjectController is not really needed or is there a reason/advantage to hook the NSObjectController between MyController and the NSArrayController ? See