Re: Controller Selection Synchronization

2011-04-10 Thread Quincey Morris
On Apr 10, 2011, at 07:56, Richard Somers wrote: > The primary view is a custom view that displays objects spatially according > to their position in x, y, z coordinate space. The secondary views are table > type views. > I currently have a transient selection property for each object in the da

Re: Controller Selection Synchronization

2011-04-10 Thread Richard Somers
On Apr 9, 2011, at 18:00, Richard Somers wrote: > I have a primary view which displays all objects using a primary controller. > Both 'A' and 'B' objects are included in the controller content. This is > accomplished by using an abstract class in the managed object model that is a > parent of b

Re: Controller Selection Synchronization

2011-04-09 Thread Quincey Morris
On Apr 9, 2011, at 18:00, Richard Somers wrote: > I have a primary view which displays all objects using a primary controller. > Both 'A' and 'B' objects are included in the controller content. This is > accomplished by using an abstract class in the managed object model that is a > parent of b

Controller Selection Synchronization

2011-04-09 Thread Richard Somers
I am having trouble wrapping my head around how to approach controller selection synchronization. I have a primary view which displays all objects using a primary controller. Both 'A' and 'B' objects are included in the controller content. This is accomplished by using an a