RS200Z 0 Posted September 14, 2007 (edited) I used to have a script like these: WinClose("Untitled - Notepad","") WinWaitClose("","",3) Beep(800,200) Prior to v3.2.8.1, there was no 3 seconds pause before the beep is heard. Now I had to change the 2nd line to WinWaitClose("Untitled - Notepad","",3) for it to work like before. Is this change intended and here to stay for future versions? Because I have to recode my scripts in order to compile using v3.2.8.1 to achieve the same results. Edited September 14, 2007 by RS200Z Share this post Link to post Share on other sites
Richard Robertson 187 Posted September 14, 2007 Using no title will grab the active window. If notepad is not the active window, empty title will not apply to it. If notepad is active, empty title will work just fine. Share this post Link to post Share on other sites
Jos 2,275 Posted September 14, 2007 Please post question like these in the Support forum .... - moved - SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites