[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mmalc's Controller examples: Bindings with graphics
- Subject: mmalc's Controller examples: Bindings with graphics
- From: mmalc_lists at mac.com (mmalcolm crawford)
- Date: Wed Mar 10 22:14:59 2004
- In-reply-to: <B0132EFE-6B6D-11D8-8E9C-000A95DA3C6A@mac.com>
- References: <CCF2426D-61E1-11D8-A541-000A95DA3C6A@mac.com> <265BC802-668E-11D8-B751-000A95DA3C6A@mac.com> <FD18A497-6972-11D8-8544-000A95DA3C6A@mac.com> <2953A036-69DE-11D8-B191-000A95DA3C6A@mac.com> <B0132EFE-6B6D-11D8-8E9C-000A95DA3C6A@mac.com>
Bindings with graphics
<http://homepage.mac.com/mmalc/CocoaExamples/GraphicsBindings.zip>
This example illustrates the use of bindings with views in two contexts:
* A display view that displays a collection of graphics objects, and
supports selection.
* A control view that allows the user to adjust a graphic object's
shadow angle and offset. It illustrates use of selection markers, and
supports multiple selection but has a binding option to disable
support.
This is a *big* demo, not for the faint of heart, but I hope it gives a
much more real-world example than the others. It has a fair amount of
detail, and whilst simplified in many respects should show how it can
be generalised.
<http://homepage.mac.com/mmalc/CocoaExamples/controllers.html>
mmalc