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 agoHi RobertThanks for your response.I want to fix how many time is required that VBObject("frmPttel") becomes visible.I write this code1.Dim t, Timeout2.t = 03. 4. Do While (Not wMDIClient.WaitVBObject("frmPttel", 0).Exists) and t < Timeout5. BuiltIn.Delay(1000)6. t = t + 17. Loop8.9. Do While (Not wMDIClient.WaitVBObject("frmPttel", 0).VisibleOnScreen) and t < Timeout10. BuiltIn.Delay(1000)11. t = t + 112. Loopbut after one loop (t=1), TC pauses in line 4.
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