Forum Discussion

Coder7524's avatar
Coder7524
Occasional Contributor
10 years ago
Solved

Overlapping window

In the Delphi program is a component of RxDBComboBox1 pressing it runs smoothly, but the choice of the pop-up list and point out of it does not occur. (file list2) TestKomplete writes: "Overlapping window" and Additional Information: Sys.Process ('Program'). Window ('ComboLBox', '', 1)
The same thing happens with the calendar pop-up list (file kalendar2). How to solve the problem?

  • jkgupta0003's avatar
    jkgupta0003
    9 years ago

    Problem is resolved by using kerborised authentications and white listing the service end point against the usename.

5 Replies

  • in TC go to Options>>>Current Properties then enable Ignore unexpected window and Ignore overlapping window

     

     

    • Coder7524's avatar
      Coder7524
      Occasional Contributor

      Thank you, but I need to make a choice in the popup (overlapping) window. If I set the "Ignore overlapping window" Playback does not choose my choice in popup (overlapping) window.

      • Coder7524's avatar
        Coder7524
        Occasional Contributor

        In details.

        During playback test. The program has a component Delphi RxDBComboBox1 by pressing it works normal, but the choice of options from the popup list does not occur. (File list2) TestComplete wrote, "Overlapping window" and additional information: Sys.Process ("Program"). Window ('ComboLBox', '', 1)
        The same thing happens with a list of the pop-up calendar (file kalendar2). First mistake: "Overlapping window". Then the error: "there was an attempt to perform an action at the point (194, 334), which is overlapped by another window." Additional Information:
        Tested object:
        Aliases.Program.TPopupCalendar.TPanel.TLocCalendar
        (Sys.Process ('Program'). Window ('TPopupCalendar', '', 1) .Window ('TPanel', '', 1) .Window ('TLocCalendar', '', 1))
        In other words, the pop-up window, you can not select an option. I assume that there is no clicking the option.
        How to solve this problem?