home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Examples / WinWaitNotActive.au3 < prev   
Text File  |  2004-09-22  |  181b  |  6 lines

  1. ;Wait for the window "Untitled" to not be active
  2. WinWaitNotActive("Untitled")
  3.  
  4. ;Wait a maximum of 5 seconds for "Untitled" to not be active
  5. WinWaitNotActive("Untitled", "", 5)
  6.