Re: Working Programmatically with Bound Controller's Selection

2013-03-27 Thread William Sumner
On Mar 27, 2013, at 12:14 PM, "William T. McVay" wrote: > In my XIB, I have a pop-up button bound to an array controller that is bound > to an NSMutableArray in my NSWindowController subclass instance. I added both > the pop-up and the array controller in IB. Selection works, and I can use > b

Working Programmatically with Bound Controller's Selection

2013-03-27 Thread William T. McVay
In my XIB, I have a pop-up button bound to an array controller that is bound to an NSMutableArray in my NSWindowController subclass instance. I added both the pop-up and the array controller in IB. Selection works, and I can use bindings to display the selected object's property values, as discu