Search found 1062 matches

by kunkel321
27 Apr 2024, 15:54
Forum: Forum Issues
Topic: Slow forum
Replies: 103
Views: 9588

Re: Slow forum

It's crazy here in the Seattle area. This is the first time I could even access the site for the last couple of days. And it takes a looooong time to load each page.
by kunkel321
25 Apr 2024, 07:19
Forum: Forum Issues
Topic: Slow forum
Replies: 103
Views: 9588

Re: Slow forum

Super slow the last couple of days in the Seattle area too.
by kunkel321
24 Apr 2024, 15:17
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 108
Views: 10678

Re: AutoCorrect for v2

I updated the "Duplicate String Extractor" script. (Which might also be called the "Updating to a newer version of AutoCorrect2" script). Location: https://github.com/kunkel321/AutoCorrect2/blob/main/Duplicate%20String%20ExtracterFor%20v2.ahk https://i.imgur.com/AB9UaxE.png The functionality is prob...
by kunkel321
24 Apr 2024, 07:32
Forum: Scripts and Functions (v2)
Topic: Class ToolTipOptions - 2024-03-27
Replies: 29
Views: 3743

Re: Class ToolTipOptions - 2024-03-27

If I change the color and title it is not consistent. I use the same text, namely the col[ix] in both the title and in the Tooltip, but if I press NumLock several times the title is not the same as the text every time. Adding static here static ix := random(1, col.Length) seems to lock the text in ...
by kunkel321
23 Apr 2024, 14:34
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 108
Views: 10678

Re: AutoCorrect for v2

Thank you for reporting this, and for the extra information. I'm not sure how I never noticed this! LOL. I did not see the webform effect that you described in #1. Can you post the hotstring you are using? How long is the replacement text? I did see the effect you describe in #2 though. I made these...
by kunkel321
23 Apr 2024, 08:09
Forum: Ask for Help (v2)
Topic: Is it possible to create an on screen fireworks visual effect Topic is solved
Replies: 6
Views: 255

Re: Is it possible to create an on screen fireworks visual effect Topic is solved

Here's a fun thing I found a long time ago... It's all v1 code though. Info in the readme points to this: https://github.com/acorns/Particle-System/tree/master Eh... Sorry, it's too big to zip and attach. Here is the readme though # Particle-System It makes pretties ##Tested with: * AHK 1.1.24.02 32...
by kunkel321
22 Apr 2024, 20:34
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 108
Views: 10678

Re: AutoCorrect for v2

1) when I type something into a box and then tab to the next box, if the thing that I put into the first box is a hotkey then the translation mostly gets put into the second box. I'm not sure I understand what you mean... First I want to make sure you mean "hotkey" such as #h::, rather than "hotstr...
by kunkel321
22 Apr 2024, 20:13
Forum: Scripts and Functions (v2)
Topic: Sequence generator
Replies: 8
Views: 1413

Re: Sequence generator

william_ahk wrote:
22 Apr 2024, 19:21
@kunkel321 I have mentioned this in the post :D
Ah yes, I see that now -- LOL!
And thanks for the extended explanation!
by kunkel321
22 Apr 2024, 16:46
Forum: Scripts and Functions (v2)
Topic: AutoCorrect for v2
Replies: 108
Views: 10678

Re: AutoCorrect for v2

I think Jasonosaj is the one who suggested scanning the entire code when doing validity checks (rather that just stopping after the first identified duplicate/conflict.) That has been added in the GitHub repo. Interestingly, this created a dilemma... If a user puts a really short 'word-middle' multi...
by kunkel321
22 Apr 2024, 15:04
Forum: Scripts and Functions (v2)
Topic: Sequence generator
Replies: 8
Views: 1413

Re: Sequence generator

Pretty cool thing! I'm playing around with the Template: value... I don't really understand what is happening. I looked in the code, then found my way to this https://www.autohotkey.com/docs/v2/lib/Format.htm I'm just experimenting with some of the values in that ahk docs page... If I set the Stop t...
by kunkel321
21 Apr 2024, 13:30
Forum: Ask for Help (v2)
Topic: How to use Window Spy with multiple monitors
Replies: 21
Views: 259

Re: How to use Window Spy with multiple monitors

How do I use that in the ControlClick syntax? The ControlClick syntax is here: https://www.autohotkey.com/docs/v2/lib/ControlClick.htm Unfortunately, it probably won't matter. If you were able to isolate the control, you'd know, because WinSpy would put a little highlighted rectangle around it and ...
by kunkel321
21 Apr 2024, 10:43
Forum: Ask for Help (v2)
Topic: Split a text file based on a delimiter
Replies: 3
Views: 89

