Mike Horowitz Posted February 11, 2007 Posted February 11, 2007 For the window in question, we see the following: >>>>>>>>>>> Status Bar Text <<<<<<<<<<< (1): Recording.. (2): mms://72.3.226.165/kstx (3): 61:09 (61:09) Based on the example I"ve seen, this should display the contents of line 2: StatusbarGetText ("Screamer Radio v0.3.8" ,2 ); getting the value on the second line $x = StatusbarGetText("Screamer Radio v0.3.8") MsgBox(0, "Screamer status bar line 2 says:", $x) Is my understanding correct? Do I also understand that even if multiple windows are open, including some which overlay "Screamer Radio v0.3.8", because I've identified the window, I'll get the status from the correct window? - Mike
Zedna Posted February 11, 2007 Posted February 11, 2007 $x = StatusbarGetText("Screamer Radio v0.3.8","",2) MsgBox(0, "Screamer status bar line 2 says:", $x) 1) You missed second parameter for window text 2) It works also on non active windows Resources UDF ResourcesEx UDF AutoIt Forum Search
Mike Horowitz Posted February 13, 2007 Author Posted February 13, 2007 $x = StatusbarGetText("Screamer Radio v0.3.8","",2) MsgBox(0, "Screamer status bar line 2 says:", $x) 1) You missed second parameter for window text 2) It works also on non active windows Thanks - Mike
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