WinWaitActive fails - interactive brokers traderworkstation
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By ur
How to use winwaitactive to search for multiple titles at a time.?
Like in my code I am searching for the window with title "Windows Security" and passing credentials automatically.
WinWaitActive("Windows Security")
But there is another window also where I need to pass credentials with title "User Account Control".
How to modify the below code so that it will wait for any of the above windows and send the credentials.
While 1 WinWaitActive("Windows Security") ;ANy option to keep or condition logic here Send($CmdLine[1]) Send("{TAB}") Send($CmdLine[2]) Send("{ENTER}") WEnd
-
By shmuelw1
I have a script to open a bunch of programs when I start the computer. I was using WinWaitActive to activate a window then type some text, but it was not working. It could be I was opening too many things at the same time. So I found an alternative to use WinSetOnTop, type the text, then use WinSetOnTop again to make it not be on top anymore.
Just thought I'd mention that alternative in case it helps someone out there in AutoIt-land.
-
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now