FROM : Michael Varlik
DATE : Fri Jan 04 20:32:30 2008
Hi,
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.
This works pretty good, but I wonder if there is a more
convenient way to perform this, something like
"selectObjectWithValueForKey". Is there a way to do
this?
Many thanks in advance,
Michael
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
DATE : Fri Jan 04 20:32:30 2008
Hi,
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.
This works pretty good, but I wonder if there is a more
convenient way to perform this, something like
"selectObjectWithValueForKey". Is there a way to do
this?
Many thanks in advance,
Michael
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
| Related mails | Author | Date |
|---|---|---|
| Michael Varlik | Jan 4, 20:32 | |
| Hank Heijink | Jan 4, 20:41 | |
| William Turner | Jan 4, 20:52 | |
| Michael Varlik | Jan 4, 21:04 | |
| I. Savant | Jan 4, 21:21 | |
| Michael Varlik | Jan 4, 22:18 |






Cocoa mail archive

