Search found 1 match
- Sat Mar 01, 2008 7:01 pm
- Forum: Beginners
- Topic: Using FindImagePos and MouseMove, but with an offset
- Replies: 1
- Views: 3116
Using FindImagePos and MouseMove, but with an offset
I am trying to click on a checkbox, SetCheckBox doesn't work in this case (its a Java application), so I have been using FindImagePos. It finds the image fine, and I get the position of the top left of the image as X_0,Y_0, just as in the example. MouseMove>X_0,Y_0 works fine. I want to add an offse...