Search found 9 matches

by usnake
21 Nov 2022, 21:26
Forum: Ask for Help (v1)
Topic: Mouse click coordinates do not match the actual
Replies: 3
Views: 450

Re: Mouse click coordinates do not match the actual

Hallo, setting mouse coordinates based on the screen did not work for some reason. Try: CoordMode, Mouse, Screen MouseClick,L,300,300,,0 hi, I have added the following code to the top position of the script CoordMode, Mouse, Screen CoordMode, Pixel, Screen CoordMode, ToolTip, Screen But the problem...
by usnake
21 Nov 2022, 03:36
Forum: Ask for Help (v1)
Topic: Mouse click coordinates do not match the actual
Replies: 3
Views: 450

Mouse click coordinates do not match the actual

I used autohotkey to write an automatic script in chrome and set the mouse coordinates based on the screen But I need to click on the 300, 300 position My code is MouseClick,L,300,300,,0 Occasionally, when it runs, it just clicks on the position 292,292 instead of the 300,300 I set. What is the prob...
by usnake
16 Nov 2022, 01:36
Forum: 教程资料
Topic: FindText 深度教程 v1.2
Replies: 6
Views: 7911

Re: FindText 深度教程 v1.2

zhang wrote:
13 Nov 2022, 09:04
现在没有好用的国内AHK社区了,也不知出什么问题了,可惜了那么多优秀的知识,感谢楼主的搬运,也同样感谢FerYue带来的FindText
可能国内管控bbs太严了,没办法有好的社区,而且ahk本身不知道为什么一直不流行。
之前看到个程序叫aardio感觉应该挺好用的,但是作者不知道为什么就是不搞社区,一直在公众号发一些零零碎碎的教材,实在不成体系,入门艰难
by usnake
26 Oct 2022, 03:46
Forum: 教程资料
Topic: FindText 深度教程 v1.2
Replies: 6
Views: 7911

FindText 深度教程 v1.2

因为国内网站打不开了,转载到这边,如果有侵权,pm我删除。 感谢 FindText 作者 feiyue及本教程作者 Descolada 所做的工作! ——译者:北极星 英文教程:https://www.autohotkey.com/boards/viewtopic.php?f=7&t=102806&p=456845&hilit=findtext#p456845 非常感谢用户 feiyue 创建了 FindText,另外也感谢用户 ed1chandler 和 c4p,他们的基础教程让我受益非浅。 简介 FindText 是一个 AHK 库,可以替代内置的 ImageSea...
by usnake
21 Oct 2022, 04:19
Forum: 请求帮助
Topic: 求助:按住CTRL脚本无法运作
Replies: 1
Views: 1909

Re: 求助:按住CTRL脚本无法运作

~LButton::改成~*LButton::
by usnake
10 Oct 2022, 07:10
Forum: Ask for Help (v1)
Topic: About Gui image, text overlay problem Topic is solved
Replies: 4
Views: 410

Re: About Gui image, text overlay problem Topic is solved

mikeyww wrote:
10 Oct 2022, 06:26
Hi,

You could try a different color, one that is not part of your background image. Red, yellow, etc.
I didn't set the background color of the text box, in fact I don't know where to set it, but it's the same color as Gui's background by default
by usnake
10 Oct 2022, 02:48
Forum: Ask for Help (v1)
Topic: Image Search script.
Replies: 1
Views: 203

Re: Image Search script.

Maybe you can try findtext() written by feiyue

It's a powerful script that can completely replace ahk's native findimage
by usnake
10 Oct 2022, 02:36
Forum: Ask for Help (v1)
Topic: About Gui image, text overlay problem Topic is solved
Replies: 4
Views: 410

About Gui image, text overlay problem Topic is solved

Hi everyone, I'm trying to create a timer via ahk My idea is to create a gui and make the gui transparent add a background image to the gui Then add a text to show the timer value But my text will cause a part of the background image to become transparent as well How can I fix this problem? Snipaste...

Go to advanced search