Search found 43 matches

by hieveryone
08 Dec 2023, 22:29
Forum: Ask for Help (v2)
Topic: Can't open AHK file Topic is solved
Replies: 8
Views: 935

Re: Can't open AHK file Topic is solved

@Ragnar
ok edit, i fixed it.
It has nothing to do with anything apart from that I have to download AHK again
which is strange I'm not sure why.
by hieveryone
08 Dec 2023, 22:21
Forum: Forum Issues
Topic: [WEBSITE UI] The login and log out buttons are too confusing
Replies: 0
Views: 505

[WEBSITE UI] The login and log out buttons are too confusing

My suggestion is to change the log in button since it is really confusing and too similar to te Log out button.
Thanks for this consideration.


[Mod edit: Moved topic from 'Wish List', since this unrelated to AHK's language features.]
by hieveryone
08 Dec 2023, 22:18
Forum: Ask for Help (v2)
Topic: Can't open AHK file Topic is solved
Replies: 8
Views: 935

Re: Can't open AHK file Topic is solved

@Ragnar
thanks ill try
by hieveryone
14 Nov 2023, 07:16
Forum: Ask for Help (v2)
Topic: Can't open AHK file Topic is solved
Replies: 8
Views: 935

Re: Can't open AHK file Topic is solved

@Ragnar
maybe, just in short,
would it be helpful to broaden what is happeing?
Basically,
in short, when I open a file, it comes up with an error and can not run the file. It has nothing to do with the code itself.
Do you know any reasons why this might be happening?

Thanks in advance
by hieveryone
14 Nov 2023, 07:12
Forum: Ask for Help (v2)
Topic: Can't open AHK file Topic is solved
Replies: 8
Views: 935

Re: Can't open AHK file Topic is solved

You are not currently being helped because you are not providing enough useful information. For example, you could post the code (shortened to the essentials) so that others can reproduce your problem. RunWithHandles() is especially interesting to know what it does. Hello thanks for reaching out. I...
by hieveryone
11 Nov 2023, 07:07
Forum: Ask for Help (v2)
Topic: Can't open AHK file Topic is solved
Replies: 8
Views: 935

Can't open AHK file Topic is solved

Hello, I have encountered something Not sure if I should put this as a bug or ask for help, but. Ive been getting a message when im trying to open a file in AHK, "Error: (2) The system cannot find the file specified." and always gives me this message: "▶ 250: proc := RunWithHandles(cmd, {in: hStdIn,...
by hieveryone
07 Sep 2023, 04:14
Forum: Ask for Help (v2)
Topic: How to copy and paste a line at a time Topic is solved
Replies: 6
Views: 616

Re: How to copy and paste a line at a time Topic is solved

#Requires AutoHotkey v2.0 A_Clipboard := " ( 1 2 3 4.25 5.25 )" ^v::A_Clipboard := pasteFirstLine(A_Clipboard) pasteFirstLine(str) { If str != '' { SendText (arr := StrSplit(str, '`n', '`r', 2))[1] Return arr.Length = 2 ? arr[2] : '' } } Wow that works. Do you have any solution to say if I was inst...
by hieveryone
07 Sep 2023, 04:11
Forum: General Discussion
Topic: Is there a place I can hire AHK developers to develop a specific solution for me?
Replies: 10
Views: 5834

Re: Is there a place I can hire AHK developers to develop a specific solution for me?

Time is money. I like paying folks for their time. I did find someone that I've been working with. It's worked out well for me.

Ive never had to pay anything but IG you are right. But i like to think of it this way, you pay gratitude for time
by hieveryone
07 Sep 2023, 04:08
Forum: General Discussion
Topic: What is the best way to learn AHK? Topic is solved
Replies: 7
Views: 2099

Re: What is the best way to learn AHK? Topic is solved

I can't speak for anyone else, but I picked up programming (especially AHK) by helping other people with their coding problems, and asking for help with my own coding problems. I do not believe that "learning AHK" "learning JavaScript" or "learning Python" are useful, complete statements. You learn...
by hieveryone
06 Sep 2023, 06:07
Forum: General Discussion
Topic: What is the best way to learn AHK? Topic is solved
Replies: 7
Views: 2099

What is the best way to learn AHK? Topic is solved

I've been trying to learn how to code using AHK. But, with little to no progress at all, I have to rely on others to provide me with a solution. I feel awfully guilty. I have been progressing in other languages such as JavaScript, HTML, and others but AHK seems too hard to learn. What is the best wa...
by hieveryone
06 Sep 2023, 06:04
Forum: General Discussion
Topic: Is there a place I can hire AHK developers to develop a specific solution for me?
Replies: 10
Views: 5834

Re: Is there a place I can hire AHK developers to develop a specific solution for me?

I don't think you need to pay anyone. But ask around on the forum, There are some very kind people who share their code. Truly an amazing place to be
by hieveryone
06 Sep 2023, 06:00
Forum: Ask for Help (v2)
Topic: How to copy and paste a line at a time Topic is solved
Replies: 6
Views: 616

Re: How to copy and paste a line at a time Topic is solved

Whoops I just realized I did it on v1 It was meant to be v2 I'm pretty sure (well I'm not certain but I'm most certain that I'm using the latest version)


