Path: utzoo!attcan!uunet!husc6!mailrus!tut.cis.ohio-state.edu!ucbvax!dewey.soe.berkeley.edu!oster From: oster@dewey.soe.berkeley.edu (David Phillip Oster) Newsgroups: comp.sys.mac.programmer Subject: Re: List Manager Problem Message-ID: <28381@ucbvax.BERKELEY.EDU> Date: 13 Mar 89 12:22:36 GMT References: <11032@ut-emx.UUCP> <6704@hoptoad.uucp> <11103@ut-emx.UUCP> <6730@hoptoad.uucp> <27153@apple.Apple.COM> <6756@hoptoad.uucp> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: oster@dewey.soe.berkeley.edu.UUCP (David Phillip Oster) Organization: School of Education, UC-Berkeley Lines: 21 In article <6756@hoptoad.uucp> tim@hoptoad.UUCP (Tim Maroney) writes: _>>In article <27153@apple.Apple.COM> han@Apple.COM (Byron Han) writes: _>>>In article <6730@hoptoad.uucp> tim@hoptoad.UUCP (Tim Maroney) writes: _>>>>I think I've found the problem. I have never been able to get the List _>>>>Manager to work with a rectangle of (0, 0, 1, 0) even though it's _>>>>recommended in the documentation. _>>>> ... _>>>>Try it with a "SetRect(dataBounds, 0, 0, 1, 1);" and see if it works. _>>> _>>>Stating that you must create a list via LNew with a nonzero number of _>>>cells is incorrect. I do it all the time with both standard and custom _>>>LDEF's. _>> _>>Well, Byron, I've tried to do it time and again, as well as to remove _>>cells in such a way that none are left in the list. I get crashes when _>>I create it with (0, 0, 1, 0), and display anomalies when I remove the _>>last cell of a list that was created originally with (0, 0, 1, 1). The _>>crashes and anomalies go away when I make sure there is always one cell. I don't understand what your problem is. I've been doing it Byron's way for years, and he is absolutely right. It works just fine.