Binding NSPopUpButton
Binding NSPopUpButton
- Subject: Binding NSPopUpButton
- From: Jeremy Sacket <email@hidden>
- Date: Mon, 9 Jan 2006 15:09:44 -0600
First off, here is what I am trying to do. I have a popup that need
to have a key and a title.
For example,
CAT = "Cat"
DOG ="Dog"
I am needing to bind the popup button so that the title will show and
the key will be stored in the object.
What combination of bindings do I use. I have tried:
Content->Array of Cat, Dog
ContentValues->Array of CAT, DOG
SelectedObject - > pet
ContentValue->Array of Cat, Dog
Content->Array of CAT, DOG
SelectedObject - > pet
Any many more combinations.
I appreciate any help.
Jeremy
_______________________________________________
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