home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / fj / maillis / xwindow / 17508 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.1 KB

  1. Path: sparky!uunet!stanford.edu!sun-barr!sh.wide!wnoc-tyo-news!scslwide!wsgw!wsservra!daemon
  2. From: okeefe@cs.Buffalo.EDU (Paul O'Keefe)
  3. Newsgroups: fj.mail-lists.x-window
  4. Subject: How to freeze the pointer
  5. Message-ID: <1992Nov16.205939.11350@sm.sony.co.jp>
  6. Date: 16 Nov 92 20:59:39 GMT
  7. Sender: daemon@sm.sony.co.jp (The devil himself)
  8. Distribution: fj
  9. Organization: State University of New York at Buffalo/Comp Sci
  10. Lines: 19
  11. Approved: michael@sm.sony.co.jp
  12.  
  13. Date: 10 Nov 92 03:51:39 GMT
  14. Message-Id: <BxHEq4.3rB@acsu.buffalo.edu>
  15. Newsgroups: comp.windows.x.intrinsics,comp.windows.x
  16. Sender: xpert-request@expo.lcs.mit.edu
  17.  
  18.  
  19. I want to implement a "snap-to" point-n-click data picking feature
  20. where the cursor snaps to the nearest data point and freezes in position
  21. while a popup is displayed in response to a button press button.
  22.  
  23. Ideas:
  24. Remove the cursor and draw an X when a button is pressed.
  25.  
  26. Keep warping the cursor back to the place I want it if moved. (A real kludge.)
  27.  
  28. Do a server grab, but this could cause a conflict with the
  29. window manager and doesn't seem like the right approach for an application.
  30.  
  31. Question: have a better idea?
  32.