home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / tcl / 2484 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.4 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!cac.washington.edu!brad
  2. From: brad@cac.washington.edu (Brad Greer)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Double Click not seen
  5. Date: 26 Jan 1993 19:46:24 GMT
  6. Organization: University of Washington
  7. Lines: 25
  8. Sender: brad@shiva2.cac.washington.edu (Brad Greer)
  9. Distribution: world
  10. Message-ID: <1k44egINNp2m@shelley.u.washington.edu>
  11. NNTP-Posting-Host: shiva2.cac.washington.edu
  12.  
  13. Setup:
  14.    Dec 5000 running Ultrix 4.2a
  15.    TK3.0 or TK2.3  wish 
  16.    Motif 1.1
  17.  
  18. Problem:  When I bind a Double-1 click event to a listbox item, it works
  19.           only if I *DON'T* have a Motif key binding that says:
  20.   
  21.              <Btn1Down>          window                  f.raise
  22.  
  23.  I suspect that wish is looking for a <Button1><Button1> event stream,
  24. but Motif may be including a raise event in-between the Button events so
  25. the expected is never 'seen' ????   Is there an easy fix?
  26.  
  27.  A side note - Double clicks work ok on other X apps (like Xrn) with the
  28. same Motif binding in-place.
  29.  
  30. -- 
  31.  
  32. ****************************************************************************
  33. Brad Greer - Software Engineer          
  34.   Networks and Distributed Computing
  35.   University of Washington
  36.   INTERNET: brad@cac.washington.edu    TELEPHONE: (206) 685-4179
  37. ****************************************************************************
  38.