home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19926 < prev    next >
Encoding:
Text File  |  1992-12-16  |  857 b   |  22 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!spool.mu.edu!caen!hellgate.utah.edu!fcom.cc.utah.edu!park.uvcc.edu!scott
  3. From: scott@park.uvcc.edu (Scott Taylor)
  4. Subject: Re: How do I STOP my TextEdit field from updating?
  5. Message-ID: <BzDFD0.51F@park.uvcc.edu>
  6. Organization: Utah Valley Community College, Orem, Utah
  7. References: <1992Dec13.182630.4371@netcom.com>
  8. Date: Wed, 16 Dec 1992 21:22:11 GMT
  9. Lines: 11
  10.  
  11. > How can I STOP the TextEdit field from redrawing itself immediately
  12. > when I delete a line?  I TEDeactivate it, and turn off TEAutoView.  I
  13. > will eventually get around to updating the window on the screen, at
  14. > which time I want the text to be redrawn -- but not now!
  15.  
  16. I got away with setting the TE's viewRect.bottom to viewRect.top
  17. and then restoring it later, but then I was already doing lots of
  18. cruel things to the TE...
  19.  
  20. --Scott
  21.  
  22.