Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uwvax!rutgers!mcnc!ecsvax.uncecs.edu!dlugose From: dlugose@uncecs.edu (Dan Dlugose) Newsgroups: comp.sys.mac.hypercard Subject: Re: Need scrolling "radio menu" Message-ID: <1990Jan4.211451.5405@uncecs.edu> Date: 4 Jan 90 21:14:51 GMT References: <1990Jan4.062312.4244@smsc.sony.com> Organization: UNC Educational Computing Service Lines: 17 In article <1990Jan4.062312.4244@smsc.sony.com> dce@smsc.Sony.COM (David Elliott) writes: >I am working on a stack that has two long lists of items (one with >84 items and the other with 128 items). The user picks one item >out of the list to use as the current value. > >I would like to implement each of these as a scrolling list with >the "current" item hilited in some way. I tried using a scrolling This can be done by pasting transparent hilited buttons over the selected line. Of course, you'll have to select the line, figure the number of lines scrolled above the window (scroll of field x div the textheight of field x), compare the rect of the window to how many lines down the selction is, and paste such a button there. Dan Dlugose UNC Educational Computing Service