Search found 498 matches

by joefiesta
17 Feb 2022, 13:07
Forum: Suggestions on Documentation Improvements
Topic: SWITCH documentation issues
Replies: 0
Views: 571

SWITCH documentation issues

Documentation for SWITCH has a couple of problem, IMHO. 1. The parameters, e.g. CaseValue1, are never defined. 2. Nor is CaseValue1 explained in the remarks. For some reason, unlike most commands, SWITCH just has REMARKS, RELATED and EXAMPLES sections. 3. I think it would very helpful if one (all?) ...
by joefiesta
09 Feb 2022, 12:30
Forum: Bug Reports
Topic: The ToolTip function sometimes displays the text at the top of the screen incorrectly Topic is solved
Replies: 12
Views: 3613

Re: The ToolTip function sometimes displays the text at the top of the screen incorrectly Topic is solved

@Zhangqu: duh... you never mention it fails in V2 only!!! but, thanks for the clarified example.
by joefiesta
18 Jan 2022, 11:45
Forum: Bug Reports
Topic: AHK v2.0-beta.3 #SingleIntance not working if running two different versions of the .exe Topic is solved
Replies: 1
Views: 679

Re: AHK v2.0-beta.3 #SingleIntance not working if running two different versions of the .exe Topic is solved

there is no bug. The doc for #singleinstance, https://www.autohotkey.com/docs/commands/_SingleInstance.htm , states AutoHotkey relies on the title of the script's main window to identify other running instances of the script. The main window's title--well, maybe you can't see it if you open it and h...
by joefiesta
10 Jan 2022, 14:21
Forum: Ask for Help (v1)
Topic: InputBox timeout and default option does not work
Replies: 2
Views: 461

Re: InputBox timeout and default option does not work

@swagfag - well, you didn't test with the timeout parameter. but, geez, do I wonder why not? hardly. The author certainly did not tell enough about what exactly IS his problem!!! InputBox, OutputVar , Title, Prompt, , , , , , , 3, this work fine too! msgbox errorlevel=%errorlevel% outputvar=%outputv...
by joefiesta
07 Jan 2022, 11:08
Forum: Ask for Help (v1)
Topic: Apparent AHK Parsing Errors in AutoCorrect
Replies: 5
Views: 848

Re: Apparent AHK Parsing Errors in AutoCorrect

what is autocorrect.ahk? where is it? what does it do?
by joefiesta
10 Dec 2021, 10:26
Forum: Ask for Help (v1)
Topic: Sort folder's contents by date
Replies: 6
Views: 2405

Re: Sort folder's contents by date

It seems your code only sorts the Date Modified field ASCENDING. You include the commented out line: ;1: ascending, -1: descending The only line I see to modify from "1" to "-1" is: vList := "System.ItemDate 1" ;Date . But making that modification does not cause the script to sort DESCENDING. Am I m...
by joefiesta
08 Dec 2021, 14:22
Forum: Bug Reports
Topic: A_OSVersion doesnt recognize windows 11 Topic is solved
Replies: 5
Views: 1751

Re: A_OSVersion doesnt recognize windows 11 Topic is solved

oh, so now microsoft is calling the old OS a brand-new Cadillac Brougham when it isn't even much different! (mind you, the "isn't much different" part is my supposition. I will try to live with win7 till I die I hated 10 so much.) I guess it's a marketing ploy to just make more money.
by joefiesta
05 Dec 2021, 10:31
Forum: Ask for Help (v1)
Topic: assign win+num for multiple running programs
Replies: 4
Views: 1082

Re: assign win+num for multiple running programs

1. this is not a bug. If it IS a bug, you haven't explained enough for anyone to figure out what the bug is or what you are trying to do with your hotkey. 2. your hotkkey makes no sense a. you have not shown your code in context with any other code b. to have hitting the "a" key to execute "#1" mean...
by joefiesta
04 Dec 2021, 09:59
Forum: Ask for Help (v1)
Topic: AutoHotkey 1.1.33.10 Main Window Displaying Unexpectedly
Replies: 4
Views: 1596

Re: AutoHotkey 1.1.33.10 Main Menu Displaying Unexpectedly

well, I can hardly test it. It shows an error at line 8. "menu does not exist."

