• 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
Re: webView:didReceiveIcon:forFrame not called in Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: webView:didReceiveIcon:forFrame not called in Leopard


  • Subject: Re: webView:didReceiveIcon:forFrame not called in Leopard
  • From: Jesus De Meyer <email@hidden>
  • Date: Sat, 27 Oct 2007 16:45:55 +0200



So anyone knows how to solve this problem? This is how I call the URL:

[webView setFrameLoadDelegate:self];
[webView setResourceLoadDelegate:self];

NSURLRequest *request = [NSURLRequest requestWithURL:newURL cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:60.0];
[[webView mainFrame] loadRequest:request];



Hi all,

I just installed Leopard on my MacBook and the first thing I did was test my application. To my surprise the delegate method webView:didReceiveIcon:forFrame is not called in Leopard.

Did anything change or is there something extra I need to do?

It worked fine Tiger.

__________________ Jesus De Meyer www.edot-studios.com jesus.edot-studios.com "creativity in mind"


_______________________________________________

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


References: 
 >webView:didReceiveIcon:forFrame not called in Leopard (From: Jesus De Meyer <email@hidden>)
 >Re: webView:didReceiveIcon:forFrame not called in Leopard (From: John Stiles <email@hidden>)
 >Re: webView:didReceiveIcon:forFrame not called in Leopard (From: Jesus De Meyer <email@hidden>)

  • Prev by Date: Connections not made with new IB
  • Next by Date: Re: FYI - Resolution Independence
  • Previous by thread: Re: webView:didReceiveIcon:forFrame not called in Leopard
  • Next by thread: Saving a document to a predefined location
  • Index(es):
    • Date
    • Thread