Re: Top five reasons your NSTableView doesn't respond to double
Re: Top five reasons your NSTableView doesn't respond to double
- Subject: Re: Top five reasons your NSTableView doesn't respond to double
- From: Bill Bumgarner <email@hidden>
- Date: Sat, 10 May 2003 22:05:07 -0400
On Saturday, May 10, 2003, at 14:23 US/Eastern,
email@hidden wrote:
1. And the number one reason your NSTableView doesn't respond to double
clicks is...you haven't set the target!
[tableView setTarget:self];
Assuming that the NSTableView is using the standard AppKit responder
chain, this last step should only be necessary if the target is not in
the responder chain (and not a delegate of the Window or Application --
I don't believe the Table's delegate will be counted in the responder
chain).
At least, that is how it should work....
b.bum
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.