Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: Windows taller than display.. Message-ID: <1479@toaster.SFSU.EDU> Date: 11 Apr 91 00:56:40 GMT References: Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 15 In article salc@alfred.shearson.com writes: > in the process of viewing some GIF files on a NeXT workstation, with what software? >I noticed that some GIF files create windows which are taller than the display. GIF files don't create windows. GIF viewers create windows. If the windows are taller than the display, your software is BROKEN. 1.0 applications should be using - getScreenSize: (Application); - constrainFrameRect:toScreen: (Window) should prevent the problem in 2.x applications. -=EPS=-