-- Seth Willits _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
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?
- Poking NSTextView Binding to Update Seth Willits
- Re: Poking NSTextView Binding to Update Seth Willits
