Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!utcsri!utegc!utai!garfield!john13 From: john13@garfield.UUCP Newsgroups: comp.sys.amiga Subject: Re: EXPOSE (make screen gadgets accessible) Message-ID: <3606@garfield.UUCP> Date: Tue, 21-Apr-87 23:26:34 EST Article-I.D.: garfield.3606 Posted: Tue Apr 21 23:26:34 1987 Date-Received: Thu, 23-Apr-87 00:39:19 EST References: <3601@garfield.UUCP> Organization: CS Dept., Memorial U. of Newfoundland, St. John's Lines: 16 Keywords: utility source executable Summary: Unreliable. Please do not use original executable. [] It seems I made a typo in the source to EXPOSE. The call to OpenLibrary does not specify INTUITION_REV, and as such it will work sometimes but not others. If you called it several times in a row, it would always behave the same way, which is why I was able to test it with multiple screens and windows, yet this morning it didn't work. Please either add the INTUITION_REV to the OpenLibrary call and recompile, or wait till I post the better one (should be tomorrow). I want to make sure I can get it to work with "odd" windows, as in DPaint. Currently it will cause DPaint to "glitch" in several ways. That's what I get for using lines that go off the end of the screen! John