Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wait for the Acc control to disappear
#1
Hi,

Once the Acc control is found:

How to wait for Acc controls to disappear?

Or another way to describe it:
Wait until a window no longer contains an Acc control

useful in some cases, I tried to use it to solve the following problem
https://www.libreautomate.com/forum/show...p?tid=7358

Thanks in advance for any advice and help
david
#2
Most objects, when become invalid, lose properties. For example role becomes 0.

Code:
Copy      Help
rep
,1
,int role=a.Role
,out role
,if(role=0) break

Another way - try to find again. If not found, probably it disappeared.


Forum Jump:


Users browsing this thread: 1 Guest(s)