Core data question in multiwindow doc app
Core data question in multiwindow doc app
- Subject: Core data question in multiwindow doc app
- From: Steven Hamilton <email@hidden>
- Date: Fri, 27 Jun 2008 22:39:40 +1000
Easy one this I reckon (but not that easy or I wouldn't ask),
I've converted my core data app to NSPersistentDocument and using a
multi-nib model for my 3 windows. I have an account window using the
IB wizard Master-Detail interface with bindings to add and manage
Account entities. I also have a transaction window which has an
outlineview of my Accounts. This uses the standard datasource and
delegate methods and I build a manual tree of accounts during
awakeFromNib for that window.
When I add a new account entity my outlineview doesn't know. Should I
be using a notification to find out when a new account entity is
added. If so, which one?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden