Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!decwrl!ucbvax!cs.wayne.edu!kima From: kima@cs.wayne.edu (Kim Anderson) Newsgroups: comp.windows.x.motif Subject: (none) Message-ID: <9010031355.AA07111@pandora.cs.wayne.edu> Date: 3 Oct 90 13:55:22 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 31 Is anyone aware of bugs involving event propogation in the Motif Toolkit? I am using Motif 1.0, X11R3, on Apollo DN3500/4500. I am having problems adding an event handler to catch key press events so that they don't propagate to the parent. There also seems to be a problem with using the override and augment directives in a resource file when adding event translations to a widget. The problem here is that the existing translations are replaced. *translations: #augment \n\ Ctrle: menu_action() \n\ Ctrlr: menu_action() In the above example I do get the Ctrl+e but all other translations are totally waxed! This translation does work if I name a specific widget, however I need a global translation. Accelerators won't do the trick since the Motif Toolkit only provides accelerators for PushButtons, and ToggleButtons in Pulldown and Popup menus. Presently, I have had to hardcode the translation for every single widget in my interface ( ugh! ). Any ideas or similar problems? Kim Anderson CDI Computer Services Ford Motor Company Please send responses to kima@pandora.cs.wayne.edu