Solved
Forum Discussion
Montikore
10 years agoOccasional Contributor
Hi,
Did you try something like : Sys.WaitWindow("MyApp").Exists
Or Sys.WaitProcess("myproc").Exists
- DenisMedvedev10 years agoContributor
yes, of course we did.
we even checked that object Exists, VisibleOnScreen,Visible and Enabled but it didn't help- Montikore10 years agoOccasional Contributor
the thing is you can't do this on the object if the object does not exist. That's why you have to use the method Exists not on the object itself, but using the waiting metods waitwindow, waitproc...
- baxatob10 years agoCommunity Hero
Did you try the WaitProperty method?