infoForBinding not working as expected
infoForBinding not working as expected
- Subject: infoForBinding not working as expected
- From: David Niemeijer <email@hidden>
- Date: Sat, 21 Feb 2009 12:57:30 +0100
Hi,
I have an NSImageView and in IB have set it up so that it binds on
"Value Path". Everything works fine, but when I subclass NSImageView
and in my subclass want to get info about the binding and use [self
infoForBinding:@"Value Path"] (or when I instead have bound to
"Valueurl" use [self infoForBinding:@"Valueurl"]) the result is NULL.
Does IB name the bindings differently? Is there a way to query an
object and get back an array of current binding names?
Thanks,
david.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden