Re: Selecting an object of a NSArrayController
Re: Selecting an object of a NSArrayController
- Subject: Re: Selecting an object of a NSArrayController
- From: "I. Savant" <email@hidden>
- Date: Fri, 4 Jan 2008 15:21:17 -0500
> I have an NSArrayController which controles entities.
> These entities have a boolean attribute and there is
> exactly one entitie where this attribute is YES, all
> the others are NO. When I want to select the one entity
> with the attribute set to YES, I iterate through the
> NSArrayController's arrangedObjects and when I find
> the entity, I call setSelectionIndex to the index of
> the object within arrangedObjects.
It'd be easier to make recommendations if you described your goal a
bit more broadly. What is this attribute used for? Why does selection
depend upon it? What makes the attribute "YES"? What mechanism do you
use to ensure only one entity instance has "YES" for the attribute?
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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