On Oct 1, 2011, at 11:54 AM, Koen van der Drift wrote:

> In my core data model, I have several string properties that I would like to 
> bind to one NSTextView. So, I would like the text view to show both the name 
> and description entities as if they were one string.
> 
> Is there a way to do this, in IB I can only bind one at the time (I think).

Not specifically for NSTextView. Text fields have the "value with pattern" 
bindings, but no such luck for text views. In such cases I generally have a 
"dynamic" property of a model object that consists of a pseudo-getter and 
+keyPathsForValuesAffectingKey.

HTH,

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"

_______________________________________________

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 arch...@mail-archive.com

Reply via email to