Re: Core Data Entity object
Re: Core Data Entity object
- Subject: Re: Core Data Entity object
- From: Quincey Morris <email@hidden>
- Date: Mon, 25 Aug 2008 14:52:26 -0700
On Aug 25, 2008, at 13:33, R T wrote:
A Core Data Entity object added to a XIB on a sheet of a document
window is created but the add & remove buttons are not highlighted.
Why?
I assume you mean "not enabled" instead of "not highlighted".
If both buttons are not enabled, it most likely means they have no (or
an incorrect) target/action connection. If the target is a specific
object, that object must implement the action method. If the target is
First Responder, some object in the responder chain must implement the
action method.
_______________________________________________
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