Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!sdd.hp.com!spool.mu.edu!uunet!stanford.edu!CS.WISC.EDU!haber From: haber@CS.WISC.EDU (Eben Merriam Haber) Newsgroups: comp.windows.interviews Subject: Changing a Frame and Preventing Redraws in IV3.0B Message-ID: <9105062228.AA01892@micah.cs.wisc.edu> Date: 6 May 91 22:28:11 GMT Sender: news@shelby.stanford.edu (USENET News System) Organization: Internet-USENET Gateway at Stanford University Lines: 16 I am using IV3.0B. I have a ShadowFrame with a message inside it. I want to be able to change the message, but when I do, the frame doesn't reflect the change until I call ToolNameFrame->Change(ToolMessage); The problem: when I do this the entire screen is redrawn (which is slow and annoying). How can I keep the whole screen from being redrawn when I update the contents of a frame? Thanks! Eben Haber haber@micah.cs.wisc.edu