Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!cmcl2!husc6!rutgers!ucla-cs!sdcrdcf!burdvax!bpa!cbmvax!carolyn
From: carolyn@cbmvax.cbm.UUCP (Carolyn Scheppner)
Newsgroups: comp.sys.amiga
Subject: Re: Requesting requester advice
Message-ID: <1235@cbmvax.cbmvax.cbm.UUCP>
Date: Wed, 14-Jan-87 18:32:21 EST
Article-I.D.: cbmvax.1235
Posted: Wed Jan 14 18:32:21 1987
Date-Received: Thu, 15-Jan-87 22:33:28 EST
References: <1987Jan9.155019.8267@sq.uucp>
Reply-To: carolyn@cbmvax.UUCP (Carolyn Scheppner)
Distribution: comp.sys.amiga
Organization: Commodore Technology, West Chester, PA
Lines: 30

In article <1987Jan9.155019.8267@sq.uucp> hobie@sq.UUCP (Hobie Orris) writes:
>
>	I have this problem with my Requester.  I am using KS & WB 1.2,
>rev 33.39, and the Lattice 3.02 compiler.  I define the Requester, point to
>a CANCEL and a OK gadget (which have REQGADGET and ENDGADGET flags).  When I
>call Request(&Requester), it appears correctly with the gadgets and borders,
>but the gadgets don't click (no highlighting appears). So the requester never 
>goes away...

   I've never used a requester, but my suggestions include:

      RELVERIFY|ENDGADGET  for Activation
      BOOLGADGET|REQGADGET for GadgetType

      and specify GADGETUP in your window's IDCMP flags

   The RELVERIFY causes a GADGETUP message to be sent when a gadget
is released.  The BOOLGADGET says the gadget changes state when clicked
on.  The IDCMP flag GADGETUP allows GADGETUP messages to be sent to
your window.
   
   And if you want Highlighting when the gadgets are selected, you must
specify the type of highlighting in the Gadget structure.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Carolyn Scheppner -- CBM   >>Amiga Technical Support<<
                     UUCP  ...{allegra,caip,ihnp4,seismo}!cbmvax!carolyn 
                     PHONE 215-431-9180
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=