Re: [Pyobjc-dev] Key Value Observing of lists?
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2008-06-02 05:40:35
|
On 1 Jun, 2008, at 23:25, Orestis Markou wrote: > > Notice how there are three objects in there, but only one complaint. > So I guess Python objects don't play well with KVO at the moment, > and I should use NSObjects where possible, right? That's basicly right. I don't really like this, but that's the best we can do without patching the Python interpreter. Ronald |