Re: Binding to displayName

2008-10-05 Thread Ken Thomases
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

Binding to displayName

2008-10-05 Thread Gerriet M. Denkmann
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