Re: webView:didReceiveIcon:forFrame not called in Leopard
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