Vin wrote:
How do i create my own progress listener.
Using a text editor?
The rest depends on your language. In C++ you create a class that inherits from
the relevant interfaces and implements QueryInterface correctly and implements
the relevant methods. Then you instantiate an object of that class.
In JS you create an object that implements QueryInterface correctly and
implements the relevant methods.
And so forth.
-Boris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding