Thanks Neil!
I got this updated version of your plugin to work as well. Great job!
This plugin should be available to others as well, perhaps from
mozilla.org. A working example is the best way to get started with
plugin programming. Only a few of the future mozilla plugin writers will
be mozilla-gurus.
(After downloading your plugin I was a bit frustrated at first, as I
only got the very familiar "document.ev.IEvMoz has no properties"
warning, but removing the xpti.dat file solved all my problems. (Is this
documented any where?)
Once again: thanks!
--
Frank
Neil Hodgson wrote:
> There is a new version of the evmoz demonstration plugin that does XPCOM
> available from
> http://users.bigpond.net.au/nhodgson/evmoz.zip
> The make file is based on my setup where the testing version of Mozilla
> (0.7 as downloaded) is separate from the development version (updated by
> CVS) so you may have to fiddle with the makefile a bit.
> You may need to delete the xpti.dat file in the components directory to
> force an update.
>
> Neil