shirishg Posted March 15, 2011 Share Posted March 15, 2011 Hello All, Request you all to help me out with the mentioned topic. In my app, after clicking a button system shows a Save dialog box. To get it appeared sometimes it takes 1 sec or 10 mins also, in such case I require a code which will chk whether the Dialog box appeared or not. Please help me out with this. Thanks, Shirin Link to comment Share on other sites More sharing options...
JohnOne Posted March 15, 2011 Share Posted March 15, 2011 WinwaitActive() <- helpfile. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
wakillon Posted March 15, 2011 Share Posted March 15, 2011 Welcolme to the forums ! Find the title and texte of the Dialog box and try this$_WindowTitle = $_Text = Do Sleep ( 50 ) Until WinExists ( $_WindowTitle, $_Text ) WinActivate ( $_WindowTitle, $_Text ) AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
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