Re: Split a text file based on a delimiter

Try this, makes the SplitArray Building on Banaanae's... #SingleInstance #Requires AutoHotkey v2+ Text := " ( SPLIT LINE HERE text line #1a text line #2a text line #3a text line #4a SPLIT LINE HERE text line #1b text line #2b text line #3b text line #4b SPLIT LINE HERE text line #1c text line #2c t...
by kunkel321
21 Apr 2024, 10:33
Forum: Ask for Help (v2)
Topic: How to use Window Spy with multiple monitors
Replies: 21
Views: 259

Re: How to use Window Spy with multiple monitors

What app has the 'save' buttons? Is it Chrome Browser, or a Windows App? AHK Has "ControlGet" which can sometimes isolate a button for pressing (no coordinates needed). It won't work in Chrome Browser web apps though. Try dragging the WinSpy crosshairs over the button to see if you can capture its i...
by kunkel321
19 Apr 2024, 08:06
Forum: Ask for Help (v2)
Topic: Focus after exiting Program
Replies: 3
Views: 82

Re: Focus after exiting Program

Hi there, I was having trouble understanding your question, so I pasted it into ChatGPT. The response is below. Has ChatGPT correctly understood your question? Bassman has an AutoHotkey script that uses various shortcuts, which is set to run automatically when the computer starts (likely placed in t...
by kunkel321
19 Apr 2024, 07:20
Forum: Scripts and Functions (v2)
Topic: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar
Replies: 14
Views: 761

Re: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar

Yes, thank you! No error messages for me this time. No icon on the first msgbox, but the next three does have them. Final box has: --------------------------- TBI text box icons.ahk --------------------------- 77346937 77348000 SetTitleBarIcon 77348015 HSHELL_WINDOWCREATED 77349000 HSHELL_WINDOWDEST...
by kunkel321
18 Apr 2024, 20:12
Forum: Scripts and Functions (v2)
Topic: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar
Replies: 14
Views: 761

Re: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar

Getting a different error message with AHK v1.0.12 Maybe it's a "run as admin" problem? Error: (5) Access is denied. 054: DetectHiddenWindows(true) 055: WinExist('ahk_class #32770') ▶ 056: SendMessage(WM_SETICON, ICON_SMALL, hIconSmall) 057: SendMessage(WM_SETICON, ICON_BIG, hIconBig) 058: OnMessage...
by kunkel321
18 Apr 2024, 20:06
Forum: Ask for Help (v2)
Topic: How to start a program and hide it immediately?
Replies: 5
Views: 111

Re: How to start a program and hide it immediately?

....To see the differences/lack of differences: #Requires AutoHotkey v2.0 target1 := "C:\Program Files\Google\Chrome\Application\chrome.exe" " https://www.autohotkey.com/docs/v2/lib/Run.htm" target2 := "C:\Program Files\Google\Chrome\Application\chrome.exe https://www.autohotkey.com/docs/v2/lib/Run...
by kunkel321
18 Apr 2024, 16:33
Forum: Ask for Help (v2)
Topic: How to start a program and hide it immediately?
Replies: 5
Views: 111

Re: How to start a program and hide it immediately?

If I'm reading the help docs correctly, this should work:

Code: Select all

#Requires AutoHotkey v2+
;Note space before webpage.
target := "C:\Program Files\Google\Chrome\Application\chrome.exe" " https://www.autohotkey.com/docs/v2/lib/Run.htm"
Run target,, "Min"
It doesn't seem to be starting minimized though....
by kunkel321
18 Apr 2024, 07:58
Forum: Scripts and Functions (v2)
Topic: ApplicationSwitcher for v2
Replies: 6
Views: 607

Re: ApplicationSwitcher for v2

This is really cool -- Thanks for sharing it!
by kunkel321
18 Apr 2024, 07:35
Forum: Scripts and Functions (v2)
Topic: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar
Replies: 14
Views: 761

Re: [Function] MsgBoxTBI - Display a MsgBox window with an icon in the title bar

Cool idea. I'm getting errors though... I'm on Win 10 with RaptorX's AHKToolBox, to test your self contained example. It has AHK v2.0.2. First two message boxes work, but there is no icon... Third msgbox causes error: Error: Expected a Number but got an empty string. 069: If wParam = HSHELL_WINDOWDE...

Go to advanced search