Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scan Multiple Images
#3
Okay, thanks for your response. Now that I've somewhat learned how to use the array (not sure what some of the code means: len; getting string length? Of which string, the RECT?), I have little understanding of this feature. Still, it only moves my mouse to the image that I selected when pressing Capture, even though there are other images of the exact same in the client window.

What do you think is going on? How come it's not finding the other images? I set the search area to basically the whole window...


Function collect
Code:
Copy      Help
RECT r
SetRect &r 8 8 792 543
ARRAY(RECT) a
scan "image:h316208CC" wndBS r 1|16 0 a
int i
for i 0 a.len
,RECT& rr=a[i]
,mou rr.left rr.top
,0.5


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)