Re: WebFrame does not respond to loadRequest: ?
Re: WebFrame does not respond to loadRequest: ?
- Subject: Re: WebFrame does not respond to loadRequest: ?
- From: Rob Frohne <email@hidden>
- Date: Wed, 25 Jun 2003 08:51:08 -0700
Matt,
You solved the warning message! I should have been importing WebKit.h
as you suggested. Now, I'm working on figuring out why it doesn't
display apple's web page. :)
Thanks for the tip! I'm rather new at this, kind of fumbling my way
through the docs...
Rob
On Wednesday, June 25, 2003, at 05:09 AM, Matt Gemmell wrote:
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.
--
Rob Frohne, Ph.D., P.E.
E.F. Cross School of Engineering
Walla Walla College
http://www.wwc.edu/~frohro/
_______________________________________________
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.