SamChin Posted November 1, 2006 Posted November 1, 2006 I want to retrieve the text from a SunAwtCanvas class. Is there an AutoIt3 function I can use? Thanks for your help.
MagnumXL Posted March 30, 2011 Posted March 30, 2011 Committing the vile act of necromancy on this thread... because I have the exact same question.
PsaltyDS Posted March 30, 2011 Posted March 30, 2011 That's an "owner drawn" window of a Java application. Since it doesn't use the standard Windows APIs to draw the controls, AutoIt can't specifically talk to it. You might be able to simply ControlSend() "^c" to it for a copy/paste through the clipboard. 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