Re: NSTextViews with images (solution)
Re: NSTextViews with images (solution)
- Subject: Re: NSTextViews with images (solution)
- From: Jan Van Boghout <email@hidden>
- Date: Sat, 17 Aug 2002 18:35:23 +0200
For anyone who's interested, if you want to get the contents of one
text view and transfer them to another one, it takes only one line of
code (it doesn't have problems with images and styles either):
[[SecondTextView textStorage] setAttributedString:[FirstTextView
textStorage]];
Jan VB
_______________________________________________
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.