Re: Notifying that a TextView's content has been changed?
Re: Notifying that a TextView's content has been changed?
- Subject: Re: Notifying that a TextView's content has been changed?
- From: Douglas Davidson <email@hidden>
- Date: Fri, 14 Nov 2008 12:29:36 -0800
On Nov 14, 2008, at 12:22 PM, chaitanya pandit wrote:
Try posting a NSTextDidChangeNotification with your text view as the
object, after you do setString:
That's probably not the best idea. If you want to fully integrate
your programmatic changes with user text changes, including undo and
notifications, call -shouldChangeTextInRange:replacementString: before
making the change, and if the value is YES, make the change, then call
-didChangeText.
Douglas Davidson
_______________________________________________
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