abletec Posted June 14, 2007 Posted June 14, 2007 Hi folks: I'm a real newby to autoit, so if this seems elementary, please forgive me. I'm blind & therefore use a screenreader. I'm also studying computer forensics, & am using a program called Forensic Toolkit. The program has listviews where files can be checked/unchecked. Sighted users can easily see the checks in the checkbox, but these are not being picked up by the screenreader. Quite obviously, that's a problem. I was thinking about using the pixel checksum function to see if there might be any difference between checked & unchecked status. Does autoit have a way of getting the pixel location of the filename w/focus in a listview? Also, might there be any suggestions about integrating autoit w/screenreader function, e.g., somehow using autoit to make a screenreader speak? I know, these are not common uses & probably won't interest many but any help is appreciated.
PsaltyDS Posted June 14, 2007 Posted June 14, 2007 (quote name='abletec' date='Jun 14 2007, 02:00 PM' post='357261') Hi folks: I'm a real newby to autoit, so if this seems elementary, please forgive me. I'm blind & therefore use a screenreader. I'm also studying computer forensics, & am using a program called Forensic Toolkit. The program has listviews where files can be checked/unchecked. Sighted users can easily see the checks in the checkbox, but these are not being picked up by the screenreader. Quite obviously, that's a problem. I was thinking about using the pixel checksum function to see if there might be any difference between checked & unchecked status. Does autoit have a way of getting the pixel location of the filename w/focus in a listview? (End quote) There are specific functions to access ListView controls in a window. Read the help file for all the functions that start with _GuiCtrlListView, for example. (quote) Also, might there be any suggestions about integrating autoit w/screenreader function, e.g., somehow using autoit to make a screenreader speak? I know, these are not common uses & probably won't interest many but any help is appreciated. (End quote) What? You want to make a screenreader act as a screenreader? Are you running Window-Eyes, or JAWS? They don't need AutoIt's help to read out screen content. 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