Re: Programmatically invoking double-click bindings on NSTableView

2009-10-28 Thread Jim Correia
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

Re: Programmatically invoking double-click bindings on NSTableView

2009-10-28 Thread Gerd Knops
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

Re: Programmatically invoking double-click bindings on NSTableView

2009-10-28 Thread Jim Correia
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

Programmatically invoking double-click bindings on NSTableView

2009-10-28 Thread Gerd Knops
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"