• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[MyArrayController selectsInsertedObjects] being ignored.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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
  • Prev by Date: Clearing Recent Items programmatically
  • Next by Date: Re: Preview and "Respect Image DPI for Actual Size"
  • Previous by thread: Re: Clearing Recent Items programmatically
  • Next by thread: Adding script capabilities to keynote
  • Index(es):
    • Date
    • Thread