Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!evax!utacfd!letni!ataritx!atari!apratt From: apratt@atari.UUCP (Allan Pratt) Newsgroups: comp.sys.atari.st.tech Subject: Re: Drawing objects/interaction with windows. Keywords: GEM, Logo, Window, Object, RCP. Message-ID: <2782@atari.UUCP> Date: 15 Dec 90 00:54:29 GMT References: <1990Dec14.183620.13254@cs.utk.edu> Organization: Atari Corp., Sunnyvale CA Lines: 15 andrew@.cs.utk.edu (Andrew Krzywdzinski) writes: >I tried opening a 'dummy' window for the whole screen to get on the >window update list, but although now I get the update message, weird things >happen on the screen. That's because the AES decided your window covered the whole screen, and therefore your redraw would take care of everything, and it didn't have to update anything. The right way is to open a window just the size and location of the logo. Then that window will get redraw messages when parts of it are exposed, and the Desktop background will get redraw messages for the rest of the screen. ============================================ Opinions expressed above do not necessarily -- Allan Pratt, Atari Corp. reflect those of Atari Corp. or anyone else. ...ames!atari!apratt