Search found 3452 matches

by guest3456
20 Sep 2023, 16:22
Forum: Scripts and Functions (v2)
Topic: AHK2 comma after loop / sleep, Warns, Template
Replies: 5
Views: 888

Re: AHK2 comma after loop / sleep, Warns, Template

@theyakutoo : Could you please explain with some words, what your code is actually doing? At first I was laughing - then, out of curiosity, I tested it... and, as expected, NOTHING happens. But I'm by far no AHK expert, to be honest. So please explain, thank you! :-) its two hotstrings. open notepa...
by guest3456
17 Sep 2023, 13:01
Forum: General Discussion
Topic: What is the best way to learn AHK? Topic is solved
Replies: 7
Views: 1829

Re: What is the best way to learn AHK? Topic is solved

hieveryone wrote:
06 Sep 2023, 06:07
What is the best way to learn AHK?
write scripts to solve problems that you are having personally
by guest3456
27 Aug 2023, 15:21
Forum: Off-topic Discussion
Topic: Allman style v. K&R style/one true brace style
Replies: 13
Views: 19191

Re: Allman style v. K&R style/one true brace style

Another variation of the Allman style, that perhaps should be mentioned, is putting all of the ending braces at the bottom on the same line. In fact, I remember seeing this style a few times over the years on the forum. I like it, but stuck with the traditional Allman style, as go back and forth wi...
by guest3456
18 Aug 2023, 03:37
Forum: Bug Reports
Topic: window matching bug Topic is solved
Replies: 7
Views: 1128

Re: window matching bug Topic is solved

ahhh got it
by guest3456
17 Aug 2023, 09:39
Forum: Bug Reports
Topic: window matching bug Topic is solved
Replies: 7
Views: 1128

Re: window matching bug Topic is solved

This also results in funny behavior such as titlevar := repeatAs(1022) . "|r" matching any Notepad window, not only ones containing the letter "r" or 1022 "a"-s. ah yes i was noticing weird stuff like this too. so in fact even the first call in my test script above was failing too, just in a differ...
by guest3456
17 Aug 2023, 01:08
Forum: Bug Reports
Topic: window matching bug Topic is solved
Replies: 7
Views: 1128

window matching bug Topic is solved

been pulling my hair out for hours now, running into issues trying to match windows with regex match mode. i have some pretty long regexes with|multiple|options|etc and ive been trying to reduce the code as much as possible to narrow down the bug am i retarded? this code works on first call, and the...
by guest3456
10 Aug 2023, 13:00
Forum: Ask for Help (v2)
Topic: Multiple monitors, different DPI, getting the wrong resolution Topic is solved
Replies: 3
Views: 412

Re: Multiple monitors, different DPI, getting the wrong resolution Topic is solved

crocodile wrote:
10 Aug 2023, 11:31
Two "3840*2160" monitors in "[2] [1]" arrangement, DPI of [2] is 150%, DPI of [1] is 175%.
...
Is this a bug, or is it because AutoHotkey.exe lacks certain process information?
not exactly a bug

explanation and workaround:

https://www.autohotkey.com/boards/viewtopic.php?t=13810
by guest3456
05 Aug 2023, 15:46
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 123
Views: 70223

Re: v1 -> v2 Script Converter

Hi there Guest3456. Thanks for making this excellent tool and sharing it. I had assumed that mmikeww was the same person as the forum user mikeyww, but I guess not. Anyway, should possible bugs by discussed here on this forum thread, or should we just post here: https://github.com/mmikeww/AHK-v2-sc...
by guest3456
26 Jul 2023, 00:28
Forum: Scripts and Functions (v2)
Topic: GDI+ v2
Replies: 16
Views: 10553

Re: GDI+ v2

So here's my challenge: provide one pair of AHK and GDIP releases that are compatible AND give me specific download urls for both. the library in the first post literally says what versions of AHK it requires. it hasn't been updated in a while, so the compatible versions are a bit outdated. then yo...
by guest3456
24 Jul 2023, 14:53
Forum: Off-topic Discussion
Topic: Lexikos Lexicos
Replies: 6
Views: 4565

