Re: Binding problem with core data

2013-02-03 Thread Jim Geist
On Feb 3, 2013, at 10:06 AM, Keary Suska wrote: > On Feb 2, 2013, at 6:25 PM, Velocityboy wrote: > >> Finally got a chance to do some more debugging on this. >> >> I looked at the referenced object and figured out why the fault, at least. I >> had tried to bind the subcategory column's Content

Re: Binding problem with core data

2013-02-03 Thread Keary Suska
On Feb 2, 2013, at 6:25 PM, Velocityboy wrote: > Finally got a chance to do some more debugging on this. > > I looked at the referenced object and figured out why the fault, at least. I > had tried to bind the subcategory column's Content to category.subcategories, > which resolved to a relatio

Re: Binding problem with core data

2013-02-02 Thread Velocityboy
Finally got a chance to do some more debugging on this. I looked at the referenced object and figured out why the fault, at least. I had tried to bind the subcategory column's Content to category.subcategories, which resolved to a relationship on an NSManagedObject. Under the covers, evidently

Re: Binding problem with core data

2013-01-30 Thread Quincey Morris
On Jan 30, 2013, at 22:41 , Velocityboy wrote: > I see two bizarre behaviors: when I change the Category value with the popup > button cell in one row, Category values in other rows change. When I change > the subcategory, I get an exception: > > 2013-01-30 22:32:23.192 Testapp[10506:f03] -[_N

Binding problem with core data

2013-01-30 Thread Velocityboy
Hi all - I'm having a problem binding to Core Data. Here's my setup: I have data rows which contain a category and subcategory; the subcategory set is dependent on the selected category. (For the sake of argument, say the category is "state" and the subcategory is "counties in the state".) In m