Search found 10 matches

by Tobor D
28 Jul 2018, 12:44
Forum: Ask for Help
Topic: How to install AutoHotkey_H v2-alpha ? Topic is solved
Replies: 7
Views: 5253

Re: How to install AutoHotkey_H v2-alpha ? Topic is solved

HotKeyIt, but what about compile?
Also compile does`nt work although i replace it from ahkdll-v2-release-master\Compiler folder

it works but when i compiling script it gives wrong result.
It must shows ahk version, but it shows just string "A_Ahkversion".
by Tobor D
27 Jul 2018, 21:56
Forum: Ask for Help
Topic: How to install AutoHotkey_H v2-alpha ? Topic is solved
Replies: 7
Views: 5253

Re: How to install AutoHotkey_H v2-alpha ? Topic is solved

swagfag, Thank you very much.
In this case which docs i must follow? I used https://hotkeyit.github.io/v2/docs/AutoHotkey.htm
by Tobor D
27 Jul 2018, 03:13
Forum: Ask for Help
Topic: How to install AutoHotkey_H v2-alpha ? Topic is solved
Replies: 7
Views: 5253

How to install AutoHotkey_H v2-alpha ? Topic is solved

Hello. Can you explain me how to install AutoHotkey_H v2-alpha? What i did: deleted old Ahk. Extract AutoHotkey v2 then extract AutoHotkey_H v2-alpha. Trying to use example command NewThread "MsgBox Message from thread." And it goes nothing. Just quick error message but instantly disappeared. I`d ad...
by Tobor D
27 May 2017, 20:22
Forum: Ask for Help (v1)
Topic: SendInput has problem with A_Index Topic is solved
Replies: 10
Views: 3163

Re: SendInput has problem with A_Index Topic is solved

lexikos
Thank you master. :)
Alternatively, you may remove the loop and use a counter
How to use this counter? Is it some kind off function?
by Tobor D
26 May 2017, 06:30
Forum: Ask for Help (v1)
Topic: SendInput has problem with A_Index Topic is solved
Replies: 10
Views: 3163

Re: SendInput has problem with A_Index Topic is solved

No bugs at all. SendInput, % cpline "`n Surprise `n" Well if i saving two random words like "home" and "tube" and then i using your "Not bug at all" codeline i got this: " tube Surprise home Surprise " (Here i pushed Numpad2 one time) But i if change Sendinput on Send here in your codeline like thi...
by Tobor D
26 May 2017, 02:58
Forum: Ask for Help (v1)
Topic: SendInput has problem with A_Index Topic is solved
Replies: 10
Views: 3163

Re: SendInput has problem with A_Index Topic is solved

You guys probably didn`t get what i mean. You should figure out by checking full script. Check it without remark this line: Send, %cpline%{BS} And then check with changes: Sendinput, %cpline%{BS} No bugs at all. myVar := "FooBoo" Send, %myVar%{BS 3} SendInput, %myVar%{BS 3} ; "FooFoo" I dont see the...
by Tobor D
25 May 2017, 23:43
Forum: Ask for Help (v1)
Topic: SendInput has problem with A_Index Topic is solved
Replies: 10
Views: 3163

Re: SendInput has problem with A_Index Topic is solved

Xtra wrote:This should be in ask for help...
Well if its works for you its strange because it didnt works for me...
by Tobor D
25 May 2017, 17:19
Forum: Ask for Help (v1)
Topic: SendInput has problem with A_Index Topic is solved
Replies: 10
Views: 3163

SendInput has problem with A_Index Topic is solved

[Moderator's note: Topic moved from Bug Reports.] Good day. I made a script it is easiest clipboard manager. It saves your text from clipboard to file and then using FileReadLine with A_Index to send each line in rotation. #SingleInstance force Numpad1:: Send ^c FileAppend, %clipboard% `n, %a_temp%...
by Tobor D
07 Apr 2017, 21:07
Forum: Ask for Help (v1)
Topic: Coordinates relative to an inactive window Topic is solved
Replies: 3
Views: 1903

Re: Coordinates relative to an inactive window Topic is solved

Hi. I spending about 4 days to find something that whould help me to get coordinates from PixelSearch on inactive window. I tried this GDI+ http://www.autohotkey.net/~tic/Gdip.ahk but there nothing about searching for specific pixels coords. Also there is one Display.ahk https://autohotkey.com/board...

Go to advanced search