10-19-2012, 01:48 PM
Gintaras Wrote:Try this version.
Member function Acc.FindFirefoxWebRoot
Fails with this error : Error (RT) in FirefoxUrlFromTabName: 0x80004005, no specified error. ?
Gintaras Wrote:or replace the a.Find(hwndFF "DOCUMENT" ... line withWorks but much slower than previous version
Function FirefoxGetTabs
#if QMVER<0x2030400
a.Find(hwndFF "DOCUMENT" "" "" 0x3000 0 0 "pa3fi")
err
,a.Find(hwndFF "DOCUMENT" "" "" 0x1010 1 0 "pa3fi")
,err a.Find(hwndFF "" "" "" 0x3010 1 0 "pa4fi")
#else
a.Find(hwndFF "" "" "" 0x3000 2 0 "pa3fi")
#endif
It will be slower only if current tab is "New Tab" (no "DOCUMENT")
or
Quote:
Fails : Error (RT) in FirefoxUrlFromTabName: object not found. ?