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

Re: NSTableView and performClickOnCellAtColumn - cannot make it work


  • Subject: Re: NSTableView and performClickOnCellAtColumn - cannot make it work
  • From: Michael Babin <email@hidden>
  • Date: Sun, 03 Feb 2013 09:45:31 -0600

On Jan 26, 2013, at 4:08 AM, Ivan Ostres <email@hidden> wrote:

> 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 {
	NSLog(@"In someAction: %@", leftTblView);
>    [leftTblView performClickOnCellAtColumn:1   row:2];
> }
>
> How can I troubleshoot this issue?

For starters, add a log statement like the one above (or set a breakpoint) and make sure that the method is being called and that leftTblView is properly connected/set.


_______________________________________________

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

References: 
 >NSTableView and performClickOnCellAtColumn - cannot make it work (From: Ivan Ostres <email@hidden>)

  • Prev by Date: Re: MIDIClientCreate fail
  • Next by Date: Re: new to Cocoa/Objective-c: many points of confusion
  • Previous by thread: NSTableView and performClickOnCellAtColumn - cannot make it work
  • Next by thread: NSDocument packages and incremental writing using NSFileWrapper
  • Index(es):
    • Date
    • Thread