CoreData/Bindings question
CoreData/Bindings question
- Subject: CoreData/Bindings question
- From: Ryan Stevens <email@hidden>
- Date: Sun, 11 Sep 2005 11:44:38 -0700
I'm just now learning to use CoreData and Bindings so be kind...
Say I've got a pretty simple Person Entity with attributes name, mom,
dad (among others). So far so good - I can add and remove records
from my table, etc.
Now say I'd like to show a sort of family tree...
dad
dad - |
mom
child - |
dad
mom - |
mom
I've got the GUI for the family tree set up already and it's even
printing nicely. I've bound the 'child' field to selection.name and
the first 'dad' and 'mom' fields to selection.dad/mom so they're
filled in (or I can easily grab their records and add more info). Now
what's going to be the easiest way to get the next (and the next-
next) generation?
TIA!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden