Search found 58 matches

by Animan8000
24 Apr 2024, 07:22
Forum: Wish List
Topic: A_Downloads might be a nice thing to have at some point.
Replies: 6
Views: 476

Re: A_Downloads might be a nice thing to have at some point.

I think we have a nice set of built-in variables that are flexible enough to do a lot of interesting things, but I keep thinking we are missing the A_Downloads variable that would point to the default location the downloads folder at in a similar fashion to A_MyDocuments ! Unless there is a technic...
by Animan8000
30 Mar 2024, 12:18
Forum: Wish List
Topic: A better converter for migrating from V1 please
Replies: 4
Views: 657

Re: A better converter for migrating from V1 please

There's no "built-in converter". Only finished scripts made by other people. These converters are okay for the most part, but limitations will apply. The v2 documentation is likely still the best reference, to figure the differences out.
by Animan8000
08 Mar 2024, 06:25
Forum: Ask for Help (v1)
Topic: GetKeyState with multiple keys Topic is solved
Replies: 4
Views: 224

Re: GetKeyState with multiple keys Topic is solved

Wrong forum category you are posting in. This category is for finished scripts, and or libraries.
by Animan8000
26 Dec 2023, 15:11
Forum: Forum Issues
Topic: New Servers
Replies: 4
Views: 1772

Re: New Servers

andymbody wrote:
22 Dec 2023, 16:54
Thank you for all that you do!! How can we contribute to the hardware costs, your efforts, as well as the efforts of lexikos and other admin?
https://www.autohotkey.com/foundation/#contributions
by Animan8000
05 Nov 2023, 03:26
Forum: Scripts and Functions (v2)
Topic: [v2.0.2]cJson--created by dll
Replies: 5
Views: 1497

Re: [v2.0.2]cJson--created by dll

@Adventurer

Not based of geek's library
by Animan8000
18 Oct 2023, 10:48
Forum: Wish List
Topic: Custom font support by specifying file path optionally of font file, rather than font name only
Replies: 1
Views: 722

Custom font support by specifying file path optionally of font file, rather than font name only

From my understanding; when changing the font in let's say GUIs, you can specify a font name, but this only considers the name of a font that is specifically present in the fonts directory of the OS . This causes the issue that you either have the script to install the custom font on the user's syst...
by Animan8000
02 Aug 2023, 06:18
Forum: Tutorials (v1)
Topic: How to optimize the speed of a script as much as possible.
Replies: 122
Views: 204760

Re: How to optimize the speed of a script as much as possible.

SetBatchLines, -1 Causes my games to completely freeze to 0 fps until the key is released. That has nothing to do with AHK. Some games don't handle massive inputs at once, resulting into a freeze for some of them. Same story with Chromium and I think Electron based applications, if you spam too fast.
by Animan8000
04 Jul 2023, 06:35
Forum: Wish List
Topic: Comma operator optimization applied automatically from the interpreter
Replies: 2
Views: 649

Re: Comma operator optimization applied automatically from the interpreter

lexikos I do agree that features and fixes should be the main focus for the language for sure, but working at some point in improving performance could be also benefitical for the language in a few situations. Even if it are a lot of small improvements over time, it will add up more and more, to ac...
by Animan8000
02 Jul 2023, 02:32
Forum: Wish List
Topic: Comma operator optimization applied automatically from the interpreter
Replies: 2
Views: 649

Comma operator optimization applied automatically from the interpreter

The docs say this: Performance: The comma operator is usually faster than writing separate expressions, especially when assigning one variable to another (e.g. x:=y, a:=b). Performance continues to improve as more and more expressions are combined into a single expression; for example, it may be 35%...
by Animan8000
29 Jun 2023, 05:10
Forum: Editors
Topic: Script editor recommendation.
Replies: 10
Views: 11617

Re: Script editor recommendation.

