Re: [Newbie] Binding an NSArrayController with/without NSObjectController

2009-05-14 Thread Ken Thomases
On May 14, 2009, at 6:51 AM, malte.phil...@mac.com wrote: I would really like to understand the difference in approach between these two methods and also if there are any implications by using or skipping an NSObjectController in between. Would anyone find the time and inclination to explai

Re: [Newbie] Binding an NSArrayController with/without NSObjectController

2009-05-14 Thread malte . philipp
Thank you Keary and Quincey for your responses. I feel that my puzzlement has been resolved a great deal! :) Thank you. -Philipp ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the lis

Re: [Newbie] Binding an NSArrayController with/without NSObjectController

2009-05-14 Thread Keary Suska
On May 14, 2009, at 11:07 AM, malte.phil...@mac.com wrote: To possibly refine my initial question a bit better though: In Scott's example I can *remove* the NSObjectController and bind the NSArrayController (he's binding to that NSObjectController) *directly* to the "MyController" instance i

Re: [Newbie] Binding an NSArrayController with/without NSObjectController

2009-05-14 Thread Quincey Morris
On May 14, 2009, at 04:51, malte.phil...@mac.com wrote: Now here is what has me utterly confused and my actual question: In his tutorial Scott is setting up an NSObjectController (named "ControllerAlias" there) and binds that to the "MyController" instance with the explanation: This littl

Re: [Newbie] Binding an NSArrayController with/without NSObjectController

2009-05-14 Thread malte . philipp
On 14.05.2009, at 16:55, Keary Suska wrote: On May 14, 2009, at 5:51 AM, malte.phil...@mac.com wrote: Now here is what has me utterly confused and my actual question: In his tutorial Scott is setting up an NSObjectController (named "ControllerAlias" there) and binds that to the "MyControlle

Re: [Newbie] Binding an NSArrayController with/without NSObjectController

2009-05-14 Thread Keary Suska
On May 14, 2009, at 5:51 AM, malte.phil...@mac.com wrote: Now here is what has me utterly confused and my actual question: In his tutorial Scott is setting up an NSObjectController (named "ControllerAlias" there) and binds that to the "MyController" instance with the explanation: This littl

[Newbie] Binding an NSArrayController with/without NSObjectController

2009-05-14 Thread malte . philipp
Hello list! On my path to learning Cocoa, I am currently trying to get a grasp on the "bindings thing". Now I have run into a situation I can not solve myself, can not google the solution to, and could not get an answer to browsing Cocoa- Dev mailing list archive. I have the feeling it is ve