[Mod action: Moved topic to AHK v2 help.]
by hieveryone
06 Sep 2023, 05:59
Forum: Ask for Help (v2)
Topic: How to copy and paste a line at a time Topic is solved
Replies: 6
Views: 616

How to copy and paste a line at a time Topic is solved

Sorry for my basic understanding of code, I have already viewed this topic, https://www.autohotkey.com/boards/viewtopic.php?t=84738, but it didn't seem to work. Maybe it's an old version? So basically all I want is : When I press a key, it copies the first line from another txt. When I press the key...
by hieveryone
11 Jun 2023, 22:52
Forum: Ask for Help (v1)
Topic: Is pixelssearch buggy? Topic is solved
Replies: 5
Views: 438

Re: Is pixelssearch buggy? Topic is solved

gregster I think I might be doing something wrong since im not that great at coding. The code is loop 1000{ PixelSearch, Px, Py, 1035, 440, 1201, 505, 0xffff00, 3,, if ErrorLevel mousemove 1114, 463, 10 Send {Click} mousemove 100,0,10,r } return ^y::exitapp basically what i want is so whenever the ...
by hieveryone
11 Jun 2023, 22:43
Forum: Ask for Help (v1)
Topic: Is pixelssearch buggy? Topic is solved
Replies: 5
Views: 438

Re: Is pixelssearch buggy? Topic is solved

@boiler
I was unsure what fast mode vs slowmode was so I left it blank. Ill try that thanks
by hieveryone
11 Jun 2023, 22:40
Forum: Ask for Help (v2)
Topic: Is there a max character limit for loopread?
Replies: 6
Views: 455

Re: Is there a max character limit for loopread?

Basically its a simple code that is just, send enter send whatever line in the file send enter again wait repeat. Thats it. But I have tried two files, and they at different lengths but they both always stop on "sunscr" I didnt write anything for it to stop on "sunscr" I will be doing some more test...
by hieveryone
11 Jun 2023, 01:52
Forum: Ask for Help (v2)
Topic: Is there a max character limit for loopread?
Replies: 6
Views: 455

Re: Is there a max character limit for loopread?

@boiler
wait I found out that there is no character limit. But whatever line it is it always stops on the word sunscreen im really confused, is there a code the breaks the loop on the word sunscr?
by hieveryone
11 Jun 2023, 00:57
Forum: Ask for Help (v1)
Topic: Is pixelssearch buggy? Topic is solved
Replies: 5
Views: 438

Is pixelssearch buggy? Topic is solved

I tried pixel search and its really buggy, it has a loading and you cant exit the app after running the script(after a while you can) . The other issue , it does work - only when the colour isn't there and after a while.
by hieveryone
11 Jun 2023, 00:51
Forum: Ask for Help (v2)
Topic: Is there a max character limit for loopread?
Replies: 6
Views: 455

Re: Is there a max character limit for loopread?

@boiler
So There is a txt that it reads and each time its ment to send it as a variable, but it just stops after a certain line. All the lines are only up to 100 characters each the txt in total has unde 4000 characters. but it just stops at like 3000 is there a reason why it does that?
by hieveryone
10 Jun 2023, 09:18
Forum: Ask for Help (v2)
Topic: Is there a max character limit for loopread?
Replies: 6
Views: 455

Is there a max character limit for loopread?

My script just loops and stops after a certain amount of characters I'm pretty sure that's the problem

Go to advanced search