Path: utzoo!mnetor!uunet!husc6!hao!ames!pasteur!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Scrolling a single plane -- heart monitor Message-ID: <8803212157.AA05809@cory.Berkeley.EDU> Date: 21 Mar 88 21:57:21 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 17 :>.... Since this usually doesn't bode well with any visible windows, :>what I would do is do EVERYTHING in the screen's rastport. Open an :>invisible window in the screen so you can get keyboard and mouse events. :> -Matt :Pardon my ignorance, but I would like to know how to create an invisible :window. : Thank you, Oh. Try specifying a NULL title, no system gadgets, and the BORDERLESS flag. The idea is that the window would be used only to get mouse and keyboard events, not something you can play around with. Usually one makes the window the same size as the screen except with MaxRows - 1 rows and dropped one pixel from the top of the screen so the user can still use the screen gadgets. -Matt