Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!munnari.oz.au!uniwa!DIALix!johnv From: johnv@DIALix.oz.au (John Verhoeven) Newsgroups: comp.sys.amiga.programmer Subject: GadTools SCROLLER_KIND Gadgets Message-ID: <1039@DIALix.oz.au> Date: 10 Jun 91 06:33:46 GMT Reply-To: johnv@DIALix.UUCP (John Verhoeven) Distribution: all Organization: DIALix Services, Perth Western Australia Lines: 17 I have been using the V2.x GadTools library to put up gadgets into a window. I have created a few string gadgets, some button type gadgets and a Scroller kind gadget with a proportional gadget & up/down arrows. I then use GT_GetIMsg & GT_ReplyIMsg in my main loop to receive IDCMP messages from these gadgets. This all works fine, I receive the apropriate messages but for the Scroller gadget, How do I get the new values from the Proportional gadget for the VertPot/HorizPot values from the Gadget address given in the IntuiMessage. I need this info So I can scroll through a list of names in a panel next to the slider. I can't use a LISTVIEW gadget, beacuse I need to be able to select multiple choices from the list, not just a single choice. Any suggestions?