Search found 37 matches

by HugoM
27 Jan 2023, 07:28
Forum: Ask for Help (v2)
Topic: Missing comma
Replies: 2
Views: 614

Re: Missing comma

Moin,
I see. Thank you for this detailed answer.
by HugoM
26 Jan 2023, 17:05
Forum: Ask for Help (v2)
Topic: Missing comma
Replies: 2
Views: 614

Missing comma

Hi all, in this Code I missed a comma. When I run this test the result is catastrophic, Windows plays crazy. #Warn arr := [500, 400] Click(arr[1] , 600) ; o.k. Click(arr[1] 3) ; Missing comma Is there any situation where this missing comma makes sense? Or should it not be warned? (Sorry for my GermE...
by HugoM
29 Nov 2022, 06:36
Forum: Ask for Help (v2)
Topic: Create dynamic function Topic is solved
Replies: 3
Views: 568

Re: Create dynamic function Topic is solved

So easy!
Thank You and all the best
by HugoM
28 Nov 2022, 06:24
Forum: Ask for Help (v2)
Topic: Create dynamic function Topic is solved
Replies: 3
Views: 568

Create dynamic function Topic is solved

Moin, ;) I have something like FuncKind := "A" if (FuncKind == "A") MyFunc := FuncA if (FuncKind == "B") MyFunc := FuncB MyFunc This works fine. Is it possible to write something like MyFunc := "Func" . FuncKind I tried to understand the docs "Func Object" and "Function Objects" but cannot figure ou...
by HugoM
12 Sep 2022, 09:48
Forum: Ask for Help (v2)
Topic: TraySetIcon question Topic is solved
Replies: 4
Views: 940

Re: TraySetIcon question Topic is solved

See the documentation for the Freeze parameter of TraySetIcon. please excuse my overlooking this matter due to my school English from > 50 years ago. I thought the icon would be frozen in any case, so TraySetIcon would not work. That's why I didn't try it at all. I set the initial icon to freeze an...
by HugoM
06 Sep 2022, 11:07
Forum: Ask for Help (v2)
Topic: TraySetIcon question Topic is solved
Replies: 4
Views: 940

TraySetIcon question Topic is solved

