Re: binding options help please
Re: binding options help please
- Subject: Re: binding options help please
- From: Theodore Petrosky <email@hidden>
- Date: Thu, 14 Oct 2004 04:47:13 -0700 (PDT)
I thought so at first... but when I put NSLogs in ,
what I saw was that when I selected a different
popup, I saw a string going into the transformedValue
and a JobType was going into the
reversedTransformedValue. What I have now works in
that I end up with a string in the selectedObject
Array. However, I have that 'object' in the popup.
Thanks for looking at it...
Ted
--- Max Barel <email@hidden> wrote:
>
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 you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
_______________________________________________
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