Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!pt.cs.cmu.edu!cadre!pitt!unix.cis.pittsburgh.edu!adams3 From: adams3@unix.cis.pittsburgh.edu (Larry Adams) Newsgroups: comp.sys.mac.programmer Subject: a novice's first run-in with the list manager... Message-ID: <18661@unix.cis.pittsburgh.edu> Date: 7 Jul 89 04:49:25 GMT Reply-To: adams3@unix.cis.pittsburgh.edu (Larry Adams) Distribution: usa Organization: Univ. of Pittsburgh, Comp & Info Sys Lines: 16 I'm trying to implement a *list* of text elements, as described in IM IV. At this point, I simply want to have the window respond to double clicks and clicks in the (vertical) scroll bar. The double clicking is incredibly easy, but I think I'm missing something. Does the List Manager take care of responding to clicks in the scroll bar(s)? It seems to me that I must write my own click loop routine to examine the scroll bar, and track it, and scroll my list as necessary. Is this so, or is there a way to convince the List Manager to do it, such that I haven't yet found? much thanks, larry adams