Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] swt browser: implements IE WebBrowser IDownloadManager interface


Hi,

IE invokes swt's WebSite.QueryService(...) method when looking for an IDownloadManager implementation.  I don't think there's a way for you to provide one of these, short of hacking your swt.jar.  The following reports are related to what you want:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=83444
https://bugs.eclipse.org/bugs/show_bug.cgi?id=73193

Grant

Back to the top