Re: DoubleClick in a NSTableView
Re: DoubleClick in a NSTableView
- Subject: Re: DoubleClick in a NSTableView
- From: Bill Cheeseman <email@hidden>
- Date: Mon, 10 Jun 2002 08:00:56 -0400
on 02-06-10 7:34 AM, Frank Blome at email@hidden wrote:
>
Maybe it is an important information, that I have set a delegate between
>
the table and my class. I need it to catch some other things. Might this a
>
problem?
I think this is spelled out clearly in the documentation. As I recall, the
method that is set as your double-click action must be defined in the class
that has been designated as the table view's delegate. It doesn't matter how
many other delegate methods you implement for the table view, as long as
they're all implemented in the one class that is designated as the table
view's delegate.
And, just to be sure we're on the same wavelength: For a double-click on a
noneditable cell to work, the cell must have its "Editable" option unchecked
using Interface Builder (or the equivalent Cocoa method).
It works for me.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
Croquet Club of Vermont -
http://members.valley.net/croquetvermont
_______________________________________________
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.