Re: Lexikos Lexicos

finkle is einhorn?
by guest3456
18 Jul 2023, 11:00
Forum: Off-topic Discussion
Topic: Fork version1 and let those who like version2 use on their own.
Replies: 2
Views: 3432

Re: Fork version1 and let those who like version2 use on their own.

why fork? lexikos is still fixing bugs for v1 and majority of people still use v1. its not going anywhere any time soon
by guest3456
01 Jul 2023, 00:18
Forum: Off-topic Discussion
Topic: Technical difference between Robotic Process Automation (RPA) and Test Automation Tools?
Replies: 8
Views: 8271

Re: Technical difference between Robotic Process Automation (RPA) and Test Automation Tools?

tank wrote:
28 Jun 2023, 08:51
what has that to do with the question
nothing, because this entire thread is spam, just so the OP could post a backlink to his personal website, and then get his minion bots to respond to his thread to pump up its relevance
by guest3456
30 Jun 2023, 09:32
Forum: Ask for Help (v2)
Topic: Mousemove doesnt work in a vitrual machine
Replies: 5
Views: 619

Re: Mousemove doesnt work in a vitrual machine

it never worked for me on ahk v1 for years inside virtualbox

i always had to use SetCursorPos

Code: Select all

DllCall("SetCursorPos", "int", 200, "int", 100)
by guest3456
29 Jun 2023, 08:57
Forum: Ask for Help
Topic: How to use autohotkey_H in C++
Replies: 3
Views: 1208

Re: How to use autohotkey_H in C++

I found the project of HotkeyIT on GitHub, and AutoHotkey_H master branch contains lib and exp files without header files or function names. I don't know how to use the AHKDll project either. https://github.com/HotKeyIt/ahkdll this is just the source code for the project I also found AutoHotkey_H v...
by guest3456
21 Jun 2023, 12:50
Forum: AutoHotkey Development
Topic: The meaningless "Invalid memory read/write"
Replies: 14
Views: 3719

Re: The meaningless "Invalid memory read/write"

Unless someone can tell me what exactly is wrong with this line of code and how to modify it to not report an error. If RegExMatch(st, "i)\b([a-zA-Z0-9]{40})\b", &v) how do you use the v variable prior? perhaps that is the problem? Reporting an error on a normal line of code that meets all the rule...
by guest3456
21 Jun 2023, 12:44
Forum: Bug Reports
Topic: [v2.0.2] Unexpected control creation after error Topic is solved
Replies: 7
Views: 948

Re: [v2.0.2] Unexpected control creation after error Topic is solved

RaptorX wrote:
21 Jun 2023, 12:14
I did not, I posted this bug before 2.0.3 was available :P
i was talking about lexikos, he didnt put out an announcement about the new release with the changelog
by guest3456
21 Jun 2023, 06:29
Forum: Bug Reports
Topic: [v2.0.2] Unexpected control creation after error Topic is solved
Replies: 7
Views: 948

Re: [v2.0.2] Unexpected control creation after error Topic is solved

lexikos wrote:
20 Jun 2023, 03:51
v2.0.3
looks like you missed an annoucement post for this
by guest3456
17 Jun 2023, 08:48
Forum: AutoHotkey Development
Topic: [Suggestion] A new icon
Replies: 9
Views: 1211

Re: [Suggestion] A new icon

a nice icon design for sure.. most suggestions are no good, but this one is really nice
by guest3456
15 Jun 2023, 18:03
Forum: Off-topic Discussion
Topic: meme: editors
Replies: 1
Views: 3401

Re: meme

Image
by guest3456
15 Jun 2023, 17:59
Forum: Ask for Help (v2)
Topic: Why is this code not v2? can someone help me?
Replies: 3
Views: 271

Re: Why is this code not v2? can someone help me?

just never use thte 'command' syntax in v2 and then you'll be fine

all old commands are now functions, so just use function syntax

Code: Select all

MsgBox("Found a certain green pixel at " x "," y)
v2 shouldve never pivoted and brought back the command syntax mid way

Go to advanced search