Falling Posted May 19, 2004 Posted May 19, 2004 (edited) $text = WinGetText("") MsgBox(0, "Text read was:", $var) Results in Frame Names only. But not the information inside of the Frames. Any idea how to read everything in a program window? Also the information inside flexgrids/tables do not get read for some reason. Example on Frames, Labels and text boxes: Query Results: (window Name) 1 Frame Name, of many, is Appearance. Under the title Appearance is a list of 10 things. Such as Year (Label). But the above function call only lists Appearance. Not Year nor the year#(text box) that is to the right of "Year" (Label). Visual Explination: The Frame Name is the only thing Read. Everything inside is ignored for some reason. I need to be able to read inside though. ----Frame Name------------------------- - [ ------------------------------>]- - Year : [box with year#] - - - - - - - - - - - -------------------------------------------- Flexgride Example: Has no title at least that can be seen visually: -------------------------------------------- - - - - - Can't read anything inside - - why? - - - - - - - -------------------------------------------- Thanks for any information. Edited May 19, 2004 by Falling
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