Re: getting NSTableView -selectedColumn or -selectedCell

2009-01-07 Thread Corbin Dunn
howdy, There is no "selected cell" -- only a selected row or column, which can contain one or more cells. Do you mean the focused cell, as in tabb'ed into on SnowLeopard? Or, what are you trying to do? I may be able to offer advice. corbin On Jan 7, 2009, at 10:28 AM, Barton Wells wrote:

getting NSTableView -selectedColumn or -selectedCell

2009-01-07 Thread Barton Wells
I'm trying to get the selected cell of an NSTableView when selected by the user. I am using the delegate method tableViewSelectionDidChange: and within it have tried calling both - selectedColumn and I've tried -selectedCell. -selectedColumn always returns -1, and -selectedCell always retu