Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!gatech!utkcs2!alphard!battle From: battle@alphard.cs.utk.edu (David Battle) Newsgroups: comp.windows.x Subject: Overriding translations in text widgets Summary: old translations are apparently still executed Message-ID: <884@utkcs2.cs.utk.edu> Date: 15 May 89 12:05:26 GMT Sender: news@utkcs2.cs.utk.edu Reply-To: battle@alphard.cs.utk.edu (David Battle) Organization: Environmental Sciences Division, Oak Ridge National Labs Lines: 18 I am trying to override the default translations of a mouse button press in a text widget. The action specified by the new translation is being activated, but the old translation action is ALSO being invoked on the same button press. What am I doing wrong: Demo*Text.Translations: #override \ : UpdateText() NonEditable() \n\ : Editable() (The three actions above (UpdateText, NonEditable, and Editable) are actions I have written myself.) -David L. Battle battle@esddlb.esd.ornl.gov battle@utkcs2.cs.utk.edu