Jump to content

anv

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by anv

  1. I happened to stumble upon the solution to my first question: $n=58 & "," & 89 & "," & 857 & "," & 234 AZPrintWindow() $x = _findImageOnScreen("temp/1.bmp", $n, 0) I'm still puzzled about the 2-dim arrays thou. ---- It's only a partial solution as i found, only two first figures are used as the scan area left upper corner coords. right lower corner is left as it is - in the right lower corner of the printscreen image.
  2. Yeah, and one more thing. How do you add correctly values to 2-dimension arrays, that come as the _findImageOnScreen result? Say, I have 0 0 198 344 566 909 and i want to add one more coordinate to get smth like 0 0 198 344 566 909 789 234 I'm puzzled with the _ArrayAdd command, as the help file only gives examples for 1-dim arrays.
  3. $var = _findImageOnScreen("exs/1.bmp", "0,0,0,0", 0) in this line, is it possible to put variables instead of fixed values of "0,0,0,0" to have something like below. the way i tried it, it didn't work $var = _findImageOnScreen("exs/1.bmp", "$X,$Y,$X1,Y1", 0) btw, what does the last null in the brackets mean?
  4. Wow, I'm downloading. Don't know whom I should be sending my thanks, but I'm happy, that's a fact.
  5. Here's what is says: You really need a permission from the admin to download what others had attached to their posts?
  6. Erm.. How can I download the files attached higher? Doesn't look like I can download anything at all...
  7. Many thanks, I must have somehow got lost in the manual.
  8. Does anybody know, is it possible to make a script that would simulate clicking a mouse button while holding down the SHIFT key?
×
×
  • Create New...