Search found 5 matches

by Dillweed
17 Mar 2021, 09:45
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570469

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

@feiyue
I'm sorry, I'm not sure that I understand what you are saying, but I think I found a workaround by taking two captures and then doing work on those captures.

Really, I was hoping to find a way to capture an area of 100 x 12. Is that possible without capturing two areas?
by Dillweed
12 Mar 2021, 18:34
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570469

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

Hello there. I need to search for an image that is bigger than 50 x 50. How can I do that?

Also what is the difference between Capture and CaptureS?

Thanks for the continued work on this script!
by Dillweed
31 Dec 2020, 10:13
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570469

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

Hey, thanks for the reply. I understand what you are saying, but those lines from the previous message are the entire script and nothing else. If I use built in imagesearch then the script starts and then exits. If I use FindText then the starts and stays running. Do you know why FindText would caus...
by Dillweed
30 Dec 2020, 17:41
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570469

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

feiyue Hey there. Sorry the repeat question, but didn't receive an answer. I have the following simple code Text:="|<>*146$6.0TAT0U" Loop { ok:=FindText(0, 0, 150000, 150000, 0, 0, Text) CoordMode, Mouse X:=ok.1.x, Y:=ok.1.y ;Click, %X%, %Y%, 0 } until (x != "") I've found that if I use FindText th...
by Dillweed
10 Oct 2020, 12:39
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 570469

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

@feiyue Hey fantastic script. It works wonders where imagesearch doesn't work. I was writing a script that runs and then exits and I found that when incorporating FindText into the script that the same script stays open. Is there a way for the script to exit after finding the image? Thanks for the h...

Go to advanced search