On Jan 26, 2013, at 4:08 AM, Ivan Ostres <iost...@live.com> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to