Search found 100 matches

by Ross
04 Mar 2024, 03:25
Forum: Wish List
Topic: Small suggestions for the Dash - version and updates
Replies: 7
Views: 1771

Re: Small suggestions for the Dash - version and updates

lexikos Ah sorry, I see it now; I thought version 2.0.x was the mainstream, while 1.1.37.x was deprecated and maintained available for compatibility reasons and 2.1 and above only for testers and early adopters. So naturally I would "vote" for 2.0.x. But with that said, then I don't know what would...
by Ross
27 Feb 2024, 22:10
Forum: Wish List
Topic: Small suggestions for the Dash - version and updates
Replies: 7
Views: 1771

Re: Small suggestions for the Dash - version and updates

@lexikos I'm so sorry this topic went into a limbo in my "organized" reminders.
What I meant to suggest was something like this:
by Ross
18 Feb 2024, 02:43
Forum: Bug Reports
Topic: AutoHotKey v2.0.11 has a PCRE execution error Topic is solved
Replies: 3
Views: 651

Re: AutoHotKey v2.0.11 has a PCRE execution error Topic is solved

lexikos Thanks for your kind, detailed and swift answer, Lexikos. Yes I see the issue might have something to do with one of the 3283 lines of my main script, which is too long to post here (I wouldn't burden anyone with that, plus the privacy matter). I'll never try deleting AHK files from the Pro...
by Ross
15 Feb 2024, 17:23
Forum: Ask for Help (v2)
Topic: Combining the Run command with parameters and variables Topic is solved
Replies: 7
Views: 444

Re: Combining the Run command with parameters and variables Topic is solved

@Smile_
@andy_BSZY
@neogna2
Guys, I appreciate all your tips. I finally got it working, thanks to your combined effort, with this line:

Code: Select all

RunWait 'winrar x ' '"' original_folder '\*.rar' '"' ' ' '"' destination_folder '"'
by Ross
15 Feb 2024, 17:10
Forum: Bug Reports
Topic: AutoHotKey v2.0.11 has a PCRE execution error Topic is solved
Replies: 3
Views: 651

AutoHotKey v2.0.11 has a PCRE execution error Topic is solved

I had AutoHotKey v2.0.9 installed. At some point I needed to reinstall AutoHotKey v1 to run a particular script I came across. After that, I got the firstly useful, then annoying prompt asking me which version of AHK to run. I tried removing manually the v1 folder from Program Files\AutoHotKey, but ...
by Ross
11 Feb 2024, 20:16
Forum: Ask for Help (v2)
Topic: Variadic function in a GUI to replace the unreadable MsgBox Topic is solved
Replies: 4
Views: 240

Re: Variadic function in a GUI to replace the unreadable MsgBox Topic is solved

I'll keep that in mind. If I stumble upon some awry behaviour, I'll look into the `n vs. ``n thing first. :)
by Ross
11 Feb 2024, 02:50
Forum: Ask for Help (v2)
Topic: Variadic function in a GUI to replace the unreadable MsgBox Topic is solved
Replies: 4
Views: 240

Re: Variadic function in a GUI to replace the unreadable MsgBox Topic is solved

mikeyww Mikey, you're great. I took your tips and finished with this: infoGUI(arr*) { Try MsgGui.Destroy Global MsgGUI := Gui(, "Conteúdo da(s) variável(eis)") MsgGUI.SetFont("s18", "Consolas") MsgGUI.OnEvent("Close", GuiClose) MsgGUI.OnEvent("Escape", GuiClose) str := "" For item in arr str .= ite...
by Ross
10 Feb 2024, 15:50
Forum: Ask for Help (v2)
Topic: Variadic function in a GUI to replace the unreadable MsgBox Topic is solved
Replies: 4
Views: 240

Variadic function in a GUI to replace the unreadable MsgBox Topic is solved

Hey guys, When testing my scripts, I, like all of us, resort to MsgBox'es to check a variable's contents. However, sometimes it's a bit difficult to read, especially when we have small nuances in a proportional font, which is the default. So instead I use a GUI to act like this MsgBox, which is way ...
by Ross
10 Feb 2024, 15:25
Forum: Ask for Help (v2)
Topic: Combining the Run command with parameters and variables Topic is solved
Replies: 7
Views: 444

Re: Combining the Run command with parameters and variables Topic is solved

Smile_ Hi Smile_! Sorry I couldn't take the time earlier the week. Thanks for your kind input. Does this look like a correct call? I tried to highlight what I think are errors with red. Indeed it doesn't, but that construction was an example; like I said, I tried "many variations of that", so you c...
by Ross
08 Feb 2024, 02:33
Forum: Ask for Help (v2)
Topic: Combining the Run command with parameters and variables Topic is solved
Replies: 7
Views: 444

Combining the Run command with parameters and variables Topic is solved

Hi guys, I'm unable to mash up the Run command with variables so that I can run programs with parameters. I need to craft a script to extract some rar files with WinRAR. The rar files reside in a known folder. The destination folder can also be known upfront. So the initial and end scenarios are: or...
by Ross
02 Nov 2023, 14:34
Forum: Wish List
Topic: Small suggestions for the Dash - version and updates
Replies: 7
Views: 1771

Re: Small suggestions for the Dash - version and updates

Marium0505 wrote:
19 Sep 2023, 04:32
As for 1, you can see installed versions by clicking Launch settings:
Image
Man I'm sorry, I saw your reply but forgot to answer at the time.
Thanks for the tip!
The suggestions stand, though :P
by Ross
19 Sep 2023, 03:37
Forum: Wish List
Topic: Small suggestions for the Dash - version and updates
Replies: 7
Views: 1771

Small suggestions for the Dash - version and updates

It's more like a 3 in 1:
  1. Display AHK's currently installed version.
  2. Add a button or link to check for updates.
  3. Possibly have the same button perform an in-place update or take the user to the download page.
:angel:
by Ross
16 Sep 2023, 17:57
Forum: Ask for Help (v2)
Topic: Decapitalize some words from a string Topic is solved
Replies: 6
Views: 456

Re: Decapitalize some words from a string Topic is solved

Both worked perfectly, but @teadrinker deserves to be KISSed back :D
Thanks @flyingDman nonetheless!
by Ross
15 Sep 2023, 23:16
Forum: Ask for Help (v2)
Topic: Decapitalize some words from a string Topic is solved
Replies: 6
Views: 456

Decapitalize some words from a string Topic is solved

Hey fellows, I'm having difficulties porting this piece of code from v1 to v2: decapitalize := "\b(A|About|After|Against|Among|An|And|Around|As|At|Before|Between|By|During|For|From|In|Into|Like|Of|Off|On|Or|Out|Over|The|Through|To|Under|With|Without)\b" title := "This Is A Story About John And Mary"...
by Ross
13 Jul 2023, 22:53
Forum: Ask for Help (v2)
Topic: AutoHotkey was flagged as malware and won't even reinstall Topic is solved
Replies: 7
Views: 2178

Re: AutoHotkey was flagged as malware and won't even reinstall Topic is solved

That's it, Lexikos ! What I did was double checking if there were any leftovers on C:\Program Files\AutoHotKey after uninstallation. Turns out there were. So I removed them manually. Interesting thing, though: as a temporary workaround, I downloaded the portable version, unzipped and pointed my edit...
by Ross
11 Jul 2023, 22:04
Forum: Ask for Help (v2)
Topic: AutoHotkey was flagged as malware and won't even reinstall Topic is solved
Replies: 7
Views: 2178

Re: AutoHotkey was flagged as malware and won't even reinstall Topic is solved

Datapoint There is no such property. Also, it's happening to executable files (the setup, installer) I already had stored here. I never saw that except in that screenshot of a xlsx (or xlsm?) Excel file. lexikos Trying to update Windows here, but I doubt it will be resolved; I'm suspecting of that ...
by Ross
11 Jul 2023, 16:47
Forum: Ask for Help (v2)
Topic: AutoHotkey was flagged as malware and won't even reinstall Topic is solved
Replies: 7
Views: 2178

Re: AutoHotkey was flagged as malware and won't even reinstall Topic is solved

You can set Defender to exclude a file or folder, so you can exclude AutoHotkey.exe and similar AutoHotkey program files, or their folder, along with script folders if you wish. The problem is typically AutoHotkey's process itself. If needed, reinstall AHK, or see if Defender quarantined any of the...
by Ross
11 Jul 2023, 04:17
Forum: Ask for Help (v2)
Topic: AutoHotkey was flagged as malware and won't even reinstall Topic is solved
Replies: 7
Views: 2178

AutoHotkey was flagged as malware and won't even reinstall Topic is solved

Hi guys. I was performing a wide update on my Windows installed programs via WingetUI, the GUI for winget. AutoHotkey is among the updated programs. My OS is Windows 10 22H2 19045.3086. Note: only the common installed apps were being updated, not the OS itself. When the queue rolled and it was AutoH...
by Ross
10 Jun 2023, 15:36
Forum: Ask for Help (v2)
Topic: Check if an input field is active (v2 edition)
Replies: 2
Views: 342

Check if an input field is active (v2 edition)

Hi, Sometime before I wrote this ,when asking the following question for v1: Is it possible to determine if an input field is active and ready to receive text? I mean, I have some hotstrings defined, and some applications that rely on sequences of keystrokes that could potentially conflict with hots...

Go to advanced search