Hi,
I am now writing a plugin that will be accessed by a set of 'sub' objects : i.e, my plugin has a getNode() function which returns a Node object which has a set of functions that I want scriptable.
From now, I can return a Node by getNode(), but the returned object cannot be used by JavaScript... which probably means that the Node Factory / type is not registered correctly.
Therefore, I tried to use NS_IMPL_NSGETMODULE in order to register the Node factory ... with no success.
Anyone has an idea ?
Thanks _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
