home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14103 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.4 KB  |  29 lines

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