home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!gumby!wupost!cs.utexas.edu!asuvax!system
- From: system@asuvax.eas.asu.edu (Marc Lesure)
- Subject: yet another bad f-line problem
- Message-ID: <1992Aug17.213614.25320@asuvax.eas.asu.edu>
- Organization: Arizona State University
- Date: Mon, 17 Aug 1992 21:36:14 GMT
- Lines: 19
-
- With the recent discussion on bad f-line's message, I thought I'd mention
- my problem. My application builds a link list of data and each member in
- the list has its own link list. All memory is allocated using NewPtr().
- I can build and access this memory structure with no problem. The problem
- arises when I display the data. I have a window with two lists defined in
- it. The first list displays the members of the main link list and when you
- select a cell, the second list displays that member's link list. The bad
- f-line occurs after I finish stuffing the second list. I'm using Think C
- 5.0.2. It seems like the List Manager is trashing something, but I haven't
- been able to track it down. Any hints?
-
- -----------------------------------------------------------------------
- Marc Lesure / Arizona State University / Tempe, AZ
- "Between the world of men and make-believe, I can be found..."
- "False faces and meaningless chases, I travel alone..."
- "And where do you go when you come to the end of your dream?"
-
- UUCP: ...!ncar!noao!asuvax!lesure
- Internet: lesure@asuvax.eas.asu.edu
-