Search found 8888 matches

by gregster
14 Jun 2024, 10:52
Forum: Ask for Help (v2)
Topic: Script is functioning on other machines, but not mine Topic is solved
Replies: 3
Views: 107

Re: Script is functioning on other machines, but not mine Topic is solved

To help your potential helpers, "not working" should be specified.
by gregster
13 Jun 2024, 10:49
Forum: Ask for Help (v1)
Topic: Problem with a hotkey code, not a valid key name Topic is solved
Replies: 5
Views: 269

Re: Problem with a hotkey code, not a valid key name Topic is solved

icyolive : Since this post already got approved and you got a potential helper, just a reminder for your next topic that asking about AI-generated code is still against the forum rules: Inappropriate content [...] 4. Currently, posts that are answering or asking for help that contain AI-generated c...
by gregster
13 Jun 2024, 05:53
Forum: Forum Issues
Topic: Forum lag in capturing the latest state
Replies: 7
Views: 209

Re: Forum lag in capturing the latest state

Huh, I haven't observed any of these issues. For me, the forum is rather snappy currently.
by gregster
13 Jun 2024, 05:12
Forum: Forum Issues
Topic: https://www.autohotkey.com/search Topic is solved
Replies: 2
Views: 80

Re: https://www.autohotkey.com/search Topic is solved

search.png
search.png (234.8 KiB) Viewed 74 times

Works here without problem. The actual search works as well.
by gregster
12 Jun 2024, 18:13
Forum: Ask for Help (v2)
Topic: Forget script, hold key function
Replies: 10
Views: 342

Individual title for this post

flyingDman : Since every subsequent poster can always give their posts individual headings if they choose to do so (see above), this is normal. (Btw, in the 'Simplicity' forum theme, these individual post headings are not visible at all, afaics.) adam86shadow : Thank you. Of course, we will do thin...
by gregster
12 Jun 2024, 13:32
Forum: Ask for Help (v2)
Topic: Forget script, hold key function
Replies: 10
Views: 342

Re: Brain fart moment... Forget script

Please change the subject of your post. Instead of indicating your mental state, indicate the topic of the problem that you are experiencing or would like to address or solve. See the forum board for examples. @adam86shadow: Please do what mikeyww suggested. Thank you! adam86shadow , in case it was...
by gregster
12 Jun 2024, 12:22
Forum: Ask for Help (v2)
Topic: Forget script, hold key function
Replies: 10
Views: 342

Re: Brain fart moment... Forget script

mikeyww wrote:
12 Jun 2024, 07:57
Please change the subject of your post. Instead of indicating your mental state, indicate the topic of the problem that you are experiencing or would like to address or solve. See the forum board for examples.
@adam86shadow: Please do what mikeyww suggested. Thank you!
by gregster
11 Jun 2024, 07:35
Forum: Ask for Help (v1)
Topic: Attempt at formatting returning the wrong result Topic is solved
Replies: 9
Views: 487

Re: Attempt at formatting returning the wrong result Topic is solved

but after starting the script and then afterwards when it jumped into the function which the values were called to be used with, it had forgotten the values as if they got reset somehow. Idk how thats possible when nowhere in the script does it reset the values for those inputs. So I moved my setti...
by gregster
08 Jun 2024, 05:54
Forum: Gaming
Topic: Need help with While loop (V2) Topic is solved
Replies: 2
Views: 111

Re: Need help with While loop (V2) Topic is solved

For the definition of a context-sensitive hotkey in AHK v2, use #HotIf (which btw doesn't care for braces, but works positional):

Code: Select all

#HotIf WinExist("ahk_exe Diablo IV.exe")
The regular If doesn't affect hotkeys or hotstrings.
by gregster
08 Jun 2024, 05:16
Forum: Ask for Help (v2)
Topic: f4 key in series of commmands
Replies: 1
Views: 66

Re: f4 key in series of commmands

Like always: To send keys with key names, use braces: Send '{F4}'
There's also a list of available key names: https://www.autohotkey.com/docs/v2/lib/Send.htm#keynames
by gregster
07 Jun 2024, 07:14
Forum: Ask for Help (v2)
Topic: Hotkey or hotstring is missing its opening brace.
Replies: 2
Views: 125

