• 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 and performClickOnCellAtColumn - cannot make it work
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTableView and performClickOnCellAtColumn - cannot make it work


  • Subject: NSTableView and performClickOnCellAtColumn - cannot make it work
  • From: Ivan Ostres <email@hidden>
  • Date: Sat, 26 Jan 2013 11:08:58 +0100

Hi group,

I am trying to use performClickOnCellAtColumn on NSTableView to put cell in editing mode (like when you create a new folder in Finder). If I click on the cell I can change it content but using performClickOnCellAtColumn nothing happens. This is the code I am using:

- (IBAction)someAction:(id)sender {
    [leftTblView performClickOnCellAtColumn:1   row:2];
}

How can I troubleshoot this issue?

BR,
Ivan
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: NSTableView and performClickOnCellAtColumn - cannot make it work
      • From: Michael Babin <email@hidden>
  • Prev by Date: -mouseDragged: invoked when it should not (and without mouseDown)
  • Next by Date: NSDocument packages and incremental writing using NSFileWrapper
  • Previous by thread: Re: -mouseDragged: invoked when it should not (and without mouseDown)
  • Next by thread: Re: NSTableView and performClickOnCellAtColumn - cannot make it work
  • Index(es):
    • Date
    • Thread