understanding the column of a double clicking into a table view

2009-12-17 Thread Stephane Huaulme
to handle double clicking, i bind the double click target of the table view to my app controller using a method named doubleClick. inside doubleClick, i look at what row is currently selected, and i know which one the user clicked in. how can i understand which column did the user double click

Re: understanding the column of a double clicking into a table view

2009-12-17 Thread Quincey Morris
On Dec 17, 2009, at 12:20, Stephane Huaulme wrote: to handle double clicking, i bind the double click target of the table view to my app controller using a method named doubleClick. inside doubleClick, i look at what row is currently selected, and i know which one the user clicked in.

Re: understanding the column of a double clicking into a table view

2009-12-17 Thread Kyle Sluder
On Thu, Dec 17, 2009 at 12:20 PM, Stephane Huaulme steph...@myhomeoffice.net wrote: inside doubleClick, i look at what row is currently selected, and i know which one the user clicked in. how can i understand which column did the user double click in? NSTableView has methods for this