Core Data Question 1
Core Data Question 1
- Subject: Core Data Question 1
- From: R T <email@hidden>
- Date: Tue, 19 Aug 2008 21:39:58 -0700 (PDT)
I have a Core Data Document-based Application.....a document window with a tableview, a text view and a button. When the button is selected, a number is read from the text field and that many objects are programatically added to the tableview. Then a sheet is opened. The tableview presents only part of the attributes of an entity. The sheet will present the remaining attributes in it's own tableview.
My problem is that I need the sheetController to have access to the myDocument.h instance variable, NSArrayController *tableController, which is bound to the managedObjectContext. I'm having trouble with this. Is the instance variable of the document available to the sheet?
Any ideas?
Thanks
Rick Tschudin
_______________________________________________
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