ionmang20 Posted April 9, 2010 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 ?
PsaltyDS Posted April 10, 2010 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
ionmang20 Posted April 10, 2010 Author 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.
PsaltyDS Posted April 10, 2010 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now