I've made my changes to allow Screen Snatcher to grab an entire screen
regardless (?) of the resolution, colour depth etc. Now when I run this
version, I get a 'Value out of range' error as follows :
Job 13 SS3 Line 2160 SCR_YLIM
value out of range
Retry Continue Abort R/C/A
The line(s) in question are :
2145 ScreenDepth = 256
2150 ScreenWidth = 512
2155 IF CHECK("scr_ylim")
2160 ScreenDepth = SCR_YLIM
2165 ScreenWidth = SCR_XLIM
2170 END IF
But when I build a small test program which has those lines in it, it
compiles and runs ok.
I'm rapidly going off QLiberator :o(
The variable has *not* been declared elsewhere in the program - other that
at line 2145 as shown above.
I'm not running with REMARK $$i to use full integer mode (so it defaults to
$$f for full float mode).
Screen resolution is currently 800 by 600 in full colour mode.
What's going on ??????
Norman.
----------------------------------------------------------------------------
----
Norman Dunbar EMail: [EMAIL PROTECTED]
Database/Unix administrator Phone: 0113 289 6265
Lynx Financial Systems Ltd. Fax: 0113 201 7265
URL: http://www.LynxFinancialSystems.com
----------------------------------------------------------------------------
----