On Sunday, April 3, 2011, 15:31:42, Maxim Masiutin wrote: > As about hints, we will probably make them disable by default so the > users won't see them (unless explicitly turned on) until we make then > better.
At least the URL hints should simply use normal Delphi or Windows hints. > The authors of such messages use buggy scripts and only test their > messages in Mozilla and MSIE. Google Chrome also uses the same code as > Mozilla so it automatically display OK if Firefox displays OK. Actually, Chrome and Firefox use completely different engines. Firefox is based on the Gecko engine (which grew from the old Netscape engine), while Chrome is based on WebKit (which Apple based on KDE's KHTML library). It's actually quite easy to embed WebKit in your own application, though libwebkit is around 17MB. There are actually 4 major HTML engines around: - Trident (Internet Explorer, and a ton of other Windows programs) - Gecko (Firefox and other Mozilla-based programs) - WebKit/KHTML (Chrome, Safari, many phone browsers) - Presto (Opera) -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > [ The Bat! 5.0.6 on Windows 7 6.1.7601.Service Pack 1 ] If you drop something, it will never reach the ground. -- Femo's Law Of Automotive Engine Repairing ________________________________________________________ Current beta is 5.0.5 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html

