Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i cant "act" some windows
#1
hey this is my first post, i just started making macros a month ago and ive ran into a problem that the help file on QM cant help me with. ive read almost all of it. some windows i can use the "act id(01 "window name") but* id(01)" but some i cant, ive tried all the ways in the help file. is there an alternative way to write this command ? thanx for this amazing macro writer. im using QM 2.1.8.
#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
#3
thanx ill give your code a try but im prety sure i tried the first one already. ill try the second one. thanx bro


Forum Jump:


Users browsing this thread: 1 Guest(s)