Search found 27 matches

by mankvl
06 Sep 2017, 03:55
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 310
Views: 148775

Re: Screen clipping

I'am having problems with SCW_LBUTTONDOWN() function, I added all SCW functions to my lib folder (file named SCW.ahk) when I run my main script it's included automatically as I understand. But it always runs that function after every hotkey. Maybe i need to have this function in the main script? or ...
by mankvl
01 Sep 2017, 03:38
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 310
Views: 148775

Re: Screen clipping

Anyway to add a highlight tool?
by mankvl
31 Aug 2017, 14:58
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 172847

Re: Vis2 - Simple OCR

I'am having problem with this, do I need administrative privileges for this to work? Can I add more language?
by mankvl
23 Aug 2017, 03:21
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 644975

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

HotKeyIt wrote:
mankvl wrote:is there a way to make S4A autoclose { and ( ?
Probably:

Code: Select all

#IfWinActive ahk_class SciTEWindow
~(::Send {)}{Left}
#IfWinActive
Ye, just was going to do smth like this, but this will only work if I have my main script running. Anyway thanks :)
by mankvl
22 Aug 2017, 12:51
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 644975

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

is there a way to make S4A autoclose { and ( ?
by mankvl
21 Aug 2017, 05:37
Forum: Scripts and Functions (v1)
Topic: FindClick() - ImageSearch, Clicking, & More [Newest Version]
Replies: 197
Views: 119481

Re: FindClick() - ImageSearch, Clicking, & More [Newest Version]

@berban what could be the problem if i use 1-2 foundclick in one hotkey all works ok, but if I use 3 or more after the 2 FoundClick other are not working even "dx" does not start at all. If I use same image with other hotkey all works like a charm. I need like 10-11 Foundclicks in one hotkey :(

Go to advanced search