[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSTable - setAction problem
From: |
Nicola Pero |
Subject: |
Re: NSTable - setAction problem |
Date: |
Fri, 23 Mar 2001 13:00:09 +0000 (GMT) |
> I detect problem with - setAction method in NSTableView.
> In current implementation of NSTableView it isn't posiible
> to catch single click in NSTable.
> I need to do some action, when user click to one of NSTable row.
Thanks - it seems you are right - in NSTableView -mouseDown: we don't ever
send the action upon single click.
Should the action be sent always on single click ?
Even if the click is used to change the selection ?