Search found 626 matches

by Ragnar
19 Oct 2023, 03:45
Forum: Suggestions on Documentation Improvements
Topic: Array in index
Replies: 4
Views: 903

Re: Array in index

You didn't write what exactly you usually want. I guess the "Objects" page. "Array" is used by the syntax highlighter to recognize it as a built-in class, so it makes little sense to change the link. The best I can offer you is the new index entries "Arrays (general information)" and "Maps (general ...
by Ragnar
14 Oct 2023, 12:23
Forum: Bug Reports
Topic: Unexpected error when using parentheses with syntax that do require them before Topic is solved
Replies: 2
Views: 676

Re: Unexpected error when using parentheses with syntax that do require them before Topic is solved

All control flow statements which take parameters ( currently excluding the two-word Loop statements ) support parentheses around their parameter list, without any space between the name and parenthesis. For example, return(var). However, these are not functions; for instance, x := return(y) is not...
by Ragnar
04 Oct 2023, 05:36
Forum: Ask for Help (v2)
Topic: ^ in RegEx not working in ahk_exe with SetTitleMatchMode('RegEx') Topic is solved
Replies: 2
Views: 387

Re: ^ in RegEx not working in ahk_exe with SetTitleMatchMode('RegEx') Topic is solved

If the RegEx title matching mode is active, ProcessNameOrPath accepts a regular expression which must match the full path of the process.
https://www.autohotkey.com/docs/v2/misc/WinTitle.htm#ahk_exe
by Ragnar
03 Oct 2023, 04:59
Forum: Suggestions on Documentation Improvements
Topic: V2 faq UTF8 recommendation Topic is solved
Replies: 10
Views: 2307

Re: V2 faq UTF8 recommendation Topic is solved

Thanks for the suggestion. I've added the recommendation to save the script as UTF-8 with BOM. See the commit for details.
by Ragnar
24 Sep 2023, 06:11
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 330
Views: 177609

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.10 angepasst.

Mehr Details auf GitHub
by Ragnar
18 Sep 2023, 12:46
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 330
Views: 177609

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.9 angepasst.

Mehr Details auf GitHub
by Ragnar
13 Sep 2023, 08:06
Forum: Ich brauche Hilfe
Topic: Suche Text mit Anführungsstrichen Topic is solved
Replies: 6
Views: 1433

Re: Suche Text mit Anführungsstrichen Topic is solved

In diesem Fall hilft es, MSXML2.XMLHTTP.6.0 anstelle von WinHttp.WinHttpRequest.5.1 in der Definition der GetHtml-Funktion zu verwenden (mit ein paar zusätzlichen Anpassungen): GetHtml(url) { Whr := ComObject("MSXML2.XMLHTTP.6.0") Whr.Open("GET", url, false) Whr.Send() status := Whr.status if (statu...
by Ragnar
11 Sep 2023, 13:26
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 330
Views: 177609

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.8 angepasst.

Mehr Details auf GitHub
by Ragnar
02 Sep 2023, 08:35
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 330
Views: 177609

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.7 angepasst.

Mehr Details auf GitHub
by Ragnar
01 Sep 2023, 11:20
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 330
Views: 177609

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.6 angepasst.

Mehr Details auf GitHub
by Ragnar
30 Aug 2023, 11:20
Forum: Bug Reports
Topic: [v2.0.6] Error: (0x80070057) The parameter is incorrect.
Replies: 4
Views: 742

[v2.0.6] Error: (0x80070057) The parameter is incorrect.

The following code works fine in previous versions: #Requires AutoHotkey v2 doc := ComObject("htmlfile") doc.write("<h1>test</h1>") h1 := doc.getElementsByTagName("h1")[0] MsgBox h1.innerHTML Error message: Error: (0x80070057) The parameter is incorrect. Specifically: innerHTML 003: doc.write("<h1>t...
by Ragnar
29 Aug 2023, 12:36
Forum: Suggestions on Documentation Improvements
Topic: [v2] FAQ: What can I do if AutoHotkey won't install? Topic is solved
Replies: 1
Views: 1105

Re: [v2] FAQ: What can I do if AutoHotkey won't install? Topic is solved

I have revised it. It now refers to the "How to install AutoHotkey" page.
by Ragnar
18 Aug 2023, 06:08
Forum: Bug Reports
Topic: window matching bug Topic is solved
Replies: 7
Views: 1236

Re: window matching bug Topic is solved

I've added this to the docs.
by Ragnar
15 Aug 2023, 16:50
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 330
Views: 177609

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.5 angepasst.

Mehr Details auf GitHub
by Ragnar
15 Aug 2023, 09:22
Forum: Forum Issues
Topic: Slow forum
Replies: 111
Views: 13256

Re: Slow forum

The "under attack" mode does not really help. As before, all autohotkey.com links open initially with a delay. Subsequent links open without delay. Using the forum or the docs is currently a pain. I hope this "under attack" mode will not stay forever, because it has many disadvantages. What I notice...

Go to advanced search