On Apr 19, 2011, at 6:20 AM, Ben Golding <[email protected]> wrote:
> > Sure, I'm using content to bind to an array controller bound to an array of > pop-up button titles and selected index (though I'm picking up the selected > object using [[arrayControlled selectedObjects] objectAtIndex:0]). > > I've also tried binding to contentValues which was unsuccessful too. It might help to be a bit more precise. Enumerate all the configured bindings on your popup button. I like to use a syntax like this: popupButton.content --(CapitalizeTransformer)--> [arrayController].arrangedObjects --Kyle Sluder_______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
