Re: Key-Value Binding problems
Re: Key-Value Binding problems
- Subject: Re: Key-Value Binding problems
- From: Kurt Marek <email@hidden>
- Date: Sun, 2 Nov 2003 18:21:20 -0800
Umm, no, you have to implement the appropriate methods...
<http://developer.apple.com/documentation/Cocoa/Conceptual/
KeyValueCoding/index.html>
Actually, it is basically compliant I was just using the wrong method.
It should be
[myArrayController setValue:fileURL
forKeyPath:@"selection.URLToPDFFile"];
When I used forKeyPath it works fine: the PDF shows up in myImageView.
Kurt
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.