Wed, 18 Jun 1902 08:00:00 GMT
Paint methods, virtual screens and fast scrolling in TPW
Hi there, I'm writeing a program that will want to display some text and graphics in a window, and it'll probably be more data than can fit into a standard window. At the moment I use that standard paint method in TPW to redraw the screen. How ever this is kinda slow for scrolling. I was wondering if there was a way to like draw the stuff onto a sort of virtual screen and then just scroll around that, so I would only have to draw it once, and I could then just copy rectangular bits of that to the screen as the user scrolls about. Is this possible or I just being needlessly pedantic? TTFN and TC, Michael Dales, official nice person. ---------------------------------------------------------------------------- Home page editor for email : 94021...@udcf.gla.ac.uk Glasgow University voice : 0141-776 5789 HTML Association snail : 97 Iona Way, Kirkintilloch, (WebSoc). Glasgow, G66 3PU. So there. URL : http://www.gla.ac.uk/Clubs/WebSoc/~9402198d/ ----------------------------------------------------------------------------
|