Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!uwvax!dogie!yahnke@vms.macc.wisc.edu From: yahnke@vms.macc.wisc.edu (Ross Yahnke, MACC) Newsgroups: comp.sys.mac.programmer Subject: Re: Screen Savers and Update Events Message-ID: <1033@dogie.edu> Date: 29 Dec 88 18:36:02 GMT Sender: news@dogie.edu Organization: University of Wisconsin Academic Computing Center Lines: 12 Regarding you're complicated screen that you want to avoid updating, there's undoubtedly no ez way to predict when somebody is going to splat over your window. Why not do all your writing to an off screen bitmap and let your update event routine do the actual drawing on the screen window. This prevents the problem you describe with screen savers, et al, blasting your screen, it will make scrolling faster, too. //////////////////////////////////////////////////////////// Internet: yahnke@vms.macc.wisc.edu Bitnet: yahnke@wiscmacc(.bitnet) UUCP: {backbone}!uwvax!vms.macc.wis.edu!yahnke ////////////////////////////////////////////////////////////