Re: simple nsIWebProgressListener question
[email protected] (yueweng)
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <bdd3dfe3.0407152202.ee91694__35347.4149866544$1089965338$gmane$org@posting.google.com> |
Dear Christian, Thanks very much for your help. I managed to get the final problem solved regarding the crashed inside nsSampleImplConstructor(). Following the sample in nsPrefetchService.cpp. I realise that AddProgressListener() should be called inside Observe() function instead of the nsSampleImpl(). Hence, crashed occurs when AddProgressListener() is called inside nsSampleImpl(). Once again, thanks a lot. Regards, yueweng