Search found 109 matches

by ThumpieBunnyEve
19 Feb 2024, 08:09
Forum: Ask for Help (v1)
Topic: AHK OBS hooks? (Old Versions)
Replies: 0
Views: 52

AHK OBS hooks? (Old Versions)

obs v27.1.3-146 AHK v1.1.09.03 obs hooks? I know im not going to get any help on this but i thought id try and ask anyway.. maybe some day some one can solve it. I've tried using WinSpy to get control elements or any info at all from OBS (v27.1.3-146), so i could write up some AHK sensory checks on ...
by ThumpieBunnyEve
06 Aug 2021, 01:34
Forum: Gaming Help (v1)
Topic: Help? Control,EditPaste, text ,,Valheim ahk_class UnityWndClass
Replies: 2
Views: 483

Re: Help? Control,EditPaste, text ,,Valheim ahk_class UnityWndClass

nah, I've already used send like i said its slow. and controlsend is too. as above: """"""""""""" I then tried clipboard:="resetskill " RegExReplace(s, "^(\w*).*", "$1") send,^v{enter} and that works fine. """""""""""""" its just slower due to other programs monitoring/acting on it for changes. Ill ...
by ThumpieBunnyEve
05 Aug 2021, 12:53
Forum: Gaming Help (v1)
Topic: Help? Control,EditPaste, text ,,Valheim ahk_class UnityWndClass
Replies: 2
Views: 483

Help? Control,EditPaste, text ,,Valheim ahk_class UnityWndClass

Control, EditPaste,% "resetskill " RegExReplace(s, "^(\w*).*", "$1"),,Untitled - Notepad ahk_class Notepad pastes text bypassing the clipboard, into notepad, just fine. but im trying to pass text into the console in Valheim, a Unity game, and i tried these: s=Blocking 44 Control, EditPaste,% "resets...
by ThumpieBunnyEve
05 Aug 2021, 06:31
Forum: Ask for Help (v1)
Topic: any event triggered when any Hotkey(only) is pressed?
Replies: 2
Views: 177

Re: any event triggered when any Hotkey(only) is pressed?

that's exactly what i was hoping to avoid. adding a gosub for -every- hotkey is what im already doing in my scripts, and its just kinda crummy doing it that way.
by ThumpieBunnyEve
05 Aug 2021, 06:22
Forum: Ask for Help (v1)
Topic: any event triggered when any Hotkey(only) is pressed?
Replies: 2
Views: 177

any event triggered when any Hotkey(only) is pressed?

im not looking for anyKey detection. Im looking for the possibility of any Event that's raised, when any of the ascribed hotkeys, of lets say, 13 outlined hotkeys, are pressed. so when a hotkey thread activates, it still tries to do what it was intended to do, but an event that knows hotkey threads ...
by ThumpieBunnyEve
05 Jul 2021, 22:17
Forum: Ask for Help (v1)
Topic: Close Other Instances of Self [mikeyww Solved]
Replies: 12
Views: 1155

Re: Close Other Instances of Self [mikeyww Solved]

Thank you mikeyww for putting up with my drama.
by ThumpieBunnyEve
05 Jul 2021, 22:03
Forum: Ask for Help (v1)
Topic: Close Other Instances of Self [mikeyww Solved]
Replies: 12
Views: 1155

