binding to a NSTableView double click
binding to a NSTableView double click
- Subject: binding to a NSTableView double click
- From: Gonzalo Castro <email@hidden>
- Date: Wed, 25 Apr 2007 07:00:54 -0400
Hi,
How would I bind the value of an NSTextField with a double click
action on a row in an NSTableView?
The table's NSTableColumn is bound to an NSArrayController
representing a list of entities with attribute lastName, for example.
I've made the NSTableColumn not editable so a double click doesn't
edit the row contents and I can capture the double click in a
controller by assigning the table's setDoubleAction target but then I
feel this is moving away from the bindings concept. Is binding in
this way possible?
Thanks,
Gonzalo
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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