Xandl Posted January 2, 2005 Posted January 2, 2005 Hello, I know this has been discussed in september, but maybe there is a working solution in the meanwhile. What I want to do, is detect if opera is still downloading a page. That should be an easy task, because AU3_Spy recognizes "OperaWindowClass4", the opera "progress bar", if I hover the mouse there. But I am not able to detect the temporal visible progress bar, using one of Opt("WinTitleMatchMode", 2) $oval = ControlCommand ( "- Opera", "", "OperaWindowClass4", "IsVisible", "" ) $oval = ControlCommand ( "- Opera", "", "OperaWindowClass4", "IsEnabled", "" ) $oval is always 1 (@error=0), both when I can see the progress bar, or not. So, if "OperaWindowClass4" is the right object, how can I find out which state of this control changes, to be able to detect it? ciao Xandl
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