On Oct 28, 2009, at 1:51 PM, Gerd Knops wrote:
On Oct 28, 2009, at 11:41 AM, Jim Correia wrote:
If you are looking for a more general solution, you can retrieve the
binding data from the table view using -infoForBinding:, valuate the
target & arguments, and invoke the method that way.
I cou
On Oct 28, 2009, at 11:41 AM, Jim Correia wrote:
If you are looking for a more general solution, you can retrieve the
binding data from the table view using -infoForBinding:, valuate the
target & arguments, and invoke the method that way.
I could, but given the flexible number of arguments tha
On Wed, Oct 28, 2009 at 12:25 PM, Gerd Knops wrote:
> Seems this should be easy:
>
> I have an NSTableView's "Double Click Target", "Double Click Argument",
> "Double Click Argument2" etc. binding set, and they work fine.
>
> Now I would like to programmatically get the tableview to issue a
> dou
Seems this should be easy:
I have an NSTableView's "Double Click Target", "Double Click
Argument", "Double Click Argument2" etc. binding set, and they work
fine.
Now I would like to programmatically get the tableview to issue a
double-click response. Obviously "target" and "doubleAction"