shirishg Posted March 15, 2011 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
JohnOne Posted March 15, 2011 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.
wakillon Posted March 15, 2011 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.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
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