Search found 57 matches

by necomerx
19 Jan 2021, 20:14
Forum: Ask for Help (v1)
Topic: Why does Pause gui is not working but Suspend's do? Topic is solved
Replies: 2
Views: 297

Why does Pause gui is not working but Suspend's do? Topic is solved

Hi again everyone, I want to have a gui showing and telling me when my script is "Suspended" or "Paused". With the hotkey for Suspend, the script is working fine but i don't know why it is not working when i pause the script. Toggling "Pause" is working but the gui is not showing. Why???. Here is th...
by necomerx
16 Jan 2021, 19:45
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1092
Views: 595984

Re: FindText - Capture screen image into text and then find it Topic is solved

Hi feiyue, How to merge all my found image into my one script? I explain: I have my antivirus sometimes oppening two windows after a scan succes that i want to close automatically. I write the script so the windows can be automatically closed when they appear. The first window loop work fine but the...
by necomerx
14 Jan 2021, 09:11
Forum: Ask for Help (v1)
Topic: How to write the script with a variable class?
Replies: 4
Views: 467

Re: How to write the script with a variable class?

Thanks for your reply. It is solved. I didn't know that I have to keep only what's not changing. I don't use the ahk_exe because I still need the space bar in FL studio when typing text. I try instead using that in the line "winactivate, FL Studio 20" but for a reason I don't know, it didn't work
by necomerx
13 Jan 2021, 08:40
Forum: Ask for Help (v1)
Topic: How to write the script with a variable class?
Replies: 4
Views: 467

Re: How to write the script with a variable class?

Hi, Thanks for your reply.
Do you think that the self.uniqueID gonna be the solution? Can you give me an example with my script because i still have a lot to learn in Autohotkey and don't know how to do that
by necomerx
13 Jan 2021, 01:06
Forum: Ask for Help (v1)
Topic: How to write the script with a variable class?
Replies: 4
Views: 467

How to write the script with a variable class?

Hi, I'm seeking for help again for a script that include a class name that change slightly. I think that i have to introduce a variable at the part that is changing but can't figure out how to do it. I have done a load of researches without finding the solution, so if a more knowledgable person than...
by necomerx
09 Jan 2021, 18:38
Forum: Ask for Help (v1)
Topic: MIDI
Replies: 12
Views: 3094

Re: MIDI

@genmce When I use this tool I can no longer use my keyboard to interact with musics learning software (piano marvel) Is there a way to have my keyboard working with other software but when I press a specific key on the keyboard to have a keystroke send? Hi man, i suppose you are on windows and it ...
by necomerx
09 Jan 2021, 18:26
Forum: Ask for Help (v1)
Topic: MIDI
Replies: 12
Views: 3094

Re: MIDI

Thanks genmce, this seems like a nice script. I want to use my midi controller inputs as hotkeys and since i'm knew to the scripting world i don't know much how to translate the midi inputs into keystrokes. Can you or somebody explain how this works. I configurate my midi input port and can monitor ...
by necomerx
02 Jan 2021, 05:46
Forum: Ask for Help (v1)
Topic: Script for clicking on a button on variables windows width Topic is solved
Replies: 12
Views: 895

Re: Script for clicking on a button on variables windows width Topic is solved

hey i think this would help you out https://autohotkey.com/boards/viewtopic.php?f=6&t=17834 it can used to click on buttons by scanning the screen for the button and then click on it where evr it is on the screen , I pretty much use this method in many cases... thanks to @feiyue Thanks you ananthut...
by necomerx
01 Jan 2021, 19:07
Forum: Ask for Help (v1)
Topic: Script for clicking on a button on variables windows width Topic is solved
Replies: 12
Views: 895

Re: Script for clicking on a button on variables windows width Topic is solved

YESS THANKS YOU MIKEYWW!!! :superhappy: :dance: :bravo: The "width" was the key!! It works by substracting the position of the bypass button relative to the right top edge ("width - 61" instead of "width + 420") . So we get: #IfWinActive ahk_exe FL64.exe !:: MouseGetPos, xpos, ypos WinGetPos,,, widt...
by necomerx
01 Jan 2021, 18:47
Forum: Ask for Help (v1)
Topic: Script for clicking on a button on variables windows width Topic is solved
Replies: 12
Views: 895

Re: Script for clicking on a button on variables windows width Topic is solved

So the first method indeed clicks only on the "I Heart NY" bypass regardless of witch window is active and the second add the active window width to were is needed to be clicked, so the scripts click twice to far from the bypass button and sometime the mouse is out of my first screen. I think we are...
by necomerx
01 Jan 2021, 18:24
Forum: Ask for Help (v1)
Topic: Script for clicking on a button on variables windows width Topic is solved
Replies: 12
Views: 895

Re: Script for clicking on a button on variables windows width Topic is solved

Oh i didn't see them! I'ill try them and report back the result. Thanks again for your help!
by necomerx
01 Jan 2021, 18:06
Forum: Ask for Help (v1)
Topic: Script for clicking on a button on variables windows width Topic is solved
Replies: 12
Views: 895

Re: Script for clicking on a button on variables windows width Topic is solved

mikeyww wrote:
01 Jan 2021, 17:49
OK. That's doable. Working on it.... Back shortly.
Good to hear, thanks!
by necomerx
01 Jan 2021, 17:17
Forum: Ask for Help (v1)
Topic: Script for clicking on a button on variables windows width Topic is solved
Replies: 12
Views: 895

Re: Script for clicking on a button on variables windows width Topic is solved

It looks like you could be mistaken-- as Window Spy shows the window name at the top-- and a control name is not a window name. In addition, from the script that you showed, it looks like your hotkey is global, unless you are not showing the entire script. Perhaps you can clarify that. I ask these ...
by necomerx
01 Jan 2021, 15:40
Forum: Ask for Help (v1)
Topic: Script for clicking on a button on variables windows width Topic is solved
Replies: 12
Views: 895

Re: Script for clicking on a button on variables windows width Topic is solved

It appears that TVectorPanel is a control name rather than a window name. Is that correct? If true, then what are you trying to accomplish with the WinActivate? Hi,thanks for your reply. In all honesty i don't understand much how AutoHotkey works, but i believe TVectorPanel is the window were the b...
by necomerx
01 Jan 2021, 11:26
Forum: Ask for Help (v1)
Topic: Script for clicking on a button on variables windows width Topic is solved
Replies: 12
Views: 895

Script for clicking on a button on variables windows width Topic is solved

Hi all, newcomer on AutoHotkey boat here! i'm seeking help for a script that i try to make to bypass Fl Studio plugins with a keystroke: Basically, if i press "!", the pointer of the mouse go click on bypass on the plugin and then came back to its original position before i press the "hotkey". The s...

Go to advanced search