Search found 619 matches

by Ragnar
Yesterday, 10:30
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 329
Views: 174605

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.14 angepasst.

Mehr Details auf GitHub
by Ragnar
Yesterday, 03:13
Forum: Bug Reports
Topic: [v2.1-alpha.9] Strange Menu.Show behaviors
Replies: 2
Views: 174

Re: [v2.1-alpha.9] Strange Menu.Show behaviors

If you are going to use #Requires in a bug report, it would be prudent to correctly specify the applicable version (perhaps even =2.1-alpha.9 ; but at least 2.1- ). I had actually already changed this in my local script, but just forgot to paste it here in the forum. I've changed it. Another workar...
by Ragnar
05 May 2024, 04:39
Forum: Bug Reports
Topic: [v2.1-alpha.9] Strange Menu.Show behaviors
Replies: 2
Views: 174

[v2.1-alpha.9] Strange Menu.Show behaviors

Example code: #Requires AutoHotkey v2.1-alpha M := Menu() M.Add("test", test) test(*) { return } AppsKey::M.Show(,, false) ; AppsKey::M.Show() Reproduction steps: Run example code Press AppsKey Click somewhere outside the menu Press AppsKey again On Windows 11, the menu is now behind all other windo...
by Ragnar
04 May 2024, 14:36
Forum: Suggestions on Documentation Improvements
Topic: OnMessage example doesn't support negative x, y coordinates
Replies: 2
Views: 520

Re: OnMessage example doesn't support negative x, y coordinates

OnMessage example doesn't support negative x, y coordinates Yes, because the example was added in 2005, when only one monitor was usually used and therefore negative coordinates were irrelevant. If you want this example to take this into account, you need to make a specific suggestion for improveme...
by Ragnar
03 May 2024, 01:36
Forum: Suggestions on Documentation Improvements
Topic: Document for comma is wrong. Topic is solved
Replies: 3
Views: 664

Re: Document for comma is wrong. Topic is solved

Thanks for the clarification, @lexikos. I've removed it.
by Ragnar
29 Apr 2024, 04:18
Forum: Forum Issues
Topic: AHK Docs link Topic is solved
Replies: 1
Views: 256

Re: AHK Docs link Topic is solved

fixed
by Ragnar
21 Apr 2024, 06:14
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 329
Views: 174605

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.13 angepasst.

Mehr Details auf GitHub
by Ragnar
10 Apr 2024, 04:43
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 329
Views: 174605

Re: Deutsche Hilfe für AHK v2 und v1

Ich habe es gefixt. Es muss this.Length sein, weil damit die Länge des Arrays vorab gesetzt wird.
by Ragnar
01 Apr 2024, 03:59
Forum: Suggestions on Documentation Improvements
Topic: ahk_class is case-sensitive Topic is solved
Replies: 3
Views: 352

Re: ahk_class is case-sensitive Topic is solved

Thanks for the suggestion. I've changed this.
by Ragnar
27 Mar 2024, 17:22
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 329
Views: 174605

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.12 angepasst.

Mehr Details auf GitHub
by Ragnar
27 Mar 2024, 15:13
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 329
Views: 174605

Re: Deutsche Hilfe für AHK v2 und v1

v1-Dokumentation an v1.1.37.02 angepasst.

Mehr Details auf GitHub
by Ragnar
23 Mar 2024, 13:27
Forum: Looking for Volunteers in other languages
Topic: [Paused] Looking for Volunteers
Replies: 62
Views: 30051

Re: [Paused] Looking for Volunteers

Thanks for your work, @penguinthedawn. I've updated the Japanese docs.
by Ragnar
16 Mar 2024, 04:12
Forum: Ask for Help (v1)
Topic: AHK Help in Dark Mode Topic is solved
Replies: 10
Views: 281

Re: AHK Help in Dark Mode Topic is solved

By default, chm_config.js does not exist. It is only created by the Help Settings, which requires admin rights. If you do not have admin rights, you must create the file manually. The green info box in the Help Settings shows where the file must be located and what it must contain:
image.png
image.png (13.55 KiB) Viewed 165 times
by Ragnar
07 Mar 2024, 09:50
Forum: Suggestions on Documentation Improvements
Topic: Index entry for GUI control options Topic is solved
Replies: 3
Views: 441

Re: Index entry for GUI control options Topic is solved

Yes, by default it can take a while to see the change, especially for navbar/JavaScript related changes. Cloudflare may also have an impact on this. Using the "Disable Cache" option in F12 → Network and opening the page in a new tab can help force this, although sometimes it doesn't always work the ...
by Ragnar
07 Mar 2024, 08:36
Forum: Suggestions on Documentation Improvements
Topic: SendMessage timeout Topic is solved
Replies: 7
Views: 1069

Re: SendMessage timeout Topic is solved

Thanks for the suggestion and the nice examples. I've updated the Timout parameter description.
by Ragnar
07 Mar 2024, 08:32
Forum: Suggestions on Documentation Improvements
Topic: InsertCol (ListView) Topic is solved
Replies: 2
Views: 243

Re: InsertCol (ListView) Topic is solved

Thanks for reporting. I've fixed this.

Go to advanced search