Re: timing issue?

larrydalooza <[email protected]> Mon, 26 Nov 2007 15:19:07 -0000
Newsgroups gmane.comp.windows.autoit.user
Message-ID <[email protected]>
--- In [email protected], "troyprado" <troyprado@...> wrote:
>
> 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.
> >
>

To get ControlID (or other types of control identifiers) use the 
AutoIt Window Info Tool found in the AutoIt Program Files folder. 
But that is for a GUI that is not a web page... for web components 
familiarize yourself with IE.au3 in AutoIt Program Files\include 
folder. Also, ask at autoitscript.com/forum cause this list is flat-
lining...

Lar.