On Jan 14, 2009, at 2:18 PM, Mohan Parthasarathy wrote:
I have protocol X that is implemented by a few classes of my own.
These
classes are not known directly to my main code but only through the
protocol
(id). When my main code tries to addObserver:self to the
object
id, i get a warning say
On Jan 14, 2009, at 3:18 PM, Mohan Parthasarathy wrote:
I have protocol X that is implemented by a few classes of my own.
These
classes are not known directly to my main code but only through the
protocol
(id). When my main code tries to addObserver:self to the
object
id, i get a warning s
8/11/08 8:15 AM, also sprach [EMAIL PROTECTED]:
> I'm making the following call (and defining observeValueForKeyPath on self
> etc) on an NSArrayController, hoping to get notifications of it changing. But
> I don't seem to be getting any notifications. Should this work?
>
>
> [arrayController ad
Am Mo,11.08.2008 um 16:15 schrieb Chris Idou:
I'm making the following call (and defining observeValueForKeyPath
on self etc) on an NSArrayController, hoping to get notifications of
it changing. But I don't seem to be getting any notifications.
Should this work?
[arrayController addOb