On Apr 4, 2008, at 22:49, I. Savant wrote:
I already have implemented KVC according to
... you didn't include the actual implementation in your code
listing, so we're forced to take your word for it. Therefore, I
conclude that your assertion is false. ;-)
- (void)setFilter:(NSPredicate*)newFilter
{
if (filter != newFilter) {
[filter release];
filter = newFilter;
}
}
- (NSPredicate*)filter
{
return filter;
}
Post your code so list members can verify. The day's over for me and
I face a long commute to my home in the middle of nowhere, so
hopefully someone else can answer the call ...
Thanks for you help.
cheers
--
Torsten
_______________________________________________
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]