CompuServe Thread

Forum unknown · Programming

window/screen question

1 messages in this thread
#133705From: Ray LambertJul 8, 1988 10:16 AM
Jeff, I think that problem you're encountering is because the Window's BitMap is actually the Screen's BitMap. The Window does not have it's own BitMap. If you open the Window with a SUPERBITMAP, and allocate/provide the BitMap area, then the window will have it's own BitMap. Ray