Re: More bindings confusion
Re: More bindings confusion
- Subject: Re: More bindings confusion
- From: Scott Anguish <email@hidden>
- Date: Fri, 16 Jul 2004 12:41:55 -0400
On Jul 16, 2004, at 11:36 AM, mmalcolm crawford wrote:
On Jul 16, 2004, at 2:20 AM, Gwynne wrote:
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?
In the Bind to: popup menu, select "Shared Application"...
Oh, man, did I blow that answer.. i miss read it as how do I bind it
to something if it isn't the File's Owner.
yes, you can always bind to Shared Application. For keys that aren't
part of the File's Owner, and don't have magical popups, you need to
use content or do it programatically, at least for now.
_______________________________________________
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.