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: Esteban Uribe <email@hidden>
- Date: Tue, 22 Apr 2003 15:14:04 -0700
Hi,
On Tuesday, April 22, 2003, at 01:19PM, Chad Eckles <email@hidden> wrote:
>
Hello how can I get a RTF or HTML file from my Server and show it in a
>
NSTextView
Have you tried looking at NSAttributedString's or NSString's documentation?
There are several methods there that might help, like NSAttributedString's - (id)initWithURL:(NSURL *)aURL documentAttributes:(NSDictionary **)docAttributes
See docs for other methods that may suit your use better.
Hope that helps.
-Esteban
_______________________________________________
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.