Path: utzoo!attcan!uunet!cs.utexas.edu!sun-barr!apple!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Overriding translations in text widgets Message-ID: <8905151445.AA06900@THANATOS.MIT.EDU> Date: 15 May 89 14:45:45 GMT References: <884@utkcs2.cs.utk.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 17 > Date: 15 May 89 12:05:26 GMT > From: utkcs2!alphard!battle@gatech.edu (David Battle) > > The action specified by the new translation > is being activated, but the old translation action is ALSO being invoked > on the same button press. Works just fine for me. In your particular example, you may want to add the following; as you only modified the Btn1Down translation, the remainder of the translations will continue to be triggered. : ignore() \n\ : ignore() where ignore() is another application-defined action. (The Text documentation lists a 'do-nothing' action but it's missing from the implementation).