need some more of your code apparently.
by joefiesta
01 Dec 2021, 13:24
Forum: Suggestions on Documentation Improvements
Topic: a_args and parameter string Topic is solved
Replies: 4
Views: 2595

Re: a_args and parameter string Topic is solved

@Lexikos - thanks for pointing me to the C documentation. It was great reading. While it is quite precise, it can certainly be seen as the cause of the lack of precision in the AHK doc. Since the microsoft doc is not 100% precise, I submitted feedback about white space being one OR MORE spaces or ta...
by joefiesta
20 Nov 2021, 10:24
Forum: Bug Reports
Topic: ControlClick coord issues with mouse wheel. Topic is solved
Replies: 5
Views: 1715

Re: ControlClick coord issues with mouse wheel. Topic is solved

You haven't said in what way controlclick fails or misbehaves. Nor do I understand what "values" like WM_LBUTTONDOWN have to do with your issue.
by joefiesta
12 Nov 2021, 12:00
Forum: Suggestions on Documentation Improvements
Topic: Process command: what is "first process"
Replies: 1
Views: 1088

Process command: what is "first process"

The Process command defines PIDorName thusly: Name: The name of a process is usually the same as its executable (without path), e.g. notepad.exe or winword.exe. Since a name might match multiple running processes, only the first process will be operated upon. The phrase "first process" needs clarifi...
by joefiesta
19 Oct 2021, 11:03
Forum: Suggestions on Documentation Improvements
Topic: a_args and parameter string Topic is solved
Replies: 4
Views: 2595

Re: a_args and parameter string Topic is solved

Thanks Ragnar. I haven't tested, but what about a TAB character? (i suspect that is possible to get into a command line somehow.)
by joefiesta
18 Oct 2021, 15:27
Forum: Suggestions on Documentation Improvements
Topic: a_args and parameter string Topic is solved
Replies: 4
Views: 2595

a_args and parameter string Topic is solved

Re doc at: https://www.autohotkey.com/docs/Scripts.htm#cmd The above states: "Script Parameters: The string(s) you want to pass into the script, with each separated from the next by a space. Any parameter that contains spaces should be enclosed in quotation marks" Specifically, the above doc stateme...
by joefiesta
23 Sep 2021, 14:36
Forum: Bug Reports
Topic: 1.1.33.10 PixelSearch without Fast mode hangs up the script Topic is solved
Replies: 6
Views: 1704

Re: 1.1.33.10 PixelSearch without Fast mode hangs up the script Topic is solved

@teadrinker: it IS in the doc under REMARKS at PIXELSEARCH.

If the region to be searched is large and the search is repeated with high frequency, it may consume a lot of CPU time. To alleviate this, keep the size of the area to a minimum
by joefiesta
20 Sep 2021, 10:26
Forum: Ask for Help (v1)
Topic: last gosub line
Replies: 2
Views: 321

last gosub line

is it possible to determine the line number of the last issued GOSUB?
by joefiesta
07 Sep 2021, 15:59
Forum: Scripts and Functions (v1)
Topic: [Library] Fnt v4.0 - Do Stuff With Fonts
Replies: 39
Views: 27894

Re: [Library] Fnt v3.0 - Do Stuff With Fonts

Fnt\_Functions\Fnt.ahk makes a reference to "(see _FontMetrics.png) "

I can not find this image.
by joefiesta
25 Aug 2021, 10:20
Forum: Bug Reports
Topic: Vertical Colored TAB Bug
Replies: 7
Views: 1798

Re: Vertical Colored TAB Bug

i get an error at line 10 when running your code (totally unmodified):

invalid or nonexistant .... parent window
by joefiesta
20 Aug 2021, 10:26
Forum: Ask for Help (v2)
Topic: [v2.0-beta.1] Warning: This line will never ...
Replies: 12
Views: 2615

Re: [v2.0-beta.1] Warning: This line will never ...

That's all very reasonable--not having an autoexecute section. But, then, does it not create a problem. How does one code simple gosub routines? It is almost like you are advocating the use of functions EXCLUSIVELY over subroutines. Back in the day we used GOTO and GOSUB, for example writing Fortran...

Go to advanced search