Hello.

The last problem I had was solved and found out it was
due to a memory leak in one of these xpcom functions:

                var sIO =
Components.classes["@mozilla.org/network/io-service;1"]
                   
.getService(Components.interfaces.nsIIOService);
                var iURI = sIO.newURI(cPath, "UTF-8", null);
                var iChrome =
Components.classes["@mozilla.org/chrome/chrome-registry;1"]
                
.createInstance(Components.interfaces.nsIChromeRegistry);
                var lv_cTruePath =
iChrome.convertChromeURL(iURI).path;
                return lv_cTruePath;

I completely avoided this and the firefox / xul
application is now working.

But I have a problem with the window.print()
When I call it firefox v3.x crashes.

Any way of a work around?


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to