Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!dewey.soe.berkeley.edu!oster From: oster@dewey.soe.berkeley.edu (David Phillip Oster) Newsgroups: comp.sys.mac.programmer Subject: Re: How to disable text edit from drawing Keywords: text_edit, ligatures Message-ID: <31400@ucbvax.BERKELEY.EDU> Date: 20 Sep 89 07:44:29 GMT References: Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: oster@dewey.soe.berkeley.edu.UUCP (David Phillip Oster) Organization: School of Education, UC-Berkeley Lines: 6 To modify a textedit record without annoying selection rectangle flicker, call: TEDeactivate() /* turns off the text edit cursor */ TESetSelect() /* the part you want to erase */ TEDelete() /* erase it */ TEActivate() /* turn the cursor back on */