Sorry for my newbie-ness, but I still don't really get what you are talking
about.  Are you saying that I should do this:

[WebView setFrameLoadDelegate:didFinishLoadForFrame];

- (void)didFinishLoadForFrame
{
    // Do stuff
}


Sincerely,

Pierce F.


On 11/24/08 6:02 PM, "Adam R. Maxwell" <[EMAIL PROTECTED]> wrote:

> 
> On Nov 24, 2008, at 5:53 PM, Pierce Freeman wrote:
> 
>> Thanks for your response, though I am wondering how I could make the
>> delegate method.  I know how to do it for NSWorkspace, however not for
>> WebKit.
> 
> Call -[WebView setFrameLoadDelegate:] and then implement whatever
> WebFrameLoadDelegate methods you want (such as
> webView:didFinishLoadForFrame: and
> webView:didFailLoadWithError:forFrame:) in the delegate.  Check -
> [WebView isLoading] in your delegate implementation, and when it
> returns NO, you're done and can operate on the view or handle the error.


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to