Re: WebFrame does not respond to loadRequest: ?
Re: WebFrame does not respond to loadRequest: ?
- Subject: Re: WebFrame does not respond to loadRequest: ?
- From: Matt Gemmell <email@hidden>
- Date: Wed, 25 Jun 2003 13:09:57 +0100
On 24/6/03 at 5:56 am, Rob Frohne said:
>
I decided I would try and play with the new WebKit, and following the
>
docs I tried to get a web page to display, but I get the warning when
I
>
compile that:
>
main.m:93: warning: `WebFrame' does not respond to `loadRequest:'
>
The docs don't agree with the compiler. Nothing happens when I try to
>
load the page though.
>
#import <WebKit/WebView.h>
Strange. Have you tried changing that #import to <WebKit/WebKit.h>?
WebFrame definitely does respond to -loadRequest:, and any number of
things could cause it to not seem to do anything when you try to load a
page (including the load process taking a long time, page not being
found, or several other problems).
Cheers,
-Matt
--
Matt Gemmell
Scotland Software
http://www.scotlandsoftware.com/
_______________________________________________
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.