Path: utzoo!attcan!utgpu!watmath!maytag!aries5!jb From: jb@aries5.uucp Newsgroups: comp.sys.mac.programmer Subject: Re: List Manager strangeness Message-ID: <654@maytag.waterloo.edu> Date: 18 Oct 89 13:30:49 GMT References: <10152@bsu-cs.bsu.edu> Sender: daemon@maytag.waterloo.edu Reply-To: jb@aries5.UUCP () Organization: Computer Systems Group, University of Waterloo Lines: 20 In article <10152@bsu-cs.bsu.edu> mithomas@bsu-cs.bsu.edu (Michael Thomas Niehaus) writes: >I am trying to get the List Manager to keep a list of items for me in a >modeless dialog. So far, everything works as planned, but I occasionally > > csize.v=0; > csize.h=199; > SetRect(&viewRect,10,10,200,200); > SetRect(&dataBounds,0,0,1,0); the width of the viewRect: 200 - 10 = 190 the width of the cellSize: 199 199 > 190 I think this is your problem, I have never tried having cells wider than the view rectangle. Otherwise it is in your filter proc, send me/post a copy of it. Jim Bruyn Computer Systems Group University of Waterloo