On Wed, Jun 9, 2010 at 3:50 AM, Mark Aufflick <mark-co...@aufflick.com> wrote:
> So I did an experiment with your simple sample project making the
> bindings be with file owner instead of a frozen object, but they still
> worked as expected.
>
> Next test is a custom loaded view xib, but that will have to wait for 
> tomorrow.
>
> It is very vexing!

It is! What happens when you change your NSLog statement to:

    NSLog( @"filter:%@ ii:%@ ir:%@ pointer:%p",
          filter,
          [filter valueForKey:@"inputIntensity"],
          [filter valueForKey:@"inputRadius"],
          filter
          );

In particular, I'm interested if the pointer output here matches the
one in the KVC error.
_______________________________________________

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 arch...@mail-archive.com

Reply via email to