On Fri, Sep 26, 2008 at 2:33 PM, Daniel Child <[EMAIL PROTECTED]> wrote:
> I tried this, but with Core Data, I'm getting a message that I need a
> managed object context (moc). I know how to get the moc, but I can't figure
> out who is calling for the moc in the first place. Something inside of the
> underneath NSWindowController code, I suspect. The window controller's
> initialization goes fine, as does awakeFromNib. Also, the File's Owner is
> set to the window controller class. So which method (one called by Cocoa,
> not me) needs to be overwritten so I can pass the moc to it?

Erm, NSWindowController shouldn't be asking for a MOC.  Perhaps
whatever NSControllers you have in your nibs haven't had their
managedObjectContext bindings fixed?

--Kyle Sluder
_______________________________________________

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]

Reply via email to