Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!ut-emx!walt.cc.utexas.edu!rdd From: rdd@walt.cc.utexas.edu (Robert Dorsett) Newsgroups: comp.sys.mac.programmer Subject: List Manager advice needed Message-ID: <22215@ut-emx.UUCP> Date: 11 Dec 89 03:29:42 GMT Sender: news@ut-emx.UUCP Reply-To: rdd@walt.cc.utexas.edu (Robert Dorsett) Distribution: usa Organization: The University of Texas at Austin, Austin, Texas Lines: 25 I'm attempting to use the List Manager, from within a dialog, to implement a one-column list of text cells. The length of the list can vary, with items being deleted and added at any point within the list. My problem is that I'm unable to get the cell ID of the currently-selected item. I'm convinced I'm adding data to the list correctly list correctly (dataBounds for the list looks okay), but if I try LLast to get the point, it doesn't work. If, on the other hand, I use LGetSelect, the numbers are too high (but not by much, which raises the maddening question of whether I'm installing the data correctly). I also need to know, ABSOLUTELY, whether an item is selected or not. This is my first tangle with the List Manager. If anyone has any suggestions or advice (or code! :-)), I'd appreciate hearing them. I need to get this problem solved ASAP, but am starting to think it'd be easier to write my own List Manager from scratch. Robert Dorsett Internet: rdd@rascal.ics.utexas.edu UUCP: ...cs.utexas.edu!rascal.ics.utexas.edu!rdd