NSControllerObjectProxy
NSControllerObjectProxy
- Subject: NSControllerObjectProxy
- From: Jiva DeVoe <email@hidden>
- Date: Wed, 18 May 2005 18:58:37 -0700
When I bind a custom view to an NSArrayController's "selection"
property, the thing I get in my
"observeValueForKeyPath:ofObject:change:context" method winds up
being an NSControllerObjectProxy and *not* an instance of the objects
that are actually in my array - therefore, I have to access all my
properties on that object using valueForKey.
What I want to be able to do is access the actual methods on my
object. How can I do this? Is there some way to get at the actual
object from an NSControllerObjectProxy?
--
Jiva DeVoe
http://www.devoesquared.com
PowerCard - Intuitive Project Management Software for Mac OS X
_______________________________________________
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