In order for this site to work correctly, and for us to improve the site, we need to store a small file (called a cookie) on your computer.
By continuing to use this website, you agree to our cookies and privacy policy.
  
Home page Home page Home page Home page
Pixel
Pixel Header R1 C1 Pixel
Pixel Header R2 C1 Pixel
Pixel Header R3 C1 Pixel
Pixel

Uncommon Knowledge - WC_Vprev%

The Vspace image for the screen as it was before the window was invoked. Note that although this is nearly identical to a Video.Rw image variable it cannot be used without some pre-processing as each VSPACE image contains a 25 byte header block.

If it is desired to redisplay the background using the VPrev variable one would use a section of code similar to the following.


0001      Subroutine Display_VPrev
0002        $Insert Include, Window_Common%
0003        Declare Function Video.Rw
0004        CrtW = Seq(WC_VPrev%[3,1] - 1
0005        CrtH = Seq(WC_VPrev%[5,1]) - 1
0006        Img = WC_Prev%[26,10000]
0007        OK = Video.Rw(0, 0, CrtW, CrtH, "W", Img)
0008      Return

(Volume 3, Issue 10, Page 14)
Pixel
Pixel Footer R1 C1 Pixel
Pixel
Pixel
Pixel