Re: Manual binding questions.
Re: Manual binding questions.
- Subject: Re: Manual binding questions.
- From: Scott Anguish <email@hidden>
- Date: Mon, 24 Jan 2005 07:43:27 -0500
On Jan 23, 2005, at 9:50 PM, mmalcolm crawford wrote:
But I don't see a list there of what DOES post change notifications
and what doesn't. How does one know? And what's the recommended way
to handle a control like that then?
From
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/Concepts/WhatAreBindings.html> and
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/Concepts/HowDoBindingsWork.html>
(sections on Key-Value Observing):
Models and controllers post KVO notifications, controllers and views
observe.
While this is true (woohoo, mmalc got something right for a
change!) there is a general issue with documentation needing to
indicate if a method is KVC/KVO compliant.
For example, the rect of a window is data that is specific to that
window. the window is the model in that case... is that field KVO
compliant?
This is something that needs to be addressed in a much larger scope
I think.
Please, file bugs if this is important to you.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden