Re: Get RTF or HTML from web and show in NSTextView
Re: Get RTF or HTML from web and show in NSTextView
- Subject: Re: Get RTF or HTML from web and show in NSTextView
- From: Chris Hanson <email@hidden>
- Date: Tue, 22 Apr 2003 16:58:10 -0500
At 1:19 PM -0700 4/22/03, Chad Eckles wrote:
Hello how can I get a RTF or HTML file from my Server and show it in a
NSTextView
Get the data from the server.
Turn it into an NSAttributedString.
Set the contents of your NSTextView to be that attributed string.
-- Chris
--
Chris Hanson, bDistributed.com, Inc. | Email: email@hidden
Custom Application Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
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.