AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

StatusBarWait in Opera

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Fri Aug 22, 2008 6:31 pm    Post subject: StatusBarWait in Opera Reply with quote

I was testing this script in IE6 and it works
Code:
StatusBarWait, Done, 100

Click,  651,  583
Sleep, 100


But my default browser is Opera. What do I do now?

This is the progress bar in Opera:
http://img141.imageshack.us/my.php?image=opera9ta0.png

When the page finishes loading, there's no "done" or things like that.
Back to top
Serenity



Joined: 07 Nov 2004
Posts: 1276

PostPosted: Fri Aug 22, 2008 11:20 pm    Post subject: Reply with quote

StatusBarWait only works with a standard statusbar control. You could try using ImageSearch instead.

Quote:
This command attempts to read the first standard status bar on a window (Microsoft common control: msctls_statusbar32). Some programs use their own status bars or special versions of the MS common control, in which case the text cannot be retrieved.

_________________
"Anything worth doing is worth doing slowly." - Mae West
Back to top
View user's profile Send private message Visit poster's website
Guest






PostPosted: Sat Aug 23, 2008 12:26 am    Post subject: Reply with quote

Ok, thanks for the info.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group