Re: Problem with WebKit Download Delegate
Re: Problem with WebKit Download Delegate
- Subject: Re: Problem with WebKit Download Delegate
- From: "Joe Goh" <email@hidden>
- Date: Mon, 1 Jan 2007 18:53:41 +0800
On 31/12/06, Dave Batton <email@hidden> wrote:
I've also specified a download delegate, but my delegate methods
aren't being called when I click on a download link like a zip file.
Am I doing something wrong, or am I wrong to expect my delegate
method to get called when I click on a file link? What am I missing?
You've probably missed having an implementation of NSURLProtocol for
the file types you wish to support.
Check out the PictureBrowser sample code that can be found under
/Developer/Examples/WebKit/PictureBrowser, specifically the
PictureBrowserProtocol.m file.
Have a happy new year!
Joe
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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