Re: NSArrayController remove:
Re: NSArrayController remove:
- Subject: Re: NSArrayController remove:
- From: Tore Halset <email@hidden>
- Date: Tue, 12 Sep 2006 21:21:03 +0200
Thanks a lot Felix! Connecting the selectionIndexes fixed the problem :)
- Tore.
On Sep 12, 2006, at 15:49, Felix Franz wrote:
On Sep 12, 2006, at 3:21 PM, Tore Halset wrote:
The NSTableView are bound to the arrangedObjects of the array
controller.
do you bind the NSTableView directly to the NSArrayController via
its "content" binding?
If yes you have to bind the NSTableView's selectionIndexes to the
selectionIndexes of the
NSArrayController. This is done automatically if you bind to a
table column.
See <file:///Developer/ADC Reference Library/documentation/
Cocoa/Reference/CocoaBindingsRef/BindingsText/NSTableView.html#//
apple_ref/doc/uid/NSTableView-DontLinkElementID_541>
felix
_______________________________________________
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