home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13283 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.4 KB

  1. Path: sparky!uunet!sun-barr!ames!bionet!raven.alaska.edu!acad3.alaska.edu!fsmah1
  2. From: fsmah1@acad3.alaska.edu (Mike Hageland)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: TextEdit and MacsBug questions!
  5. Message-ID: <1992Jul31.123013.1@acad3.alaska.edu>
  6. Date: 31 Jul 92 20:30:13 GMT
  7. Sender: news@raven.alaska.edu (USENET News System)
  8. Organization: University of Alaska Fairbanks
  9. Lines: 20
  10. Nntp-Posting-Host: acad3.alaska.edu
  11.  
  12. Another list of questions from a confused programmer.}i
  13.  
  14. 1)  I still have that problem with my program working great under multi-finder
  15. but not under finder.  I got MacsBug which lets me see what my memory looks
  16. like after the program crashes, but this doesn't help me a lot because I can't
  17. seem to figure out what the memory SHOULD look like.  I'm gonna go find a book
  18. on MacsBug today, so that might help, but any suggestions peole have would
  19. be helpful.
  20.  
  21. 2)  What EXACTLY does TEGetText() do?  I have a couple ideas of what it
  22. might do, but IM isn't specific.  One, it might simply return a handle to
  23. the text already in memory under the TERecord.  Or it might create it's own
  24. relocatable space in memory and copy the data over.  If it does the last do
  25. I need to dispose it ever?
  26.  
  27. 3)  When calling TENew(), does it allocate the entire 32k text space or does
  28. it start it off small and keep enlarging it as the text gets larger?
  29.  
  30.                     --Frustrated in Alaska,
  31.                     fsmah1@acad3.alaska.edu
  32.