Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SCAN
#1
Sorry to ask a dumb question I just can not find this in help or the forum.


I am trying to speed up the time that the macro spends looking for a picture on the screen. Since this is my first time I want to do it by the menus this will eliminate all possibilities of errors in the code.

Is it possible to define a RECT using the menus?



Thank You
Kenneth
#2
No.

If the dialog inserts this code

Code:
Copy      Help
RECT r
scan "file.bmp" 0 r 0x3

, this example shows how to define the rectangle

Code:
Copy      Help
RECT r
r.left=100
r.top=100
r.right=r.left+100
r.bottom=r.top+100
scan "file.bmp" 0 r 0x3
#3
Maybe the future?





Thank You


Forum Jump:


Users browsing this thread: 1 Guest(s)