Re: WebView and Rtf
Re: WebView and Rtf
- Subject: Re: WebView and Rtf
- From: Jeff Johnson <email@hidden>
- Date: Wed, 26 Dec 2007 10:52:22 -0600
Gerriet,
Are you sure that this worked in 10.4.10? I think it was
(intentionally) broken in 10.4.7. See <http://bugs.webkit.org/
show_bug.cgi?id=10781>.
The Webkitsdk-dev list <http://lists.apple.com/mailman/listinfo/
webkitsdk-dev> might be a better forum for this question.
-Jeff
On Dec 25, 2007, at 11:00 AM, Gerriet M. Denkmann wrote:
I have a Cocoa program which used to load rtf files into a WebView.
It worked under 10.4.10 but now (10.4.11 with latest Security
Updates) it does not work anymore.
I get:
- (void)webView:(WebView *)sender didFailProvisionalLoadWithError:
(NSError *)error forFrame:(WebFrame *)frame
with NSLocalizedDescription = "Frame load interrupted";
When I try to load the same rtf in Safari, it is not displayed -
instead TextView is started and opens with the rtf.
What can I do to load my rtf in a WebView?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden