Hi, i bought the MacroPro, but the Text capture wizard not working at all, i made a video and posted on youtube to show the problem. I assume that is a bug, please provide me a new version update, please
https://youtu.be/GBuPVJW81t0
Macro Pro Text capture wizard not working
Moderators: JRL, Dorian (MJT support)
Macro Pro Text capture wizard not working
Last edited by david789 on Fri Oct 23, 2015 3:13 pm, edited 1 time in total.
Re: Macro Pro Text capture wizard not working
A weird trick for GetTextinRect to definitely work is to loop until text is received. .
You may wish to build a timeout limit inside the loop.
Please try:
You may wish to build a timeout limit inside the loop.
Please try:
Code: Select all
GetTextInit
GetTextReset
Let>Result=
Let>Len=0
Label>GetText
GetTextInRect>500,550,1070,600,Result
If>Result=,GetText
MDL>Result
Last edited by armsys on Fri Oct 23, 2015 9:03 am, edited 1 time in total.
Re: Macro Pro Text capture wizard not working
In the Sample folder, you will find a sample script named Text Capture.scp.david789 wrote:Hi, i bought the MacroPro,
Also look up Marcus' Capturing Screen Text.