I have set up an NSTableView to respond to a doubleclick which it does just fine. I have also made a button that performs an action. Part of this action is to respond to the rowClicked in the NSTableView. It performs its funciton just fine as well, except that if I click the button and then select a different row the doubleAction is performed as if I had doubleclicked on the row. Any ideas what is going on here?
kman