Search found 2213 matches

by JoeWinograd
27 May 2024, 20:33
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 37
Views: 3930

Re: Error trying to download the V1 and V2 files with current version number

Hi Descolada , I can't speak to your fix of changing script_autoit.cpp , but I can say that your three scripts (version number without downloading a file, download variant 1, download variant 2) all work perfectly! Thank you very much for writing and posting them...I really appreciate it! Regards, Joe
by JoeWinograd
26 May 2024, 18:46
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 37
Views: 3930

Re: Error trying to download the V1 and V2 files with current version number

Descolada wrote:Downloading via a GET request with Msxml2.XMLHTTP doesn't seem to be affected.
Hi Descolada,
Could you post a V1 and/or V2 code snippet with that method? Thanks much, Joe
by JoeWinograd
25 May 2024, 11:41
Forum: Ask for Help (v1)
Topic: how to stringsplitt this Topic is solved
Replies: 10
Views: 1034

Re: how to stringsplitt this Topic is solved

ended up using the second option for it not being case sensitive Hi Peter, You can make the RegEx case insensitive by adding the i) option to the needle. For example, in the code that rockitdontstopit posted, change the RegExMatch lines to these: RegExMatch(string, "i)CW([0-9A-F]{6})", cwMatch) Reg...
by JoeWinograd
24 May 2024, 15:13
Forum: Ask for Help (v1)
Topic: how to stringsplitt this Topic is solved
Replies: 10
Views: 1034

Re: how to stringsplitt this Topic is solved

Hi Peter, If you're not a RegEx fan, this can be done easily with standard string operations. This assumes that there is one one-and-only-one occurrence of CT , and one-and-only-one occurrence of CW (both case insensitive, but you can make it case sensitive by adding 1 as the third parameter to the ...
by JoeWinograd
22 May 2024, 18:38
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 37
Views: 3930

Re: Error trying to download the V1 and V2 files with current version number

Hi @tank and @joedf,
Thanks for your continuing efforts on this...much appreciated! Hopefully, @lexikos can provide some ideas to help resolve the problem. Regards, Joe
by JoeWinograd
17 May 2024, 00:49
Forum: Scripts and Functions (v1)
Topic: Upcoming Ahk2Exe Changes (2024)
Replies: 630
Views: 188045

Re: Upcoming Ahk2Exe Changes (2024)

I have set up an Mpress binary release on GitHub and now download it from there to avoid the recent problems with the AutoHotkey web site. Great idea! The AutoHotkey web site downloads (via UrlDownloadToFile in V1 and Download in V2) are still not working, as of a few minutes ago. For anyone not fa...
by JoeWinograd
16 May 2024, 22:30
Forum: Scripts and Functions (v1)
Topic: Upcoming Ahk2Exe Changes (2024)
Replies: 630
Views: 188045

Re: Upcoming Ahk2Exe Changes (2024)

TAC109 wrote:Get Mpress more reliably in the Updater.
Hi TAC,
Just to confirm...it works! Before, it shows MPRESS as Offline:

update with 1.1.37.01c1.png
update with 1.1.37.01c1.png (11.55 KiB) Viewed 338 times

After, it shows MPRESS as Up-to-date:

fixed mpress update.png
fixed mpress update.png (11.33 KiB) Viewed 338 times

Thanks very much...nice fix! Regards, Joe
by JoeWinograd
13 May 2024, 03:20
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 37
Views: 3930

Re: Error trying to download the V1 and V2 files with current version number

Thanks for the idea. although I don't see anything with V1 in it at the first link. I know that V1 is deprecated, but I have high hopes that we may see something beyond 1.1.37.02, especially if a future version of Windows makes it necessary. It is not feasible to convert from V1 to V2 all the progra...
by JoeWinograd
12 May 2024, 01:55
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 37
Views: 3930

Re: Error trying to download the V1 and V2 files with current version number

