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
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)
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
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