Search found 628 matches

by Ragnar
05 Jun 2024, 08:54
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 331
Views: 181129

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.17 angepasst.

Mehr Details auf GitHub
by Ragnar
04 Jun 2024, 11:59
Forum: Suggestions on Documentation Improvements
Topic: Drop Down List Topic is solved
Replies: 1
Views: 213

Re: Drop Down List Topic is solved

Thanks for reporting. I've fixed this.
by Ragnar
30 May 2024, 07:22
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 331
Views: 181129

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.16 angepasst.

Mehr Details auf GitHub
by Ragnar
20 May 2024, 01:34
Forum: Suggestions on Documentation Improvements
Topic: menu setIcon The obtained icon is incorrect
Replies: 5
Views: 673

Re: menu setIcon The obtained icon is incorrect

AutoHotkey uses 1-based icon numbers. There's no icon 0. Add 1 to each icon number and you have the icons you want.
by Ragnar
19 May 2024, 14:40
Forum: Ask for Help (v2)
Topic: OnExit reason is always "0" (v2.0.15)
Replies: 9
Views: 827

Re: OnExist reason is always "0" (v2.0.15)

Thanks, but it's not a bug. The exit reason is stored in the hidden first parameter named this. See https://www.autohotkey.com/docs/v2/Objects.htm#Custom_Classes_method
by Ragnar
19 May 2024, 09:10
Forum: Ask for Help (v2)
Topic: OnExit reason is always "0" (v2.0.15)
Replies: 9
Views: 827

Re: OnExist reason is always "0" (v2.0.15)

Then show us your script. If it is too large or contains sensitive data, reduce it to a minimum where this supposed bug still occurs.
by Ragnar
19 May 2024, 05:43
Forum: Ask for Help (v2)
Topic: OnExit reason is always "0" (v2.0.15)
Replies: 9
Views: 827

Re: OnExist reason is always "0" (v2.0.15)

When I run this script, I get the following output:

Code: Select all

1=Exit
2=0
As expected, the exit reason is "Exit" and the exit code is 0. The exit code is always 0 unless specified otherwise via Exit or ExitApp.
by Ragnar
16 May 2024, 01:54
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 331
Views: 181129

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.15 angepasst.

Mehr Details auf GitHub
by Ragnar
07 May 2024, 05:28
Forum: Bug Reports
Topic: [v2.1-alpha.9] Strange Menu.Show behaviors Topic is solved
Replies: 3
Views: 611

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

Commit "Improved reliability of taking focus when a menu popup is shown." has completely fixed the issues (at least for me). WinActivate(A_ScriptHwnd) is no longer necessary. Thanks again, @lexikos :thumbup:
by Ragnar
06 May 2024, 10:30
Forum: Ich brauche Hilfe
Topic: Deutsche Hilfe für AHK v2 und v1
Replies: 331
Views: 181129

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.14 angepasst.

Mehr Details auf GitHub
by Ragnar
06 May 2024, 03:13
Forum: Bug Reports
Topic: [v2.1-alpha.9] Strange Menu.Show behaviors Topic is solved
Replies: 3
Views: 611

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

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 Topic is solved
Replies: 3
Views: 611

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

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: 734

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: 957

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: 504

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: 331
Views: 181129

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: 331
Views: 181129

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: 576

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: 331
Views: 181129

Re: Deutsche Hilfe für AHK v2 und v1

v2-Dokumentation an v2.0.12 angepasst.

Mehr Details auf GitHub

Go to advanced search