Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
child text
#1
I trying to get the macro to wait for an ID that has child text in the ID, but dont know if this is the right way

i got
example
wait 0 WV child(id(220 "Please wait until the download completes." "Firefox"))
,but* (id(220 "Firefox"))

is that right because i cant get it work correctly
#2
Yes you can wait for a child window with certain text. This macro waits for "test" text in notepad control id 15 and then shows message box.
Macro
Code:
Copy      Help
wait 0 WV child(15 "test" "Edit" win("Notepad" "Notepad") 0x5)
mes 1


Forum Jump:


Users browsing this thread: 1 Guest(s)