Wolfshare 0 Posted October 6, 2010 Hey, whats wrong if am trying to WinActivate one page with Google chrome which Title is Deposit file.. and i have writed script: WinActivate("Deposit file -„Google Chrome“") and it's doesn't work. Share this post Link to post Share on other sites
PsaltyDS 39 Posted October 6, 2010 Are the tick marks around 'Google Chrome' literal? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
PsaltyDS 39 Posted October 6, 2010 (edited) There is no space between 'file' and the hyphen in the screen shot you posted. Edited October 6, 2010 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
Wolfshare 0 Posted October 6, 2010 There is no space between 'file' and the hyphen in the screen shot you posted. Should i tried WinActivate("Deposit file-„Google Chrome“") ? Share this post Link to post Share on other sites
PsaltyDS 39 Posted October 6, 2010 Yes, and if it still doesn't work you might try "[REGEXTITLE:Deposit file.+Google Chrome]" or some other advanced spec. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
Wolfshare 0 Posted October 6, 2010 Yes, and if it still doesn't work you might try "[REGEXTITLE:Deposit file.+Google Chrome]" or some other advanced spec. Yes that doesn't work, this script is very inportant for me.. By this way i tried to fix just one problem, but got much more than it was before :< Maybe you know how to fix this problem? If i'll fix this i'll be fixed everyting :/ http://www.autoitscript.com/forum/index.php?showtopic=120472&st=0&p=837051&#entry837051 Thank you alot for everything!!!!!! Share this post Link to post Share on other sites
trung0407 0 Posted October 6, 2010 use partial match of title Share this post Link to post Share on other sites