Re: [Pyobjc-dev] Binding problem with NSObjectController
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2004-06-03 05:40:44
|
On Jun 2, 2004, at 10:37 PM, Ronald Oussoren wrote: >> This is beyond what I can fathom but this does work in Objective C > > Does it? I'd be surprised if KVO in ObjC worked when you modify fields > without going through an accessor. It won't unless you use the KVC methods. If you modify an iVar directly, there is no way for KVO to know that the value has changed. b.bum |