Re: Programmatically invoking double-click bindings on NSTableView
Re: Programmatically invoking double-click bindings on NSTableView
- Subject: Re: Programmatically invoking double-click bindings on NSTableView
- From: Gerd Knops <email@hidden>
- Date: Wed, 28 Oct 2009 12:51:09 -0500
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 that is a bit of
work. And since the tableview already knows how to do that, I was
wondering if that code was exposed in some way. Apparently not.
For now I just added a transparent button with similar bindings and
trigger that one.
Thanks
Gerd
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden