Re: DoubleClick in a NSTableView
Re: DoubleClick in a NSTableView
- Subject: Re: DoubleClick in a NSTableView
- From: Frank Blome <email@hidden>
- Date: Mon, 10 Jun 2002 14:15:54 +0200
On Montag, Juni 10, 2002, at 02:00 PM, Bill Cheeseman wrote:
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.
Crystal clear. This is exactly what I did.
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).
Also, agree. I have tried even both (via IB and via coding).
It works for me.
But not for me :-(
Anyway, thousand thank's for your (and all others) help,
Frank
_______________________________________________
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.