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 (Cocoa-dev@lists.apple.com)

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]

Reply via email to