> Question1: How do I get the Main thread from the worker thread ?

I asked the same question one month ago. The response (not easy to 
find) is here :
http://www.mozilla.org/projects/xpcom/Proxies.html

If you want to call a method which performs graphical works but you are 
not in the graphical thread, you have to create a proxy from your 
object and call the method on this proxy instead of your object.

Xavier.


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

Reply via email to