HTML w/ graphics display in NSTextView
HTML w/ graphics display in NSTextView
- Subject: HTML w/ graphics display in NSTextView
- From: Austin Shoemaker <email@hidden>
- Date: Sun, 20 May 2001 19:01:50 -0400
In my software I create an NSString that contains HTML code, including
<IMG/> tags, and it uses setAttributedString:... to populate the
NSTextView. Each IMG url included is an absolute reference pointing to
an online web site. TextEdit can open the same file complete with
appropriate graphics, and I'm not sure what I'm missing.
Ali (who wrote TextEdit) or anyone else who can tell me, what is the
simplest way to go from NSString and NSTextView to an image-containing
HTML view?
Thank you,
Austin Shoemaker