Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » foreground window change - ub_ Tbc_checkExistenceOfTab_byValueOrString
foreground window change - ub_ Tbc_checkExistenceOfTab_byValueOrString [message #1778334] Wed, 13 December 2017 09:00 Go to next message
Thomas Kowalski is currently offline Thomas KowalskiFriend
Messages: 2
Registered: November 2017
Junior Member
Hello
I'm testing with exits [Boolean]: false, after the test the window is switched. Can the current window be kept in the foreground, or how do I get Windows back to the foreground?
thx

[Updated on: Wed, 13 December 2017 09:07]

Report message to a moderator

Re: foreground window change - ub_ Tbc_checkExistenceOfTab_byValueOrString [message #1778399 is a reply to message #1778334] Wed, 13 December 2017 19:59 Go to previous message
Milos Hroudny is currently offline Milos HroudnyFriend
Messages: 24
Registered: June 2017
Junior Member
Hi,
you can use AutoIt to solve the situation. Compile the AutoIt script

Opt("WinTitleMatchMode",2)
WinActivate($CmdLine[1])

You can name the script WinActivate.au3 and after compile you get
WinActivate.exe. Call this external command with one parameter
containing the string from window titlebar and your application will be on the top.
Best Regards
Milos
Previous Topic:Tracking UserID - Database
Next Topic:Jubula Christmas Time
Goto Forum:
  


Current Time: Tue Apr 23 15:22:53 GMT 2024

Powered by FUDForum. Page generated in 0.02914 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top