| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Oct 30, 2004, at 11:34 PM, James Hillhouse wrote:
When I bind the PullDown Button, I select Value, binding to the
controller (in this case OrbitController) with a "selection"
Controller Key and "selectCentralBodyMuAsPlanetX" for the first choice
and "selectCentralBodyMuAsPlanetY" for the second choice for the Model
Key Path.
You probably want to be binding three separate things:
- content to popupArrayController.arrangedObjects;
- contentValues to popupArrayController.arrangedObjects.displayName;
- selectedObject to otherArrayController.selection.attribute
This is from:
http://homepage.mac.com/mmalc/CocoaExamples/controllers.html
See the "Popup" section.
Here's the sample project:
http://homepage.mac.com/mmalc/CocoaExamples/ToDos.zip
- Scott
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.