Problems with overlapping window
Hello,
Environment: Windows 10, Java 7, TestComplete 14
I am testing a Java application where it is possible for a window to open several times in the same place. They then overlap.
If I want to perform an OnScreen action, it can happen that the action is executed on the hidden window.
This leads to errors when executing the script.
How do I make it possible that I get a window into the status "VisibleOnScreen" == True before?
Window.Activate() does not work with views within a Java window.
As a normal user you would first move the top window to get to the one below.
Regards,
Mario
Implement the "OnOverlappingWindow" Event and move the window in the way to the right or left by 50 pixel repeatedly until the Objects on your desired window is visible on the screen.
Cheers
-Lino