Re: Uneditable NSTableView
Re: Uneditable NSTableView
- Subject: Re: Uneditable NSTableView
- From: Keary Suska <email@hidden>
- Date: Wed, 23 Apr 2008 09:11:49 -0600
- Thread-topic: Uneditable NSTableView
on 4/23/08 8:41 AM, email@hidden purportedly said:
>> Good question -- if you want the double action to be called, you have
>> to set the app controller to be the table view's target, not just its
>> delegate. You can, of course, make the connection in IB; you don't
>> have to use setTarget:.
>
> I'm not quite sure what you mean by "target" here, so I'll be
> more specific about how I make my connections :
The "target" is the object that your selector message will be sent to. How
will your TableView know which object responds to the selector you give it?
It's not magic...
HTH,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
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