Brian King wrote:

var ret = dlMgr.addDownload(0, source, target, name, null, null, null, null, browserPersist); dlMgr.addListener(myDownloadListener); // This is the listener that is global for all downloads, but I only want it for this one.
browserPersist.progressListener = ret;

In SeaMonkey's progress dialogs we had to save the download object of interest so that we could compare it against the one that the global listener receives.
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to