I've already done some searching, but can't seem to find a solution to what I'm experiencing.
I've piecewise developed my script based on GetWindowTextEx results and expectations, however sometimes it just doesn't seem to grab anything from the window. It finds the window, and even in the Text Capture Wizard it has seemed to start failing to grab the text. I've set up the following to attempt to grab it, but it never succeeds:
Code: Select all
SetFocus>Reports
Let>i=0
Repeat>i
Add>i,1
GetTextInit
GetWindowTextEx>Reports,WINDOW_TEXT
If>%WINDOW_TEXT%<>
GoTo>LBL_SUCCESS
EndIf
Wait>1
Until>i=20
//FAIL
**Breakpoint**
//SUCCESS
LABEL>LBL_SUCCESS
**Breakpoint**
v14.1, Windows 7 x32
Thank you!
Solution at last post.