Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!mit-eddie!genrad!decvax!decwrl!labrea!rocky!rokicki From: rokicki@rocky.UUCP Newsgroups: comp.sys.amiga Subject: Re: Custom screen's SCREENQUIET flag Message-ID: <359@rocky.STANFORD.EDU> Date: Wed, 10-Jun-87 00:48:17 EDT Article-I.D.: rocky.359 Posted: Wed Jun 10 00:48:17 1987 Date-Received: Sat, 13-Jun-87 04:29:08 EDT References: <8706090257.AA22852@cory.Berkeley.EDU> <795@puff.WISC.EDU> <20733@sun.uucp> Organization: Stanford University Computer Science Department Lines: 12 Summary: Try it . . . it doesn't work. In article <20733@sun.uucp>, cmcmanis%pepper@Sun.COM (Chuck McManis) writes: > May I suggest you also put an invisible 'FOLLOWMOUSE' type gadget in the > window, and call ScreenMove() when the user moves it ? That would seem > to solve all of the 'problems' associated with screens and titles no? ScreenMove based on mouse events fails, because of the asynchronous nature of the message passing, and the fact that MouseMove are relative to the current screen. Recommendation (to Avery): allow at least a pixel of the screen to be accessed; put a resizing gadget if you *need* the full height. -tom