10-19-2012, 01:34 PM
or replace the a.Find(hwndFF "DOCUMENT" ... line with
Function FirefoxGetTabs
It will be slower only if current tab is "New Tab" (no "DOCUMENT")
or
Function FirefoxGetTabs
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")
#endifor
Function FirefoxGetTabs
