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