Search found 98 matches

by smbs
25 Sep 2022, 05:10
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 29279

Re: SciTE4AutoHotkey v3.1.0

After update not getting command switches
After typing FileCopy, I used to be shown the possible format options --- SourcePattern, DestPattern [, Overwrite]
In latest version nothing shows up. Is it me?
Thanx
by smbs
02 Dec 2021, 13:28
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

@teadrinker
Works like a charm
Many thanx
:D :D
by smbs
02 Dec 2021, 12:56
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

not luck-- pls see below
error.png
error.png (20.8 KiB) Viewed 323 times
pls see error note
by smbs
02 Dec 2021, 11:20
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

teadrinker using code below in order to delete all tabs containing "CNN" say, 5 tabs as an example, the code deletes all tabs until only 2 tabs remain and then throws an error Your help would be much appreciated! thanx wordToClose := "CNN" Loop % AccTabList.accChildCount() - 1 { AccTab := AccTabLis...
by smbs
29 Nov 2021, 15:45
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

@teadrinker
Brilliant!!
I will try and incorporate into your original script as to my needs :D
Many thanx
:thumbup:
by smbs
29 Nov 2021, 13:57
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

teadrinker I have an additional request if you have the patience. As FF supports multiple PIPS therefore In FF I would like to close only tabs which are not showing in "picture in picture" mode. A tab in FF playing a stream has "playing" below tab name. A tab in FF playing a stream in "Picture in p...
by smbs
29 Nov 2021, 08:34
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

;) :)
by smbs
29 Nov 2021, 08:28
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

@mikeyww
BTW , using your script, if there is a "PIP" tab -picture in picture the tab is not found and is overlooked --might be a bug in library file
Drink tea's solution works great in all cases.
Just for your interest
Regards
by smbs
29 Nov 2021, 04:39
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

@mikeyww
Got it working
Many thanx for your help and patience!!
:D :D :D :D
by smbs
28 Nov 2021, 09:06
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

@mikeyww
Have you tested it? It doesn't work for me--just exits without error
using FF version 94.0.2 (64-bit)
Many thanx again
by smbs
28 Nov 2021, 08:03
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

@teadrinker
Many thanx works great Really learnt something!
:D :D
by smbs
28 Nov 2021, 07:53
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

@Mickeyww
I saved the firefox file -first line starting with ";Firefox functions suite (tested on Firefox v69):"
as firefoxlib.ahk --Is that correct?
by smbs
28 Nov 2021, 06:26
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

@ tea drinker
Many thanx but your script is way beyond me but works great!
however once we loop thru tab names AccTab.accName(0)
I want to delete certain tabs which contain a specific word or words
How can this be done?
many thanx
by smbs
28 Nov 2021, 05:48
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

Sorry for my ignorance #Include d:\utils\firefoxLib.ahk ; https://www.autohotkey.com/boards/viewtopic.php?p=294316#p294316 I cannot find firefoxlib.ahk in above board post I saved the firefox file -first line starting with ";Firefox functions suite (tested on Firefox v69):" as firefoxlib.ahk --Is th...
by smbs
28 Nov 2021, 04:41
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

thanx will give it a try
by smbs
27 Nov 2021, 08:50
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Re: Delete tab in Firefox using ahk

Thanx had a look at that post earlier
It seems way beyond me as it seems very version dependent
Will give it another try
Again many thanx
by smbs
27 Nov 2021, 06:21
Forum: Ask for Help (v1)
Topic: Delete tab in Firefox using ahk
Replies: 26
Views: 2710

Delete tab in Firefox using ahk

I want to delete specific tabs in Firefox by title contents programmatically.
Any ideas would be great
Many thanx
by smbs
27 Nov 2021, 03:32
Forum: Ask for Help (v1)
Topic: winexist(string include variable)
Replies: 6
Views: 817

Re: winexist(string include variable)

@just me
Once again many thanx
:D :D
by smbs
26 Nov 2021, 10:56
Forum: Ask for Help (v1)
Topic: winexist(string include variable)
Replies: 6
Views: 817

Re: winexist(string include variable)

@just me
My apologies :D
Had title error---your solution works great!!!
Thanx
:dance: :dance:
by smbs
26 Nov 2021, 10:51
Forum: Ask for Help (v1)
Topic: winexist(string include variable)
Replies: 6
Views: 817

Re: winexist(string include variable)

; notworking.ahk SetTitleMatchMode, 3 run,notepad.exe sleep,3000 ;WinActivate,Untitled - Notepad ;sleep,3000 winsettitle,Untitled - Notepad,,Untitled - Notepad-%1% ifwinnotexist, Untitled - Notepad-%1% MsgBox,A not Else MsgBox,A yes if !WinExist("Untitled - Notepad-" %1%) MsgBox,B not Else MsgBox,B...

Go to advanced search