Jump to content

[CLASSNN:Afxframe0rView422]...can not read data from this class window


venkatb
 Share

Recommended Posts

[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

[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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...