Search found 4 matches

by Elixium
22 Sep 2019, 03:20
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584759

Re: FindText - Capture screen image into text and then find it Topic is solved

How would you use findtext to find multiple texts within a single script? e.g. something like this. Text:="|<>stuff" Text2:="|<>morestuff" if (ok:=FindText(0, 0, A_ScreenWidth, A_ScreenHeight, 0, 0, Text)) if (ok:=FindText(0, 0, A_ScreenWidth, A_ScreenHeight, 0, 0, Text2)) with the script I want to...
by Elixium
21 Sep 2019, 17:48
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584759

Re: FindText - Capture screen image into text and then find it Topic is solved

How would you use findtext to find multiple texts within a single script? e.g. something like this. Text:="|<>stuff" Text2:="|<>morestuff" if (ok:=FindText(0, 0, A_ScreenWidth, A_ScreenHeight, 0, 0, Text)) if (ok:=FindText(0, 0, A_ScreenWidth, A_ScreenHeight, 0, 0, Text2)) with the script I want to....
by Elixium
26 Oct 2018, 16:04
Forum: Ask for Help (v1)
Topic: Detect when a word appears in a specific area of the screen
Replies: 4
Views: 1006

Re: Detect when a word appears in a specific area of the screen

The canvas color doesn't change.
Once an instance of the word appears, it does not disappear.
The words do not overlap.
There will always be a few instances of this word visible.
by Elixium
26 Oct 2018, 12:58
Forum: Ask for Help (v1)
Topic: Detect when a word appears in a specific area of the screen
Replies: 4
Views: 1006

Detect when a word appears in a specific area of the screen

Hi. I'm looking for a script/app that will take a rasterized/screenshot scan of an area of the screen e.g. once per minute to check if a new piece of text has appeared. The text is always the same word & the only thing that changes is the color & location of the text within this area of the screen. ...

Go to advanced search