Re: Core Data/Bindings issue
Re: Core Data/Bindings issue
- Subject: Re: Core Data/Bindings issue
- From: Benjamin Stiglitz <email@hidden>
- Date: Mon, 24 Nov 2008 14:46:45 -0500
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 (email@hidden)
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:
This email sent to email@hidden