Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WindowText mouse move Err
#1
Does not move.
What is the reason?

Quote:int wMain=win("" "DownloadDialog")
WindowText wt.Init(wMain)

str s
str lines=
mkv File
Picture File
bitmap

foreach s lines
if wt.Find(lines)
wt.Mouse(1 wt.Find(lines) -100 5)
else
out "not found"
[Image: file.php?mode=view&id=691&sid=db07c23489...f9fe8c475a]


Attached Files Image(s)
   
#2
Macro Macro2462
Code:
Copy      Help
int wMain=win("" "DownloadDialog")
WindowText wt.Init(wMain)

str s
str lines=
;mkv File
;Picture File
;bitmap

foreach s lines
,WTI* t=wt.Find(s)
,if t
,,wt.Mouse(1 t -100 5)
,else
,,out "not found"


Forum Jump:


Users browsing this thread: 1 Guest(s)