I'm having trouble positioning a window. The script code is:
Do("G:/Program Files/FLIR Systems/ATS-US/ExaminIR BETA/ExaminIR.exe")
wait.for (activewindow("=ExaminIR"))
Window.Position("0", "155", "920", "800", "=ExaminIR")No matter what screen coordinates I supply, the window opens at its last-open-position. Anyone see anything wrong with the above?
