[MyArrayController selectsInsertedObjects] being ignored.
[MyArrayController selectsInsertedObjects] being ignored.
- Subject: [MyArrayController selectsInsertedObjects] being ignored.
- From: Matt Gough <email@hidden>
- Date: Wed, 7 Dec 2005 16:17:37 +0000
In one of my tableviews which has an associated arraycontroller I am
trying to prevent newly inserted items from being selected. I have
tried:
1. Turned off the 'Selects inserted objects' option in Interface Builder
2. Added :
- (BOOL)selectsInsertedObjects
{
return NO;
}
to my ArrayController class
But my items are still being selected on insertion.
FYI - I have another tableview/controller pairing where 'Selects
inserted objects' is turned off and that one works fine. It is just
this one table that misbehaves.
Any ideas?
Matt Gough
_______________________________________________
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