Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!kit From: kit@ATHENA.MIT.EDU (Chris D. Peterson) Newsgroups: comp.windows.x Subject: Re: Translation management problems Message-ID: <8903282031.AA00400@DORA.MIT.EDU> Date: 28 Mar 89 20:31:43 GMT References: <447@esosun.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 29 > Unfortunately, when I do so some widgets loose (sic). For example: xman -xrm '*Translations:#overrideAlt_R: Help()' I am surprised that this works at all, the specification states that there must be a "\n" after the directive (#override in this case). That might help things work better. Also, where is this action defined? The toolkit will look in each widget's action list from subclass to superclass order, then look in the application's action list. If it cannot then find the action it will print a warning message. One side effect that may cause you problems is that you have just told all of your widgets to look for key press events, this means that it is no longer possible for child windows to pass events up to their parents. Some applications may depend upon this behavior. Just a word to the wise. Chris D. Peterson MIT X Consortium / Project Athena Net: kit@athena.mit.edu Phone: (617) 253 - 1326 USMail: MIT - Room E40-321 77 Massachusetts Ave. Cambridge, MA 02139