Re: More bindings confusion
Re: More bindings confusion
- Subject: Re: More bindings confusion
- From: Gwynne <email@hidden>
- Date: Fri, 16 Jul 2004 05:20:13 -0400
On Jul 16, 2004, at 2:59 AM, ScottAnguish wrote:
So if I bind a view's "enabled" binding to Shared Application using
the model key path "delegate.kvcCompliantMethod", and implement
kvcCompliantMethod in the NSApplication delegate, it will work, but I
lose... what?
As I said, you shouldn't, you should use an object controller as an
intermediate.
an object controller knows when the document needs to get/abandon
changes, and is informed when the UI items change focus, which can
cause changes to be committed or abandoned.
always use an object controller. always always always.
1) How do I link an NSObjectController to the shared application, in a
nib whose File's Owner isn't the application?
2) What exact difference does it make in a non-document-based
application?
-- Gwynne, key to the Code that runs us all
Email: email@hidden
Web:
http://musicimage.plasticchicken.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.