I am doing a small script for a tutorial
This odd. The basics of the problem are:
Code: Select all
GetActiveWindow>window_title_not_required,zerox,zeroy,xres,yres
Wait>3
ScreenCapture>zerox,zeroy,xres,yres,%SCRIPT_DIR%\active.jpg
It is part of a bigger script with a dialog etc. but this code above still causes the problem.
Which is:
It works but the whole active window is not captured. Some of the right hand side is cut off.
I have tried with different windows. Same result.
If you would like to see a shot of the actual window and what it should be I will post up.
Or have I made a mistake in my very simple code?