Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!samsung!noose.ecn.purdue.edu!mentor.cc.purdue.edu!purdue!haven!wam!nebel From: nebel@wam.umd.edu (Chris D. Nebel) Newsgroups: comp.sys.mac.programmer Subject: Problem with List Manager Message-ID: <1991Jan16.030301.23681@wam.umd.edu> Date: 16 Jan 91 03:03:01 GMT Sender: usenet@wam.umd.edu (USENET Posting) Reply-To: nebel@wam.umd.edu (Chris D. Nebel) Organization: University of Maryland at College Park Lines: 16 I've written a package based on the List Manager for putting scrolling lists in windows and dialogs, and it mostly works. There is one bizarre bug, however: if a list is only partly full (e.g. the display rect can show 6 items, but there's only one in the list) there is usually a "dead" spot in the blank area. By "dead" I mean that mouse clicks in that area are completely ignored by LClick. Say there's an item selected. If I click in the dead spot, the selection won't change! The spot seems to be the same size as an item, and it's always a couple of "items" beyond the last real item in the list. I know LClick gets called when I click the dead spot, because if I double-click it, it acts as if I double-clicked on whatever's selected. Does anyone have any ideas? Thanks, Chris Nebel nebel@wam.umd.edu