Re: Cocoa Bindings and popups
Re: Cocoa Bindings and popups
- Subject: Re: Cocoa Bindings and popups
- From: Scott Anguish <email@hidden>
- Date: Mon, 19 Jul 2004 02:23:19 -0400
On Jul 18, 2004, at 11:22 PM, Steve Harris wrote:
It could be that you need to make your accessor methods for
rideDescriptionList Key-Value Coding compliant.
I just mocked this up in IB (a table view that I can edit three
columns in, and connected that array controller to the pop up menu. As
each was added/updated the popup changed.
It's something else...
I think you've got an extra connection in there.. that first
ObjectController shouldn't be necessary
Create an NSArrayController and bind it's content array to the
variable that contains the ride list
then bind the popup menu to that array controller.
How are you adding the items to the array?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.