• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Notifying that a TextView's content has been changed?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Notifying that a TextView's content has been changed?
      • From: Jean-Nicolas Jolivet <email@hidden>
References: 
 >Notifying that a TextView's content has been changed? (From: Jean-Nicolas Jolivet <email@hidden>)
 >Re: Notifying that a TextView's content has been changed? (From: chaitanya pandit <email@hidden>)

  • Prev by Date: Re: How do you get the OS X version number in C or C++?
  • Next by Date: Re: Notifying that a TextView's content has been changed?
  • Previous by thread: Re: Notifying that a TextView's content has been changed?
  • Next by thread: Re: Notifying that a TextView's content has been changed?
  • Index(es):
    • Date
    • Thread