Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!caip!cbmvax!higgin From: higgin@cbmvax.cbm.UUCP (Paul Higginbottom) Newsgroups: net.micro.amiga Subject: Re: ---Bug Report--- Message-ID: <432@cbmvax.cbmvax.cbm.UUCP> Date: Sat, 21-Jun-86 13:40:14 EDT Article-I.D.: cbmvax.432 Posted: Sat Jun 21 13:40:14 1986 Date-Received: Mon, 23-Jun-86 03:30:46 EDT References: <675@Navajo.ARPA> Reply-To: higgin@cbmvax.UUCP (Paul Higginbottom) Organization: Commodore Technology, West Chester, PA Lines: 32 Keywords: Backdrop, custom screen, screen gadgets, string gadgets In article <675@Navajo.ARPA> rokicki@Navajo.ARPA (Tomas Rokicki) writes: >Scenerio: I have a custom 640x400 one-bit-deep screen, with a full >640x400 backdrop window with no borders. I have attached several >gadgets to the screen (Boolean and string gadgets) . . . >The problem: I drag my custom screen down, exposing the Workbench >screen. I select a window in the Workbench screen, and then hit one >of the string gadgets on the custom screen. THE GADGET IS REDRAWN ON >THE TOP OF THE WORKBENCH SCREEN! When I hit the string gadgets after >selecting my backdrop window, it is drawn correctly in my custom screen. >This is all under 1.1; for some reason, the gadgets don't even appear >under 1.2, and the machine crashes when the invisible gadgets are selected. Dear Tom: I hate to disappoint you, but Screen gadgets do NOT WORK, period, and support for them has basically been removed in 1.2 (correct me if I'm wrong Jim M). Yes, you'll have to stick them on the backdrop window instead. Moral: ignore the Intuition manual's mentions of attaching gadgets to screens. Question though: doesn't it peeve you that Intuition needs a rastport for the screen (32K for interlace 1 bit plane - CHOMP) and then another 32K and change for the backdrop window! Seems like a waste. I probably don't understand all the implications, but I think if the screen were treated like a Layer on a view, backdrop windows would be unecessary, because SMART_REFRESH would handle all the overlapping of things. Paul Higginbottom. Disclaimer: I do not work for Commodore, and my opinions are my own.