Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i cant "act" some windows
#2
To activate a window, use

act "window name"

or

act win("window name" "window class")

. To activate (set focus) a control, use

act id(controlId "window name")

or

Acc a=acc(...) ;;inset this command using the Find Accessible Object dialog
a.Select(3) ;;or 2 or 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)