On Oct 5, 2008, at 3:55 AM, Gerriet M. Denkmann wrote:
When the Inspector gets loaded I get:
... KVO autonotifying only supports -set: methods that return
void. Autonotifying will not be done for invocations of -
[MyDocument _setDisplayName:].
[...]
Why does displayName complain? What am I
In a document based Tiger (10.4.11) app I have an Inspector.nib which
has an NSObjectController with content = current MyDocument.
It has an NSTextField (not editable) with value bound to
selection.displayName
When the Inspector gets loaded I get:
... KVO autonotifying only supports -set: m