• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WebFrame stopLoading in delegate crashes app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WebFrame stopLoading in delegate crashes app


  • Subject: WebFrame stopLoading in delegate crashes app
  • From: Ewan McDougall <email@hidden>
  • Date: Fri, 22 Aug 2008 11:18:23 +0100

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 (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: WebFrame stopLoading in delegate crashes app
      • From: Nick Zitzmann <email@hidden>
  • Prev by Date: Re: File Extensions Problem
  • Next by Date: Re: File Extensions Problem
  • Previous by thread: Re: NSString and special characters
  • Next by thread: Re: WebFrame stopLoading in delegate crashes app
  • Index(es):
    • Date
    • Thread