SecretLanguage Posted November 27, 2012 Posted November 27, 2012 this string is not working WinWaitActive("Untitled - Netsh")
FireFox Posted November 27, 2012 Posted November 27, 2012 this string is not working WinWaitActive("Untitled - Netsh") Constructive. You can check the title with the au3info tool. I suggest you to do : Opt("WinTitleMatchMode", 2) WinWaitActive("Untitled -") Br, FireFox.
jmon Posted November 27, 2012 Posted November 27, 2012 this string is not working WinWaitActive("Untitled - Netsh") Actually, this wasn't a question, it's a statement. [center]www.jmontserrat.comFile Sequence UDF - _StringExtractPaths - _StringTrimPattern - GuiCtrlSetOnTop - CalendarUDF[/center]
FireFox Posted November 27, 2012 Posted November 27, 2012 it's a statement.huh, that's why I said "constructive".
Exit Posted November 27, 2012 Posted November 27, 2012 This works for me. WinSetTitle("[active]", "", "Untitled - Netsh") WinWaitActive("Untitled - Netsh") If @error Then Exit MsgBox(262144, " ", "Window NOT active", 0) MsgBox(262144, " ", "Window IS active", 0) Actually, this is a statement, too. App: Au3toCmd UDF: _SingleScript()
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