Re: Close Other Instances of Self [Can't Solve]

""So as I understand it, the maximum number of instances would be two, because the second instance always terminates the first instance. Is that correct?"" ~yes you understand correctly. and yours seems to work. and its hoards more succinct. Though i do wonder if closing the program with winClose wi...
by ThumpieBunnyEve
05 Jul 2021, 20:39
Forum: Ask for Help (v1)
Topic: Close Other Instances of Self [mikeyww Solved]
Replies: 12
Views: 1155

Re: Close Other Instances of Self

The intent here is that the following script may be run multiple times. and each instance that runs, will check to see if other instances of itself are running, and terminate those scripts then itself. if it is alone alone when it is run, it will instead press and hold down {MButton DOWN} indefinite...
by ThumpieBunnyEve
05 Jul 2021, 20:10
Forum: Ask for Help (v1)
Topic: Close Other Instances of Self [mikeyww Solved]
Replies: 12
Views: 1155

Re: Close Other Instances of Self

correct. if it detects one of its doppelgangers it is to terminate that doppelganger and itself without doing anything else. if its alone it should press the middle mouse key down and sit there persistently with it down. until killed by a doppelganger. so far i am this far in: ;#noTrayIcon #persiste...
by ThumpieBunnyEve
05 Jul 2021, 19:33
Forum: Ask for Help (v1)
Topic: Close Other Instances of Self [mikeyww Solved]
Replies: 12
Views: 1155

Re: Close Other Instances of Self

Can you show code for how i can cycle through a list of processes that match the Title of the script that is doing the search. and display their HWND's ? if i can get that far i can do the rest. but i cant seem to figure out how to do a processes search that reports back on matches that only match o...
by ThumpieBunnyEve
05 Jul 2021, 17:59
Forum: Ask for Help (v1)
Topic: Close Other Instances of Self [mikeyww Solved]
Replies: 12
Views: 1155

Re: Close Other Instances of Self

Does not work at all. Example: #SingleInstance Off DetectHiddenWindows, On F3:: WinGet, win, List, %A_ScriptFullPath% ahk_class AutoHotkey Loop, %win% If (win%A_Index% != A_ScriptHwnd) WinClose, % "ahk_id " win%A_Index% Return result multiple ahk's of the same title propagate the system tray none ev...
by ThumpieBunnyEve
05 Jul 2021, 16:05
Forum: Ask for Help (v1)
Topic: Close Other Instances of Self [mikeyww Solved]
Replies: 12
Views: 1155

Close Other Instances of Self [mikeyww Solved]

having trouble wrapping my head around the detection of other scripts by the same win title that may or may not be hidden AHK Version v1.1.09.03 The intent here is that the following script may be run multiple times. and each instance that runs, will check to see if other instances of itself are run...
by ThumpieBunnyEve
06 Apr 2021, 13:40
Forum: Ask for Help (v1)
Topic: SoundBeep - No Wait? (or) Alt-Thread?
Replies: 3
Views: 400

SoundBeep - No Wait? (or) Alt-Thread?

SoundBeep is great for giving alerts to the user! I like it very much! accept, any time it is in operation, scripts stop responding... other things on the system get hung up a little laggy too... is there a way to process the SOundBeep on a different thread so it does not interfeer with other script...
by ThumpieBunnyEve
03 Mar 2021, 22:21
Forum: Ask for Help (v1)
Topic: wMessage profileChange? ~ Logitech G15 & GCore
Replies: 5
Views: 435

Re: wMessage profileChange? ~ Logitech G15 & GCore

So i found out its called LCore.exe not G-core, though the icon and adverts show Logitech G, and G for the symbol in system tray, Logitech G in the bottom left of the menu. and so on and so forth. so that was just an understandable mistake calling it G-core. heres images of it in action, its adverts...
by ThumpieBunnyEve
27 Feb 2021, 08:41
Forum: Ask for Help (v1)
Topic: wMessage profileChange? ~ Logitech G15 & GCore
Replies: 5
Views: 435

wMessage profileChange? ~ Logitech G15 & GCore

I've finally tracked down a problem I've had now and then with my win7ultx64 OS. sometimes my cat or a accidental drop of my keyboard, causes a particular situation where some key is being repeatedly pressed in gcore. even restarting gcore does not fix the problem! it persists while gcore is closed ...
by ThumpieBunnyEve
29 Aug 2020, 22:28
Forum: Ask for Help (v1)
Topic: optimization of a (x) ? != : ==
Replies: 15
Views: 3512

Re: optimization of a (x) ? != : ==

probably but i cant trace where. when i run it by itself using RETURN method, the green H system tray icon when Opened, shows a line with "Return (#)" where the number just goes up forever. with the BREAK method that script by itself does not do so. If i ever figure out why ill post the difference. ...

Go to advanced search