Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!caen!uflorida!kluge!serss0.fiu.edu From: acmfiu@serss0.fiu.edu (ACMFIU) Newsgroups: comp.sys.apple2 Subject: updating windows fast Message-ID: <2445@kluge.fiu.edu> Date: 14 Feb 91 02:56:02 GMT Sender: news@kluge.fiu.edu Organization: Florida International University, Miami Lines: 8 what's the fastest way to update a window. actually, all i want to do is scroll it x number of lines. it just seems too slow at present. i use ScrollRect to do it. I heard from someone before that i could create a rectangle off the screen and copy it there, scroll it, then copy it back. that seems like too much work, though, just for a simple scroll. i could understand if you needed to update more things in your window, though. albert