Porting plugin from 4.x to 7 - XPConnect issues
"Greg Stacey" <[email protected]> Tue, 22 Oct 2002 13:04:23 -0500
| Newsgroups | gmane.comp.mozilla.devel.xpcom |
|---|---|
| Organization | Posted via Supernews, http://www.supernews.com |
| Message-ID | <[email protected]> |
I am porting a plugin from Netscape 4.x on HPUX for use with Netscape 7.0. I have the plugin workin except for JavaScript interaction. I followed the instructions at http://www.mozilla.org/projects/plugins/scripting-plugins.html and the idl compiled as did the new scriptable object code. When I try any kind of JavaScript interaction I still get nothing. No errors, no action... nothing. I tried some debugging and I noticed that NPP_GetValue NPPVpluginScriptableInstance is not getting called. Any thoughts on what I missed? Thanx, Greg S.