Re: timing issue?

"troyprado" <[email protected]> Mon, 26 Nov 2007 04:24:05 -0000
Newsgroups gmane.comp.windows.autoit.user
Message-ID <[email protected]>
How would i get the $ControlID for a text box? is there some tools for
this?
 
--- In [email protected], larrydalooza <no_reply@...> wrote:
>
> --- 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.
>