Re: NSTableView and performClickOnCellAtColumn - cannot make it work

2013-02-03 Thread Michael Babin
On Jan 26, 2013, at 4:08 AM, Ivan Ostres 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. T

NSTableView and performClickOnCellAtColumn - cannot make it work

2013-02-03 Thread Ivan Ostres
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)some