Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!mailrus!uflorida!ukma!rutgers!apple!well!shf From: shf@well.UUCP (Stuart H. Ferguson) Newsgroups: comp.sys.amiga.tech Subject: Re: Ghosting of Boolean Gadgets Keywords: Gadgets,intuition Message-ID: <10327@well.UUCP> Date: 12 Jan 89 21:14:12 GMT References: <1568@ucqais.uc.edu> Reply-To: shf@well.UUCP (Stuart H. Ferguson) Organization: The Blue Planet Lines: 21 +-- blubaugh@ucqais.uc.edu (Dwight Blubaugh) writes: | I'm trying to use OnGadget/OffGadget to activate/deactivate the gadget as | needed. The gadget in question is a very simple bordered boolean gadget. | .... However, when OnGadget is used to | reactivate the gadget the ghosting remains, except around any text in gadget. | ... is this normal? 'Fraid so. Intuition appears to just "Refresh" the gadget in question, which in your case will just redraw the border and text. If you use JAM2 mode on the text, it will erase any stipple just around the letters, but that's all. | Do I have to erase the hitbox area myself and then refresh the | gadget after the OnGadget? 'Fraid so. As far as I can tell anyway. Another way is to make the Gadget imagery an actual Image. Then the refresh will erase the old one completely. Kind of overkill for simple gadgets, however. -- Stuart Ferguson (shf@well.UUCP) Action by HAVOC