Re: Binding Target of NSButtonCells inside of an NSTableView
Re: Binding Target of NSButtonCells inside of an NSTableView
- Subject: Re: Binding Target of NSButtonCells inside of an NSTableView
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 16 Jun 2005 13:46:02 -0700
On Jun 16, 2005, at 1:14 PM, Clark Cox wrote:
Currently, in IB, I have the binding on the table column set like so:
"target" is bound to <the NSArrayController>.selection, with a
selector of "selectFilename:"
"argument" is also bound to <the NSArrayController>.selection.
However, clicking any of the buttons in this column does nothing.
This won't work.
'selection' is a proxy object that only responds to methods in
NSKeyValueCoding:
<http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSObjectController.html#//
apple_ref/doc/uid/20002044-BBCIDIEB>
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden