WebView and Rtf
WebView and Rtf
- Subject: WebView and Rtf
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Wed, 26 Dec 2007 00:00:38 +0700
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?
A maybe related issue:
Whenever I ⌥-click any link in Safari I get (since the last Security
Update) a panel with:
"DisplayWebContent.html” is an application.
Are you sure you want to download the application
“DisplayWebContent.html”?
And two buttons: Cancel and Download.
Of course this is not an application, just a normal web-page.
When I Ctrl-click the same link and choose: Save Linked File to
"Desktop" it works ok.
Kind regards
Gerriet.
_______________________________________________
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