Newsgroups: comp.windows.x Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!mintaka!bloom-beacon!dont-send-mail-to-path-lines From: fcolin@cenaath.cena.dgac.fr (Francois-Regis COLIN) Subject: Multi-click Message-ID: <9106041626.AA07464@sid1.cenaath.cena.dgac.fr> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Date: 4 Jun 91 16:26:51 GMT Lines: 13 I am using Motif 1.1 and I want to do different action on a button depending on single click or double-click. I have try to put the following translation table on this button: : Arm() \n\ (2) : Activate() but I cannot get this to work correctly: I make a single click the Arm callback is called but when I make a double click the Arm callback is called with the activate callbak . the doc says that the sorter sequence is not called if the events maps the longest sequence ? is this normal or a bug in the Intrinsics or in Motif ?