ionmang20 0 Posted April 9, 2010 I'm trying to enable the Selection button from Print window in Google Chrome in order to print only selected text like in IE. I've tried this script, but it isn't working : Do If WinExists("Print") Then ControlEnable("Print", "", "[CLASS:Button; INSTANCE:8]") Until 0 How can I enable that button ? Share this post Link to post Share on other sites
PsaltyDS 39 Posted April 10, 2010 How did you decide on "[CLASS:Button; INSTANCE:8]"? Was that from AU3Info? 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
ionmang20 0 Posted April 10, 2010 How did you decide on "[CLASS:Button; INSTANCE:8]"? Was that from AU3Info? Yes, I got that from AutoIt Window Info tool. Share this post Link to post Share on other sites
PsaltyDS 39 Posted April 10, 2010 Well you might double check that you have uniquely ID'd the window (and control, for good measure) by getting their handles and comparing that with what you see in AU3Info. But the app may not react well to receiving messages from a supposedly disabled control. 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