Poking NSTextView Binding to Update
Poking NSTextView Binding to Update
- Subject: Poking NSTextView Binding to Update
- From: Seth Willits <email@hidden>
- Date: Wed, 16 Apr 2008 16:26:50 -0700
I have a text view bound to a key path through an array controller's
selectedObject, and it doesn't update the value immediately when
changing the text, it only updates the model if the text view loses
first responder. I need the model sync'd before I do a certain
operation, so I need to binding to update the value in the model. I
can change first responder manually to trigger the update, but is
there a proper way to poke the binding to update?
--
Seth Willits
_______________________________________________
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