VSCode for AHK v2 any day in the week, with thqby's extension. Might look a little scary as a newbie but trust me it's absolutely worth it, just learn what you need from it and after few days (or weeks at maximum) you get the hang of it. Has extension support, custom theme support, extremely feature...
by Animan8000
23 Jun 2023, 05:51
Forum: AutoHotkey Development
Topic: ATan2
Replies: 2
Views: 452

ATan2

Added ATan2(y, x). [PR #319 by sswwaagg]
Shouldn't it be ATan2(x, y) instead, to reduce user error and confusion? y, x would just introduce an inconsistency because other functions like Pixel/ImageSearch start with x and then y, instead of the other way around.
by Animan8000
05 Jun 2023, 09:30
Forum: Tutorials (v1)
Topic: ProgressBar Examples
Replies: 21
Views: 44360

Re: ProgressBar Examples

jNizM wrote:
23 Sep 2014, 07:59
Just a view ProgressBar Examples

Screenshot:
Image
Screenshot not available anymore :/
by Animan8000
23 May 2023, 08:08
Forum: Gaming
Topic: Autoselect Menu in Silica Game
Replies: 3
Views: 2219

Re: Autoselect Menu in Silica Game

Wouldn't this fit better into the game section rather than scripts and functions? :? ;) (don't get me wrong of course)
by Animan8000
22 May 2023, 10:35
Forum: Scripts and Functions (v2)
Topic: Useful AHKv2 classes, functions, and scripts. Supplementing readmes, and examples.
Replies: 3
Views: 1832

Re: Useful AHKv2 classes, functions, and scripts. Supplementing readmes, and examples.

GitHub does have a lot of great, hidden AHK gems actually and I love it. I'm following over 200 users and most are about AHK (v1 & v2), but there's of course way more people with interesting scripts and libraries out there, that are barely known, but of course sometimes documentation or examples or ...
by Animan8000
20 May 2023, 13:23
Forum: Wish List
Topic: gonna need more built-in functions Topic is solved
Replies: 2
Views: 1023

Re: gonna need more built-in functions Topic is solved

Unlikely to happen. This would more likely bloat the language itself. There's nothing stopping you from porting it to v2 (the community is also helpful to assist you in case you get stuck somewhere in the process) or using one of three libraries to import v1 code into v2 such as import_v1lib by thqb...
by Animan8000
02 May 2023, 10:36
Forum: Scripts and Functions (v1)
Topic: fit images to given size
Replies: 1
Views: 398

Re: fit images to given size

Using comma operator between all the expressions should boost performance a bit, for the library. Performance: [v1.0.48+]: The comma operator is usually faster than writing separate expressions, especially when assigning one variable to another (e.g. x:=y, a:=b). Performance continues to improve as ...
by Animan8000
19 Apr 2023, 06:02
Forum: Scripts and Functions (v1)
Topic: Search for WhatsApp tab in Firefox...
Replies: 6
Views: 989

Re: Search for WhatsApp tab in Firefox...

tidbit A_Username doesn't necessarily have same name as the user folder does because unfortunately there are edge cases possible, especially depending on how the OS was installed from my experience. A_AppData and going a path above and then into Local might be a better choice. Alternatively EnvGet ...
by Animan8000
01 Apr 2023, 10:20
Forum: About This Community
Topic: Discord community is missing on the homepage
Replies: 3
Views: 5202

Re: Discord community is missing on the homepage

joedf wrote:
30 Mar 2023, 18:48
Okay, Done!
Thank you!
by Animan8000
27 Mar 2023, 08:38
Forum: About This Community
Topic: Discord community is missing on the homepage
Replies: 3
Views: 5202

Discord community is missing on the homepage

The AutoHotkey Discord community doesn't seem to be listed anywhere on the AutoHotkey.com homepage, which is definitely worth adding since it's quite active, with over 14K+ members there. https://media.discordapp.net/attachments/378322175226150912/1089908445160947772/Screenshot_20230327_154654.png A...

Go to advanced search