home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / openloo / 3776 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.6 KB

  1. Xref: sparky comp.windows.open-look:3776 alt.toolkits.xview:851
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!ark.Eng.Sun.COM!brianw
  3. From: brianw@ark.Eng.Sun.COM (Brian Warkentine)
  4. Newsgroups: comp.windows.open-look,alt.toolkits.xview
  5. Subject: Re: Slingshot 1,0 Bug?
  6. Date: 9 Sep 1992 20:59:10 GMT
  7. Organization: Sun Microsystems, Mt. View, Ca.
  8. Lines: 26
  9. Message-ID: <laspcuINNmt1@exodus.Eng.Sun.COM>
  10. References: <1992Sep7.184551.7414@msuinfo.cl.msu.edu>
  11. NNTP-Posting-Host: ark
  12.  
  13. In article <1992Sep7.184551.7414@msuinfo.cl.msu.edu> adc@tardis.msu.edu writes:
  14. >
  15. >ACTION_SELECT and ACTION_ADJUST events don't seem to be handled
  16. >correctly in Slingshot 1.0.  I'm using Slingshot 1.0 with Guide 3.0.
  17. >I've created a canvas shell with an array tile with icons.  The icons
  18. >pass the press and release of the ACTION_ADJUST; the array tile, or
  19. >canvas, just pass the press of the ACTION_ADJUST.  None of the
  20. >components pass the release of the ACTION_SELECT; the components pass
  21. >the press of ACTION_SELECT just fine.  BUT, icons will pass an
  22. >ACTION_SELECT release when I press select over an icon, move the mouse
  23. >a bit, then release.
  24.  
  25.  
  26. You are right.  I suppose you could call it a bug, but that's just the
  27. way it has been coded.  The SlingShot 1.0 extensions occasionally
  28. bypass XView's event notification scheme and get the events right from
  29. Xlib and don't let XView or the application look at them.
  30.  
  31. This will be fixed in a future release.  In the short term, you can
  32. be risky and try your hand at hacking the SlingShot internals.  Use
  33. the source Luke!
  34.  
  35.  
  36. -brian
  37. brian.warkentine@eng.sun.com
  38.  
  39.