Simplest of Bindings
Simplest of Bindings
- Subject: Simplest of Bindings
- From: Micha Fuhrmann <email@hidden>
- Date: Fri, 1 Feb 2008 16:28:04 +0900
Hello everyone,
I've been using bindings successfully in table views and check boxes,
now I'm stuck in something so simple...:
I have a Class which is NIB instantiated that contains a
NSMutableString instance
I have a text field that I have bound to my Class and further bound to
its Mutable String using its name as Model Key Path
As I run, the text field is populated with the Mutable String, however
if I mute the string the text field doesn't update.
I've tried using an Object Controller to no avail, making sure my
Class was KVC didn't help. Also tried some KVO methods before Muting
my string didn't either.
Any help appreciated.
_______________________________________________
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