Also install MiniT+ http://www.extensionsmirror.nl/extfirefox/MiniT_20041125.9_enh.xpi, changes tab order and double click on close
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
ic said:Just attempted that, it only works with v1.0 pre-release...
FF goes into a coma if left dormant for too long
beyers said:To be honest: I can't wait until IE updates to tabbed browsing. FF can be very irritating. Copy / paste to excell files is not working properly; FF goes into a coma if left dormant for too long. And there's another problem w.r.t. gmail, but I can't remember what ...
ic, I have done work on exactly this, i.e. integrating the browser component into an application of ours. Firefox definitely DOES have such a thing, it is designed to do this, and that is what Gecko is for, it's the underlying browser *component*, and Firefox is just a browser app built with the component. There is a Mozilla ActiveX control which wraps Gecko: http://www.iol.ie/~locka/mozilla/control.htm. Actually Mozilla and Firefox are two totally different browsers but both built using Gecko. The new Netscape is also just a Gecko browser. Anyone can build a browser using Gecko; they'd all just be "Gecko browsers" .. pretty cool actually to have a standards-compliant cross-platform browser component (IE is not standards-compliant and not really cross-platform either, unless you count the Mac IE implementation which is an abomination (I mean IE not Mac)). There are also Gecko wrappers for x-platform APIs like wxWidgets, e.g. wxMozilla.ic said:Ok here is a question: does Firefox have a Browser/WebBrowser object that can be used to integrate into your own apps, and if so how does it compare with IE's?
FF tends to be quite memory hungry, and it may be that FF is getting swapped out to disk while doing other things, especially if you don't have much RAM, but even if you do, Windows memory management is awful and over-aggressively puts things into swap. Then it takes a while to switch back because it has to load pages from swap back into memory. This is actually a general Windows problem and happens with many apps, particularly those that tend to use a lot of memory like FF (not to sleight FF, I like FF, but have to be honest here!) ... having lots of RAM will definitely help this problem though, but not get rid of it, the lousy memory management is one of the things I dislike most in Windows.MansoN said:Never heard of or experienced that problem.