04-09-2013, 08:59 AM
How can i get all items including scrolled?
WindowText capture control
|
04-09-2013, 08:59 AM
How can i get all items including scrolled?
04-09-2013, 03:26 PM
Can get only what the window draws when repainting it. Usually draws only visible text. To get all, need to scroll.
04-09-2013, 06:48 PM
Any way to do it?
04-10-2013, 06:48 AM
There is no universal and/or reliable way to scroll pages and get text items.
This code works with controls that have standard scroll bar. Macro scroll and get window text out
04-10-2013, 08:03 AM
04-10-2013, 08:59 AM
TextCatch in Auto mode tries to get text of accessible objects. If fails, gets text like WindowText in QM.
It's possible to create such function in QM. Get all child accessible objects of the window or control, get their text and location, join texts. Quite much work. Also it will be too slow when the code is not injected into the process. I will not add this feature because in QM it is important to find/click/etc an object, and it is not important to get all text of a window/control.
04-10-2013, 09:07 AM
Ok.
Thanks for all. |
« Next Oldest | Next Newest »
|