Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox action by trigerring actions.
#12
Don't remember, but the function works somehow Smile
Probably it finds DOCUMENT, and then gets first tab button or tab bar object. Don't remember, maybe it is faster or more reliable than to find the object directly.
Why do you need that info?

Now I tested it with this code, using latest Firefox, and it displays index of selected tab and name/url of all tabs.
Macro Macro1688
Code:
Copy      Help
ARRAY(str) names urls
int selectedTab=Firefox4GetTabs(0 names urls)
out selectedTab
int i
for i 0 names.len
,out "--------[]%s[]%s" names[i] urls[i]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)