In article <[EMAIL PROTECTED]>,
Norman Dunbar <[EMAIL PROTECTED]> writes

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

Is there a chance of Turbo-ing it ?  Or is this another learning curve ?

Seems as though you are making good progress with the concept of
Snatcher2 capturing any type of screen.

Where are the QLib experts ?

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

-- 
Malcolm Cadman

Reply via email to