On Wed, Jul 14, 2004 at 03:02:24AM -0700, yueweng wrote: > I have implement the suggestion in the following code, but, I am still > not able to capture any browser signal yet. May I know if there is > anything I missed out in the following code in order to start > receiving Mozilla browser event?
It seems that you never make sure that your component gets called at any time. See for example http://www.mozilla.org/projects/xpcom/book/cxc/html/weblock.html#1001977 for how to make sure that your component gets instantiated on each app startup. -- _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
