Forum Discussion

schwarz's avatar
schwarz
Occasional Contributor
8 years ago
Solved

Problem accessing mainform window

Hi all!   Since we migrated our testing machines to Windows10, we sometimes encounter problems using TestExecute (v11.31). After our application is started, the mainform does not seem to have the ...
  • AlexKaras's avatar
    8 years ago

    Hi Jens,

     

    I hope that you with Support guys will solve this problem. Just a quick note though: Window objects (what forms are) cannot get focus indeed. It is controls on the form that usually can be focused. Windows/forms must be activated instead using the .Activate() method.

    Far not sure that this might help, but anyway...

  • schwarz's avatar
    schwarz
    8 years ago

    Hi Alex,

     

    Thanks for your reply, it´s the same that we were advised by the support team. SetFocus() on a form works for us usually - but not in this case. It's no problem to use Activate() instead of SetFocus(), but it bothers me a bit that we have to use Activate() everytime when we start a tested app to prevent that occasional error.

    Anyway, it is working now.

     

    Thanks...

     

    Best regards

     

    Jens Schwarz