Launching the Ant+ Simulator (Sensor) causes the application to appear on the display, as expected. Launching a second instance causes another instance to appear at a slightly different location on the screen. Offset to the lower right. And so on.
I'm trying to build a set of test cases using Windows Scripting Tools (AutoIT) that allow me to configure the Simulator without having to manually configure the tool each time.
The Scripting Tool expects the Window to be at the same place each time the application is launched to work.
Any solutions? I tried building the Ant Simulator from source as described in the Adopter Zone, to no avail, hoping to determine where the application uses the starting coordinates.
Can anyone shed some light?
THanks.