I have a plugin that has been ported from NS 4.x to 6.x/7.x. I have gone over all the details of how the tranfermation is supposed to occur and everything seems correct. I did find one problem that I fixed that 6.2.3 Netscape requires the version to be 11, not 13, which is what the new plugin .h defines it as. This fixes being able to call from the script into the plugin.
The problem I am having is event callbacks are not working. The plugin cannot call the script. i.e.
Object_SomeEvent()
{
handler
}Does not work. The plugin never recieves an NPP_GetValue() call to initialize the NS 6.0 Object data and thus, event callbacks never work. The NPP_GetValue() is only called for scripting calling into the plugin.
Does anyone have any information that may be able to help me or lead me into the correct direction?
Thanks
_______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
