The popup button has:
Content bound to MyArrayController.arrangedObjects
Content Values bound to MyArrayController.arrangedObjects.name

Sometimes, and is vaguely seems to be related to changing the XIB, the labels of the cells in the popup are what I would expect from calling -description on the managed objects it's listing. The rest of the UI works as expected when it happens, but the cell content is gibberish.

And as luck would have it, I haven't been able to replicate this while writing this mail.

There are two usual reasons that happens:
1) The content values binding is not set up to bind to a string value of the content—in this case it looks like you’re OK—or, 2) the bound selection isn’t available in the bound content values and the pop-up falls back to something else.

-Ben_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]

Reply via email to