site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=c1nqfz8UFCF127rM/nF5frdlAwqaJoBZOuJfHsa3xrw2byhLVCAXnFqi8k6754vxfvTipg6Sp5zRBuBP1D4n3IIqUqXYJ29ujh7GX3TlXuG4UJNVAJewrrZrijmbO/oQMp/wxwlIRxFfyU1KMvNRp4rY2u47Jol1aXH3LYwhFmg= 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 (Cocoa-dev@lists.apple.com) 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/site_archiver%40lists.apple... On 31/12/06, Dave Batton <Dave@Mere-Mortal-Software.com> wrote: This email sent to site_archiver@lists.apple.com