Hi All, I implemented nsiWindowCreator in my Mozilla extension to add pop up windows support and I am resetting back to default Firefox window creator when the user closes my extension browser. Every thing is going fine. But whenever my extension(plug-in) is in open state, I cannot launch new Firefox window. This internally calling my extension implementation of CreateChromeWindow() method. This is because Firefox is a single instance application and is already registered with the my own implementation of nsiWindowCreator. when I close my plug-in then every thing works fine.
I just want always default Firefox window when I try to open new Firefox window from start menu irrespective of whether my plug-in window state. Please help me if anybody has some idea on this. Thanks and Regards, Varaprasad _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
