Hi guys,

Using PowerPro, one can find the handle of a child window by referring
to its currently set text:

Local Variable = Win.Handle("Run", "OK")

Would it be possible to introduce a new plugin service by the name of
Win.ChildHandleByIndex (similar to Win.ChildTextByIndex), which allows
one to reference a child window by its index?

This would be convenient for situations where it isn't certain what
text this child window contains, thereby ridding the need to find out
this information first:

Local Variable = Win.Handle("Run", Win.ChildTextByIndex("Run", 7))
Local Variable = Win.ChildHandleByIndex("Run", 7)

It would also allow manipulation of child windows that don't have any
text set to them, such as empty text fields and icons.

Thanks,
Alex

ICQ# 37414292



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM
---------------------------------------------------------------------~->

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to