Re: Hotkey or hotstring is missing its opening brace.

Your code is clearly AHK v1 - and if you get the mentioned error message, you are trying to run it with AHK v2.
Either change the syntax or the version you use to run it.

btw, what is f4::Parse supposed to do?
by gregster
05 Jun 2024, 05:10
Forum: Scripts and Functions (v2)
Topic: [AHK v2] Hash string and file functions
Replies: 8
Views: 2991

Re: [AHK v2] Hash string and file functions

andymbody wrote:
05 Jun 2024, 05:00
This code does not appear to be v2. Why does it say it is?
It surely isn't v1. But the original post is from 2018 and it says that the code was tested with "AutoHotkey v2 a100 32/64 bit" - an alpha version of v2, and it doesn't look like it was updated since then.
by gregster
03 Jun 2024, 14:16
Forum: Pulovers Macro Creator
Topic: Macro to wait for specific pixel color to change, then click again
Replies: 14
Views: 845

Re: Macro to wait for specific pixel color to change, then click again

@Jobber: Where is this GUI coming from?
Are you using Pulover's Macro Creator? Then we could move this post to the appropriate subforum. Most forum members don't use it and won't be able to help with it.
In the Pulover subforum, your chances are usually better to get help from Pulover users.
by gregster
03 Jun 2024, 14:12
Forum: Ask for Help (v1)
Topic: Preventing Repeating Commands
Replies: 8
Views: 537

Re: Preventing Repeating Commands

@mikelanger89, I merged your other topic with this one since they seem closely related.
Please use code tags when posting code, in future posts! Thank you.
by gregster
28 May 2024, 17:20
Forum: Ask for Help (v1)
Topic: Check if a file exists on the web then download it
Replies: 6
Views: 583

Re: Check if a file exists on the web then download it

I don't see how that command fits the description you gave above, but happy that you found what you were looking for.
by gregster
28 May 2024, 08:24
Forum: Gaming Help (v1)
Topic: help me to fix this script please
Replies: 14
Views: 1112

Re: help me to fix this script please

CoordSearchMode, Fast is nothing that AHK would understand. Or did you find it in the docs? btw, there is no Imagesearch function defined in your code. In AHK v1, Imagesearch is a command, not a function. Of course, you could define one yourself if you prefer it. [...] Also, why Goto, ContinueLoop ...
by gregster
27 May 2024, 21:04
Forum: Ask for Help (v1)
Topic: Check if a file exists on the web then download it
Replies: 6
Views: 583

Re: Check if a file exists on the web then download it

So far, you have 31 posts altogether: see https://www.autohotkey.com/boards/search.php?author_id=131725&sr=posts (2 result pages). But none in the last 12 months. In 2021, you have posted about using gumroad for licensing your software. Is this related? Or are you looking for URLDownloadToFile ? In ...
by gregster
26 May 2024, 19:47
Forum: Ask for Help (v1)
Topic: Why does filemove not work with variables? Topic is solved
Replies: 5
Views: 1727

Re: Why does filemove not work with variables? Topic is solved

thixjf wrote:
26 May 2024, 18:54
not string:="caminho\text"
yes string=caminho\text
Are you trying to say that only the second assignment would work? That's not correct.
In AHK v1, both methods are equivalent - and in AHK v2, only the first one would work.
by gregster
25 May 2024, 10:24
Forum: Ask for Help (v2)
Topic: Using AHKv2 to Copy/Clone Keystrokes to 1 or 2 windows at the same time (Parsec)
Replies: 2
Views: 277

Re: Using AHKv2 to Copy/Clone Keystrokes to 1 or 2 windows at the same time (Parsec)

I am no gamer and I don't know the remote software, but there are few posts discussing Parsec and related problems: https://www.autohotkey.com/boards/search.php?keywords=Parsec ControlSend "{W}" , "Parsec" I would guess that Parsec is rather (part of) the wintitle and not the control's ClassNN or te...

Go to advanced search