• 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
NSTableView doubleClick and edit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTableView doubleClick and edit


  • Subject: NSTableView doubleClick and edit
  • From: email@hidden
  • Date: Tue, 23 Nov 2004 11:35:06 -0500

I have a NSTable. I set its delegate and also its target to the same object. For the doubleclick action, i implement a method called "- (void) doubleClick:(id)sender". When i double click in a row of my NSTableView, the action never gets called.

For the editing, i give the NSTableView a NSTableColumn that has editing set to YES. I implement "textShouldBeginEditing:" and return YES. This never gets called either.

BTW, im not trying to get a double click from the column that i set as editable. I actually have 2 columns, 1 is editable and the other not. So db clicking on the the editable one "should" start editing, and dbcliking on the other should call the doubleClick action.

Any ideas what might be going on here?

thanks

Alex

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: NSTableView doubleClick and edit
      • From: Ron Ballesteros <email@hidden>
  • Prev by Date: Re: XML Parser
  • Next by Date: Re: NSAttributedString attribues misbehaving
  • Previous by thread: Re: XML Parser
  • Next by thread: Re: NSTableView doubleClick and edit
  • Index(es):
    • Date
    • Thread