home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19904 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  902 b 

  1. Path: sparky!uunet!think.com!paperboy.osf.org!hsdndev!dartvax!David.T.Greenfield
  2. From: David.T.Greenfield@dartmouth.edu (David T. Greenfield)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: How do I STOP my TextEdit field from updating?
  5. Message-ID: <1992Dec16.151626.14528@dartvax.dartmouth.edu>
  6. Date: 16 Dec 92 15:16:26 GMT
  7. References: <1992Dec13.182630.4371@netcom.com>
  8. Sender: news@dartvax.dartmouth.edu (The News Manager)
  9. Organization: Dartmouth College, Hanover, NH
  10. Lines: 11
  11. X-Posted-From: InterNews1.0b3@newshost.dartmouth.edu
  12.  
  13. In article <1992Dec13.182630.4371@netcom.com>
  14. bskendig@netcom.com (Brian Kendig) writes:
  15.  
  16. > How can I STOP the TextEdit field from redrawing itself immediately
  17. > when I delete a line?
  18.  
  19. Try setting the clip rgn to exclude the TERec's viewRect before your
  20. series of calls to TEDelete.  Then when you are finished call TEUpdate.
  21.  
  22. David
  23. david.t.greenfield@dartmouth.edu
  24.