I get the feeling that it has something to do with the https://www.autohotkey.com domain, as downloads from other domains work. For example, the downloads work fine in the scripts I posted with this URL: https://raw.githubusercontent.com/AutoHotkey/AutoHotkey/alpha/license.txt Also, it's not just th...
by JoeWinograd
11 May 2024, 22:29
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 37
Views: 3930

Re: Error trying to download the V1 and V2 files with current version number

joedf wrote:Works on one PC but not on my other PC
Fails on every PC here that I've tried it on, including W8.1, W10, and W11. Still happening...just tried it on all three of those systems...both V1 and V2. Hoping someone can fix this. Regards, Joe
by JoeWinograd
06 May 2024, 12:05
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 37
Views: 3930

Re: Error trying to download the V1 and V2 files with current version number

Hi Folks,
I don't know if anyone is looking into this, but just a quick note to say that, as of a few minutes ago, it is still not working (neither V1 nor V2). Regards, Joe
by JoeWinograd
29 Apr 2024, 18:05
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 37
Views: 3930

Re: Error trying to download the V1 and V2 files with current version number

Hi TAC,
Thanks for the explanation...much appreciated! Cheers, Joe
by JoeWinograd
29 Apr 2024, 15:07
Forum: Bug Reports
Topic: Error trying to download the V1 and V2 files with current version number
Replies: 37
Views: 3930

Error trying to download the V1 and V2 files with current version number

Hi Folks, I've been using two scripts for many years to download the current AHK version number, compare it to what I'm running, and offer to download the installer or ZIP file. The download of the V1 and V2 files with the version number stopped working sometime within the past few days. I extracted...
by JoeWinograd
22 Apr 2024, 14:18
Forum: Ask for Help (v1)
Topic: How to get SplitStr to find this " - " Topic is solved
Replies: 3
Views: 207

Re: How to get SplitStr to find this " - " Topic is solved

You're very welcome, Ragnar, I'm glad that it works for you. Regards, Joe
by JoeWinograd
22 Apr 2024, 13:12
Forum: Ask for Help (v1)
Topic: How to get SplitStr to find this " - " Topic is solved
Replies: 3
Views: 207

Re: How to get SplitStr to find this " - " Topic is solved

Hi Ragnar, I see that this is your first post here, so let me start with...Welcome Aboard! How to get SplitStr to find this " - " The function is StrSplit , not SplitStr . it doesnt work because some folder names contain that on several occasions I assume that you want the first part to be everythin...
by JoeWinograd
14 Apr 2024, 14:38
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 295

Re: Storing PID of a window

How did you do that so quick? *I* did not. The bulk of the code was at the link that I gave you earlier in this thread (which I thought you had checked out when I posted it, but obviously not). All I did was add a few lines of code to display the taskbar position number in the ending MsgBox. WinAct...
by JoeWinograd
14 Apr 2024, 11:43
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 295

Re: Storing PID of a window

pseudo-code Very helpful! I don't know much about Acc . There may be a way to get the PID inside the For Each,Child loop. Let's hope an Acc expert jumps in with that. Attached is a minor modification of the script that shows the position number on the taskbar for each button. The MsgBox at the end ...
by JoeWinograd
13 Apr 2024, 17:31
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 295

Re: Storing PID of a window

Maybe I am not explaining myself adequately Maybe, or maybe it's me, but I am definitely not understanding what you want. For looking at all the buttons on the taskbar by position number, check out this script: https://www.autohotkey.com/boards/viewtopic.php?t=94563#p419941 The test MsgBox in there...
by JoeWinograd
13 Apr 2024, 15:15
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 295

Re: Storing PID of a window

If they all have the same Title , how do you want to refer to them so that you'll know which PID opens which window? If the only way to know is via their positions on the taskbar, I would think that #N is as good a method as any. It's certainly easy enough to search all the PIDs in the system and fi...
by JoeWinograd
13 Apr 2024, 13:33
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 295

Re: Storing PID of a window

Use the WinGet command with the PID subcommand.

Go to advanced search