Re: Problems with multiple selection and NSArrayController

2008-12-10 Thread David Niemeijer
Volker, On Dec 10, 2008, at 11:42 AM, Volker in Lists wrote: does the detail arraycontroller show all categories and selects the ones contained in the set of your selected master rows? yes. Can't you just display only the detail categories that are within the set of the selected master? Th

Re: Problems with multiple selection and NSArrayController

2008-12-10 Thread Volker in Lists
Hi, does the detail arraycontroller show all categories and selects the ones contained in the set of your selected master rows? Can't you just display only the detail categories that are within the set of the selected master? This would be easy to do even with multiple master objects sele

Problems with multiple selection and NSArrayController

2008-12-10 Thread David Niemeijer
Hi, I have a master table that displays that gets it's contents NSArrayController with items. Each of those items has a categories key which contain an NSMutableIndexSet. When the user selects a row in the master table my app displays in a detailed view a detail table with categories. The