Hello,
Using the WebKit I'd like to be able to look at the URL that a frame
is loading and on some occasions stop the load.
- (void)webView:(WebView *)sender didStartProvisionalLoadForFrame:
(WebFrame *)frame
{
[frame stopLoading];
}
Calling [WebFrame stopLoading] within the delegate
didStartProvisionalLoadForFrame crashes the app. Is this a bug or am I
doing something silly?
Cheers,
Ewan
_______________________________________________
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]