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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]