Re: Programmatically binding Core Data to dynamic NSTableColumns

2010-03-17 Thread Quincey Morris
On Mar 17, 2010, at 10:59, Michael LaMorte wrote: > I have a Core Data application with two entities: Item and Entries. Item has > a dataType string variable. Item has a to-many inverse relationship to > Entries. Entries has two variables: stringData and numberData. > > I'm programmatically cre

Re: Programmatically binding Core Data to dynamic NSTableColumns

2010-03-17 Thread Bill Hernandez
On Mar 17, 2010, at 2:17 PM, Bill Hernandez wrote: >> (It's in an if statement, so it binds to either numberData or stringData as >> appropriate.) > Michael, Sorry I missed the part about the if statement... I am running into a similar problem, the log shows the data (array of dictionaries)

Re: Programmatically binding Core Data to dynamic NSTableColumns

2010-03-17 Thread Bill Hernandez
On Mar 17, 2010, at 12:59 PM, Michael LaMorte wrote: > I have a Core Data application with two entities: Item and Entries. Item has > a dataType string variable. Item has a to-many inverse relationship to > Entries. Entries has two variables: stringData and numberData. > > I'm programmatically

Programmatically binding Core Data to dynamic NSTableColumns

2010-03-17 Thread Michael LaMorte
I have a Core Data application with two entities: Item and Entries. Item has a dataType string variable. Item has a to-many inverse relationship to Entries. Entries has two variables: stringData and numberData. I'm programmatically creating an NSTableColumn for each Item. The cell type of the c