ASVContributor14 years agoWaiting VBObjectHi I write this code 1.Dim t, Timeout 2.t = 0 3. 4. Do While (Not wMDIClient.VBObject("frmPttel").VisibleOnScreen) and t < Timeout 5. BuiltIn.Delay(1000) 6. ...Show More
ASVContributor14 years agoI forgot to say that writing only this code1.Dim t, Timeout2.t = 03.4. Do While (Not wMDIClient.WaitVBObject("frmPttel", 0).VisibleOnScreen) and t < Timeout5. BuiltIn.Delay(1000)6. t = t + 17. Loop I have a Log error "The object does not exist" and TC pauses until VBObject("frmPttel") becomes in existence.
Recent DiscussionsAn increase in OCR API failuresPulling Test Data from a GitLab RepoHow do I get past the "Unable to start the trial for the TestComplete plugins" error