Re: Clearing an NSTextView
Re: Clearing an NSTextView
- Subject: Re: Clearing an NSTextView
- From: "I. Savant" <email@hidden>
- Date: Sun, 24 Feb 2008 15:33:46 -0500
And how do I select all of characters? That would be my only
problem with the replaceCharactersInRange:withString:...
-setSelectedRange:?
Sorry, I misunderstood your question. Why would you need to
'select' the characters to use -replaceCharactersInRange:withString:?
You give it the entire range of the text currently in the text view
and a new string to replace it with.
No selection necessary if none is desired ...
--
I.S.
_______________________________________________
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