FROM : Steven Kramer
DATE : Tue Oct 12 21:06:32 2004
Op 12-okt-04 om 6:26 heeft Jonathan 'Wolf' Rentzsch het volgende
geschreven:
> Jerry LeVan, jerry.<email_removed>, wrote:
>> Is there anyway to get the string to be the content
>> without first writing the string to a file and then
>> passing the file url to the web view?
>
> try:
>
> [[webView mainFrame] loadHTMLString:myHTMLString baseURL:nil];
>
And mind the gap - I and many others have had big problems trying to
get this to work. If you get unexpected behavior, try using a non-nil,
valid URL pointing to an existing file on your folder.
Regards
Steven Kramer
--
<email_removed>
http://sprintteam.com/
DATE : Tue Oct 12 21:06:32 2004
Op 12-okt-04 om 6:26 heeft Jonathan 'Wolf' Rentzsch het volgende
geschreven:
> Jerry LeVan, jerry.<email_removed>, wrote:
>> Is there anyway to get the string to be the content
>> without first writing the string to a file and then
>> passing the file url to the web view?
>
> try:
>
> [[webView mainFrame] loadHTMLString:myHTMLString baseURL:nil];
>
And mind the gap - I and many others have had big problems trying to
get this to work. If you get unexpected behavior, try using a non-nil,
valid URL pointing to an existing file on your folder.
Regards
Steven Kramer
--
<email_removed>
http://sprintteam.com/
| Related mails | Author | Date |
|---|---|---|
| Jerry LeVan | Oct 12, 06:09 | |
| Jonathan 'Wolf' Re… | Oct 12, 06:26 | |
| Steven Kramer | Oct 12, 21:06 |






Cocoa mail archive

