Marek Lewczuk napisał(a):

Hello,
I want to download a file using nsIDownloadManager. Below is not working, so I can't event initialize downloadManager class.


var dlmgrContractID = "@mozilla.org/download-manager;1";
var dlmgrIID = Components.interfaces.nsIDownloadManager;
var dma = Components.classes[dlmgrContractID].getService(dlmgrIID);

One more thing - code which I have send returns this error:
Error: [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)"


ML
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to