Re: NSTableView action & doubleAction...

2010-06-06 Thread Matthew Weinstein
Actually I'm really happy it does both; I just want to count on it doing both. In my case it is really important that the single click do something before the 2nd click. I want users to be able to single click without triggering the subsequent action, the double click takes the single click and

Re: NSTableView action & doubleAction...

2010-06-06 Thread Matt Neuburg
On Sun, 6 Jun 2010 18:12:07 -0700, Matthew Weinstein said: >I set both my tableView's actions and doubleActions programmatically in my document's windowdidloadnib... I find that if I double click It calls both! You're doing both. :) The only way to tell the difference is to delay after the first

NSTableView action & doubleAction...

2010-06-06 Thread Matthew Weinstein
Dear Programmers, I set both my tableView's actions and doubleActions programmatically in my document's windowdidloadnib... I find that if I double click It calls both! Is this expected behavior? Is there a method to this madness? Matthew Weinstein Associate Professor of Science Education Educat