Re: Custom view and array bindings

2014-05-13 Thread Ken Thomases
On May 13, 2014, at 11:14 PM, Jim Geist wrote: > Can anyone point me at sample code and/or docs around implementing bindings > to an NSArrayController from a custom view (i.e. what a control like > NSTableView might do under the covers?) > > All of my searches are turning up plenty of informati

Re: Custom view and array bindings

2014-05-13 Thread Jim Geist
Ok, thanks. The rest of my UI is set up with bindings to standard views, but it certainly looks easier to do what you suggest. And I assume if I adhere to KVC when I change things, it'll playing nice with the bound controls. Sent from my iPad > On May 13, 2014, at 10:07 PM, Quincey Morris > w

Re: Custom view and array bindings

2014-05-13 Thread Quincey Morris
On May 13, 2014, at 21:14 , Jim Geist wrote: > Can anyone point me at sample code and/or docs around implementing bindings > to an NSArrayController from a custom view (i.e. what a control like > NSTableView might do under the covers?) AFAIK, the only documentation is here: https://d

Custom view and array bindings

2014-05-13 Thread Jim Geist
Can anyone point me at sample code and/or docs around implementing bindings to an NSArrayController from a custom view (i.e. what a control like NSTableView might do under the covers?) All of my searches are turning up plenty of information I already know on how to programmatically set up a bin