Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
reassign variables
#8
If stops in random places then don't know. If in the rep line, it also waits if the window does not exist. Maybe also check if the window still exists.

Code:
Copy      Help
rep
,int w1=win("Local Disk (C:)" "CabinetWClass")
,if(w1=0) ret
,if(IsWindowVisible(w1)) break
,0.001

But why do you use IsWindowVisible for a folder window. It makes me think it is for a button in the well known program.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)