[comp.sys.amiga.programmer] WB2 GadTools Help

johnv@DIALix.oz.au (John Verhoeven) (06/14/91)

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.

However, 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?