Bindings are made fpr entities (not only core data entiities, but entities). It is a *Key-Value*-Technologie. Strings have no properties, no keys, are not entities.

Maybe you can fake it, if you add a category to the strings:
@implementation NString( MirrorAddition )
- (NSString*)reflection { return self; }
@end

using reflection as the model key path. But propably it is a design problem.

Amin

Am Mo,04.08.2008 um 19:32 schrieb Dustin Robert Kick:

This seems like it would be common enough, to me, that it would have bindings for it. I can't find anything, and am thinking I will write an NSValueTransformer to do this (also thought there might be a value transformer for this, but no). Am I missing something? I thought that there should be either a [EMAIL PROTECTED] operator, or a patternValue binding, or an NSValueTransformer to do this, but I haven't found anything. I thought I might be able to get something by using [EMAIL PROTECTED], or something similar, but that wouldn't work either.


Dustin          
KC9MEL  


_______________________________________________

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/negm-awad%40cocoading.de

This email sent to [EMAIL PROTECTED]

Amin Negm-Awad
[EMAIL PROTECTED]




_______________________________________________

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