[EMAIL PROTECTED] schrieb:
> The same problem:
> http://groups.google.com/group/mozilla.dev.tech.xpcom/browse_thread/thread/b163f881581b8ac8

You can create your own XPCOM component with javascript. If you make
it a singleton implementation you can access the component with its
attributes and functions from your Java application and from the
javascript in the document. This solution worked well for me.

For more information about writing xpcom components take a look at:

http://developer.mozilla.org/en/docs/How_to_Build_an_XPCOM_Component_in_Javascript

_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to