Re: timing issue?
larrydalooza <[email protected]> Thu, 22 Nov 2007 16:33:32 -0000
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], "troyprado" <troyprado@...> wrote: > > Larry, > I appreciate your help, do you have a basic sample of how to do a > "check for success", or a keyword i can look up in autoit help? > Thanks It all depends on your script and your user interface. If it is a standard window that you are entering data... enter it, then ControlGetText to check it is there, then continue... if the text is not there, wait a bit and try again... Lar.