Re: copy formatted text
Re: copy formatted text
- Subject: Re: copy formatted text
- From: Douglas Davidson <email@hidden>
- Date: Fri, 28 Mar 2003 13:56:46 -0800
On Friday, March 28, 2003, at 1:10 PM, Uwe Schlosser wrote:
[myTextView2 insertText:attrStr];
insertText: is not appropriate for this sort of application.
insertText: is the funnel point for user text input; it is not meant
for making arbitrary changes to the text. For that, you should work
with the NSTextStorage, using methods inherited from
NSMutableAttributedString.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.