Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!wuarchive!mit-eddie!bu-cs!dartvax!eleazar.dartmouth.edu!earleh From: earleh@eleazar.dartmouth.edu (Earle R. Horton) Newsgroups: comp.sys.mac.programmer Subject: Re: INIT wants to access text in other's window Message-ID: <17921@dartvax.Dartmouth.EDU> Date: 15 Dec 89 00:56:41 GMT References: <22362@ut-emx.UUCP> Sender: news@dartvax.Dartmouth.EDU Reply-To: earleh@eleazar.dartmouth.edu (Earle R. Horton) Organization: Between jobs. Lines: 14 In article <22362@ut-emx.UUCP> ifab623@walt.cc.utexas.edu (moon) writes: >HI! > >I am trying to access the TEHandle in another application's window. >How does a INIT access TEHandle in a Word or MacWrite text window? Neither program stores this information in a TEHandle, since they both use application code instead of TextEdit to manipulate the contents of text windows. This is both for performance and so documents can exceed 32k in size. I presume the text is kept in an application-specific data structure, about which you may be able to obtain information from the software manufacturer. Earle R. Horton