Re: Binding and dependant keys
Re: Binding and dependant keys
- Subject: Re: Binding and dependant keys
- From: Frédéric Testuz <email@hidden>
- Date: Sat, 13 Nov 2004 12:55:36 +0100
Le 13 nov. 04, à 12:28, Peter Schmidt a écrit :
Am 13.11.2004 um 11:58 schrieb Frédéric Testuz:
- (NSString *)fullName
{
return [lastName stringByAppendingFormat:@", ", firstName];
}
This doesn't work. It musst be:
return [lastName stringByAppendingFormat:@", %@", firstName];
Yes, sorry, it was an error in my mail.
But, the method is call for the records which exist before the window is shown. It's for the record insert after that the method fullName is never call.
--
Frédéric Testuz
<mailto:email@hidden>
_______________________________________________
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