FROM : mmalcolm crawford
DATE : Sat Apr 30 01:48:41 2005
On Apr 29, 2005, at 4:34 PM, Scott Stevenson wrote:
> You register for KVO notifications on the array controller inside
> bind: and update the view's contents when observeValueForKeyPath:
> is called. That method passes in the bound array controller, so you
> can just query it directly for its new contents, using the key path
> specified during the initial bind.
>
See also:
<http://homepage.mac.com/mmalc/CocoaExamples/controllers.html>
Graphics Bindings example...
mmalc
DATE : Sat Apr 30 01:48:41 2005
On Apr 29, 2005, at 4:34 PM, Scott Stevenson wrote:
> You register for KVO notifications on the array controller inside
> bind: and update the view's contents when observeValueForKeyPath:
> is called. That method passes in the bound array controller, so you
> can just query it directly for its new contents, using the key path
> specified during the initial bind.
>
See also:
<http://homepage.mac.com/mmalc/CocoaExamples/controllers.html>
Graphics Bindings example...
mmalc
| Related mails | Author | Date |
|---|---|---|
| Josh Anon | Apr 30, 00:31 | |
| Scott Stevenson | Apr 30, 01:34 | |
| mmalcolm crawford | Apr 30, 01:48 | |
| Josh Anon | Apr 30, 02:24 |






Cocoa mail archive