I would like to set different icons in the tray for V2 In this test when I toggle with p my main icon is shown, but when suspended the original ahk icon H in green comes up, not my icon "pause". With o and i I can show both icons. What am I doing wrong? (I hope my problem is clear by my GermanEnglis...
by HugoM
06 Sep 2022, 10:55
Forum: Ask for Help (v2)
Topic: ImageSearch couldn't find an image
Replies: 7
Views: 899

Re: ImageSearch couldn't find an image

Moin,
did You play around with the Options, e.g. *n ?
I often have the problem and with *128 it almost always succeeds in my cases.
by HugoM
29 Apr 2022, 10:11
Forum: Ask for Help (v2)
Topic: Key Delay?
Replies: 3
Views: 519

Re: Key Delay?

Good evening, I think my Englisch is too bad. I have: guiGoto.Add("Edit", "w80 x30 vNewArea","1") and guiGoto.Add("Button", "Default w80 x30", "&OK").OnEvent("Click", gotoArea) So the edit control ist preset to 1 and the focus is in this edit control. When I then type 2 and then very fast Enter (for...
by HugoM
26 Apr 2022, 11:31
Forum: Ask for Help (v2)
Topic: Key Delay?
Replies: 3
Views: 519

Key Delay?

Hello, I have a GUI where I have to put in a number in an edit control and then press Enter for ok. Very often I am too fast, so the number is not taken. I played around with key delay - the default is set to 0 - but am not sure if it is the solution, and if so where to put it. Am I too fast for thi...
by HugoM
07 Oct 2021, 15:32
Forum: Ask for Help (v2)
Topic: Radio buttons Topic is solved
Replies: 5
Views: 871

Re: Radio buttons Topic is solved

Seems that you are right. But I do not know if accelarators in different tabs must be different.
by HugoM
07 Oct 2021, 10:25
Forum: Ask for Help (v2)
Topic: Radio buttons Topic is solved
Replies: 5
Views: 871

Re: Radio buttons Topic is solved

Hello just you (bzw. Hallo du),
in Tab T1 all accs are unique. On my system only ALT+3 works, 1,2,4 "highlights" only the text.
In Tab T2 S an Z work, ALT+1 toggles only the text between the two underlined 1s, 2 and 4 only the text.

Edit says: The forum very often times out.
by HugoM
03 Oct 2021, 11:57
Forum: Ask for Help (v2)
Topic: Radio buttons Topic is solved
Replies: 5
Views: 871

Radio buttons Topic is solved

Good evening (here in Germany). I feel uncertain with the correct treatment of radio buttons. When I type in T1 ALT+number, only button 3 is activated. In T2, there is the underlined 1 twice. Alt+1 jumps the focus back and forth, but only the text is "highlighted". I then have to press blank to make...
by HugoM
30 Jun 2021, 16:33
Forum: Ask for Help (v2)
Topic: [a138] Menu in this version
Replies: 2
Views: 606

Re: [a138] Menu in this version

Phew, I'm getting too old for this doodads.
I had uninstalled V1 months ago and now wanted to use the spy again for the first time.
Thank you very much, I will think longer next time.
by HugoM
30 Jun 2021, 03:30
Forum: Ask for Help (v2)
Topic: [a138] Menu in this version
Replies: 2
Views: 606

[a138] Menu in this version

Do all items in the menu work for you?
In my case Help and WindowsSpy do not, no reaction. The other points are ok.
Same when I use open - file. There works help - Web site, manual not.
by HugoM
28 Jun 2021, 12:32
Forum: Ask for Help (v2)
Topic: [a137] My problem with radio buttons in tabs
Replies: 4
Views: 780

Re: [a137] My problem with radio buttons in tabs

Thank you so much.
I see - and probably understand.
With .Value all is fine.
Stay healthy
by HugoM
28 Jun 2021, 09:24
Forum: Ask for Help (v2)
Topic: [a137] My problem with radio buttons in tabs
Replies: 4
Views: 780

Re: [a137] My problem with radio buttons in tabs

Moin and thank you,
yes, sorry, mistake while simplifying. Line 73 should read

Code: Select all

ControlSetChecked(false,  rbs2[1] )
phenomenon stays.
by HugoM
28 Jun 2021, 06:48
Forum: Ask for Help (v2)
Topic: [a137] My problem with radio buttons in tabs
Replies: 4
Views: 780

[a137] My problem with radio buttons in tabs

Moin, please see the comments at the start of the code: ; Test set radio buttons - simplified for tests ; Init: two tabs with 3 Radios each, first checked each ; OK hides it ; Alt + F12 restores it ; Alt+F10 checks radio 2 in tab1, unchecks radio 1 ; Alt+F11 checks radio 3 in tab2, unchecks radio 1 ...
by HugoM
10 Mar 2021, 13:51
Forum: Bug Reports
Topic: V2....128 ... TestGui Topic is solved
Replies: 3
Views: 856

Re: V2....128 ... TestGui Topic is solved

Great, thank you.
I think I will (what I unfortunately forgot, but knew) name my hotkeys and use the code for 128.
Stay healthy and turn the key here.
by HugoM
10 Mar 2021, 08:51
Forum: Bug Reports
Topic: V2....128 ... TestGui Topic is solved
Replies: 3
Views: 856

V2....128 ... TestGui Topic is solved

Moin, I try to transfer some Guis to be started with Hotkeys from V1x to V2...128. The example from docs works. But when I uncomment the Hotkey ^b nothing happens when I press ctrl+b. Same with other hotkeys. e.g. !g. What am i doing wrong? Stay healthy ; ^b:: { MyGui := Gui(, "Simple Input Example"...
by HugoM
17 Feb 2021, 06:42
Forum: Ask for Help (v2)
Topic: V ...124... error misssing comma
Replies: 2
Views: 383

Re: V ...124... error misssing comma

swagfag wrote:
17 Feb 2021, 05:35
uve inadvertently downloaded the experimental a124-22-g0a70f190 build instead of the regular a124-b53c1e78 due to a temporary mixup
download the correct normal version from here: https://www.autohotkey.com/download/2.0/AutoHotkey_2.0-a124-b53c1e78.zip
Oh, thank You, yes.

Go to advanced search