• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: DoubleClick in a NSTableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: DoubleClick in a NSTableView
      • From: Frank Blome <email@hidden>
References: 
 >Re: DoubleClick in a NSTableView (From: Frank Blome <email@hidden>)

  • Prev by Date: Re: DoubleClick in a NSTableView
  • Next by Date: Re: DoubleClick in a NSTableView
  • Previous by thread: Re: DoubleClick in a NSTableView
  • Next by thread: Re: DoubleClick in a NSTableView
  • Index(es):
    • Date
    • Thread