venkatb Posted September 17, 2008 Share Posted September 17, 2008 [CLASSNN:Afxframe0rView422]...can not read data from this class window... We were using ASE protocal analyzer tool. We want to automate its function. For that we need to read data from [CLASSNN:Afxframe0rView422] type of view. Which cammand i can use. GUIGet text() cammand does not read any data... Link to comment Share on other sites More sharing options...
PsaltyDS Posted September 17, 2008 Share Posted September 17, 2008 [CLASSNN:Afxframe0rView422]...can not read data from this class window... We were using ASE protocal analyzer tool. We want to automate its function. For that we need to read data from [CLASSNN:Afxframe0rView422] type of view. Which cammand i can use. GUIGet text() cammand does not read any data... AutoIt is not magic. It uses standard Windows APIs to read controls. If the control is custom written for an app and does not conform to the standard APIs, then AutoIt can't do anything with it. You might be able simulate keystrokes, like "^c" followed by ClipGet(), but that will vary greatly based on how the app was written. You could also ask whoever made the app if there is another interface available. 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 Link to comment Share on other sites More sharing options...
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