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
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