shirishg 0 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 Share this post Link to post Share on other sites
JohnOne 1,603 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. Share this post Link to post Share on other sites
wakillon 404 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 Share this post Link to post Share on other sites