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.
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.