Re: Core data grand-children list

2008-09-17 Thread Tomaž Kragelj
Hi, thanks for suggestion - definitely worth remembering it. Yesterday evening I was playing a bit more with array controllers and I figured it out - I use intermediate array controller for sessions and bindings like this: ProjectArrayController: no binding, just setting the mode to entity

Core data grand-children list

2008-09-16 Thread Tomaž Kragelj
I have the following core data model: Project Session Measurement On my form I want the user to select the desired project from the table and then based on that selection, I want to display all measurements (for all sessions) for that project. I have two array controllers - one

Re: Core data grand-children list

2008-09-16 Thread Steve Steinitz
Hi Toma On 16/9/08, Toma? Kragelj [EMAIL PROTECTED] wrote: I have the following core data model: Project Session Measurement On my form I want the user to select the desired project from the table and then based on that selection, I want to display all measurements (for all