As noted, it's the most complicated example and will take quite a bit
of time to fully understand. The difficulty is primarily in adding
bindings support for a custom view... though there is now also a nice
step through of that here (Bindings in More Detail): http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/Concepts/HowDoBindingsWork.html#//apple_ref/doc/uid/
20002373-194182
So I would consider instead using normal target-action/outlets
between your custom view and controller and not worry about making
the custom view bindings-enabled. At least to start. You can still
use bindings other places like between the textfields and controller,
and between controller and model. I just remember jumping into the
Graphics Bindings example a little too early myself. :)
Hope that helps,
George
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden