Path: utzoo!attcan!uunet!jarthur!usc!apple!agate!ucbvax!parc.xerox.com!janssen From: janssen@parc.xerox.com (Bill Janssen) Newsgroups: comp.soft-sys.andrew Subject: Re: Fetching mouse click Message-ID: Date: 18 Oct 90 02:42:36 GMT References: <9010162216.AA24847@triumph-adler.de> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 A possible way to do this is to create a new view subclass that simply puts up a textview to fill its entire area. The new view's Hit method will pass on the mouse click to the subview (textview containing the original text), then find out where the text cursor is in the subview, then signal the other part of the application (which has the translated text). Shame keystrokes don't go through some similar mechanism. Bill