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.
-- Adam
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]