Could you show  your javascript function, please?
----- Original Message ----- From: "Rajendra Prasad Murakonda" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, May 22, 2006 4:49 PM
Subject: Re: Can't see my interface in the custom made XPCOM component...


On 5/22/06, Oliveiros Cristina <[EMAIL PROTECTED]> wrote:

Hello, Rajendra.

Did you define your interface in .idl file, as scripttable ?


Yes, I did. My idl file is as follows:

#include "nsISupports.idl"
[scriptable, uuid(88a003b0-e5cf-11da-8ad9-0800200c9a66)]
interface iMyInterface : nsISupports
{
   void method(in string str);
};

Thanks for the reply,

- Rajendra Prasad Murakonda




--------------------------------------------------------------------------------


_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom


_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to