Honza T_ wrote:
Its possible to inherit methods from xpcom component ?
Yes.
I want extend
http://lxr.mozilla.org/seamonkey/source/rdf/base/idl/nsIRDFResource.idl
That's not a component. It's an interface.
and javascript component:
....
I get this exception:
Javascript component does not have a method named: "GetDelegate" when
calling method: [nsIRDFResource::GetDelegate]" nsresult "0x80570030"
(NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)
Nowhere does your component implement the GetDelegate method. Nor does anything
on its prototype chain.
-Boris
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom