FROM : Hannes Petri
DATE : Wed Jul 12 00:43:10 2006
Hello!
I'm using KVO to observe an array controller, and when an object is
added, a view should be changed.
Now I want a pointer to the object that was added. How should I do?
Apples documentation says that I should get the index of the new
object, by querying the changes-dict with the key
NSKeyValueChangeIndexesKey, but that returns null.
What am I doing wrong? Is it possible to achieve what I want?
Hannes Petri
<email_removed>
DATE : Wed Jul 12 00:43:10 2006
Hello!
I'm using KVO to observe an array controller, and when an object is
added, a view should be changed.
Now I want a pointer to the object that was added. How should I do?
Apples documentation says that I should get the index of the new
object, by querying the changes-dict with the key
NSKeyValueChangeIndexesKey, but that returns null.
What am I doing wrong? Is it possible to achieve what I want?
Hannes Petri
<email_removed>
| Related mails | Author | Date |
|---|---|---|
| Hannes Petri | Jul 12, 00:43 | |
| Hannes Petri | Jul 12, 13:00 | |
| George Orthwein | Jul 12, 15:25 | |
| Hannes Petri | Jul 12, 15:56 | |
| Matt Neuburg | Jul 12, 19:35 | |
| Bill Northcott | Jul 13, 01:41 | |
| Matt Neuburg | Jul 13, 16:46 | |
| Hannes Petri | Jul 14, 12:41 | |
| Matt Neuburg | Jul 14, 17:47 | |
| George Orthwein | Jul 14, 22:22 | |
| Matt Neuburg | Jul 14, 22:32 | |
| Hannes Petri | Jul 17, 11:19 | |
| George Orthwein | Jul 18, 20:39 |






Cocoa mail archive

