Re: binding options help please
Re: binding options help please
- Subject: Re: binding options help please
- From: Max Barel <email@hidden>
- Date: Thu, 14 Oct 2004 02:05:00 +0200
Le 13 oct. 04, à 21:25, Theodore Petrosky a écrit :
it is returning an NSString class
-(id)transformedValue:(id)aString {
NSJobType *newObject = [[[NSJobType alloc] init]
autorelease];
[newObject setJobType:aString];
return newObject;
}
reversedTransformedValue:(id)value {
return [value jobType];
}
Aren't you inverting the direct and reverse transformers?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden