Search found 11 matches

by MostWanted
09 Aug 2022, 07:02
Forum: Scripts and Functions (v1)
Topic: FastCode library - boosting speed of coding
Replies: 2
Views: 982

Re: FastCode library - boosting speed of coding

kazhafeizhale wrote:
08 Aug 2022, 11:32
you can try this, a snippet management tool
https://github.com/kazhafeizhale/super-command
Hey, thx for comment. FastCode is something else, from what you shared. It's similar on some point, but general idea is different.
by MostWanted
08 Aug 2022, 02:39
Forum: Scripts and Functions (v1)
Topic: FastCode library - boosting speed of coding
Replies: 2
Views: 982

FastCode library - boosting speed of coding

Hey, everyone! I've decided to share some workaround, that I was working with for quite a while. The idea was to simplify and speed-up a coding process. In order to make it as simpler as possible and as fast as possible as well. I've ended up with creating simple Library, that contains functions wit...
by MostWanted
01 Mar 2021, 07:11
Forum: Ask for Help (v1)
Topic: Retry data from external TreeView
Replies: 6
Views: 445

Re: Retry data from external TreeView

https://www.autohotkey.com/boards/viewtopic.php?f=76&t=4998 ? Thx dear. i also saw that topic posts, but didn't succeed to run. My question then, do you say it's still relevant script to read treeview. I mean should i dig deeper into that topic? It's just for a few month i'm trying to solve that is...
by MostWanted
01 Mar 2021, 06:43
Forum: Ask for Help (v1)
Topic: Retry data from external TreeView
Replies: 6
Views: 445

Re: Retry data from external TreeView

BoBo wrote:
01 Mar 2021, 06:37
Check out Send-/PostMessage too. Good luck :)
PS. that might come handy (the TVM/-N section): https www.programmersought.com /article/87852732426/ Broken Link for safety
I'm not talking about selecting/activating lines in treeview. I'm talking about getting data and saving it into variable.
by MostWanted
01 Mar 2021, 06:33
Forum: Ask for Help (v1)
Topic: Retry data from external TreeView
Replies: 6
Views: 445

Retry data from external TreeView

Hi, everyone. I've tried to read most of articles on the forum and in google search. Plus, of course, manual. But, can't find needed answer. So, i'm dealing with external TreeView (mean tree view in external application of course). It has name - SysTreeView321 And it has table structure. Means 2-5 c...
by MostWanted
22 Feb 2021, 20:19
Forum: Скрипты и библиотеки
Topic: Зажимание - отжимание
Replies: 3
Views: 7428

Re: Зажимание - отжимание

Lbutton:: Send, % (State1 := !State1) ? "{Lbutton Down}" (a := 1) / 0 : "{Lbutton Up}" (a := 2) / 0 Lbutton:: − сам хоткей, т.е. всё последующее срабатывает при нажатии на левую кнопку мыши. Send, % − команда отправки нажатий. Знак процента говорит, что дальше будет не сырой текст, а выражение, кот...
by MostWanted
22 Feb 2021, 05:25
Forum: Скрипты и библиотеки
Topic: Зажимание - отжимание
Replies: 3
Views: 7428

Re: Зажимание - отжимание

LButton горячая клавиша (то есть условие, если была нажата левая кнопка мыши): При этом значение «Down» и «Up» в данной функции означает «нажатие» и «обжатие» той самой левой кнопки. То есть при нажатии левой кнопки будет произведено сравнение и отправка переменных методом “Send”. % (State1 := !Stat...
by MostWanted
22 Feb 2021, 05:16
Forum: Скрипты и библиотеки
Topic: Удерживание нажатой 5 кнопку мыши.
Replies: 1
Views: 3799

Re: Удерживание нажатой 5 кнопку мыши.

Добрый день. Попробуйте назначить горячую клавишу к включению микрофона и привязать его к кнопке мыши. Не сталкивался с нажатием кнопок мыши, но зная код, стоит использовать функцию loop/while и привязать функцию нажатия кнопки и при нажатии кнопки запускать горячую клавишу. Или же чтобы при нажатии...
by MostWanted
22 Feb 2021, 05:13
Forum: Скрипты и библиотеки
Topic: Поиск картинки на экране
Replies: 1
Views: 5297

Re: Поиск картинки на экране

Добрый день. Советую копать в сторону библиотеки FindText - https://www.autohotkey.com/boards/viewtopic.php?t=17834 7-я и 8-я (последняя на сегодня) версия позволяет считывать картинку, без необходимости размещения картинки где-либо, кроме кода. Плюс можно убрать зависимость от цвета. То есть картин...
by MostWanted
31 Jan 2021, 08:03
Forum: Ask for Help (v1)
Topic: Help with ControlSend
Replies: 4
Views: 347

Re: Help with ControlSend

I would suggest to add a few functions. 1. As it was said - to activate window 2. To wait for a window to be activate 3. To wait for a visible button that you expect to have in your window. in order for script to be more accurate 4. And only then send needed control. Some kind of: WinActivate Wintit...

Go to advanced search