home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / openloo / 4620 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  3.0 KB

  1. Xref: sparky comp.windows.open-look:4620 alt.toolkits.xview:1092 comp.windows.x:19453
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!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,comp.windows.x
  5. Subject: SlingShot 2.0 is here
  6. Date: 23 Nov 1992 03:55:28 GMT
  7. Organization: Sun Microsystems, Inc.  Mt. View, Ca.
  8. Lines: 60
  9. Distribution: world
  10. Message-ID: <lh0lhgINN5eg@exodus.Eng.Sun.COM>
  11. Reply-To: brianw@ark.Eng.Sun.COM (Brian Warkentine)
  12. NNTP-Posting-Host: ark
  13.  
  14.  
  15. I am proud to announce the release of The SlingShot Extensions to XView
  16. version 2.0.  This release is available for ftp now.  (See directions
  17. below.)
  18.  
  19. The SlingShot Extensions to XView are a set of "widgets" that make life
  20. easier for the XView application developer.  It easily solves problems
  21. like "how do I draw graphics without touching Xlib," "how do I handle
  22. events for single click, double click, and dragging", and "how do I
  23. position objects out in a tree, or an array."  The SlingShot Extensions
  24. offer features that are unfortunately not available in many toolkits.
  25.  
  26. Release 2.0 incorporates all the features of 1.0 and adds major new
  27. features such as drag and drop support, better documentation, and
  28. (of course) new widgets and callbacks.
  29.  
  30. There are two ways to get the SlingShot Extensions:  If you have ftp
  31. access, then you may find the extensions on export.lcs.mit.edu, in
  32. contrib/SlingShot2.0.tar.Z.  (If your site is distant, you might first
  33. check local ftp servers, as the contents of export.lcs.mit.edu are
  34. duplicated around the world.)  For example:
  35.     % ftp export.lcs.mit.edu
  36.     ...
  37.     ftp> binary
  38.     200 Type set to I.
  39.     ftp> cd /contrib
  40.     250 CWD command successful.
  41.     ftp> get SlingShot2.0.tar.Z
  42.     200 PORT command successful.
  43.     150 Opening data connection for SlingShot2.0.tar.Z (binary mode) (401734 bytes).
  44.     226 Transfer complete.
  45.     local: SlingShot2.0.tar.Z remote: SlingShot2.0.tar.Z
  46.     401734 bytes received in 11 seconds (36 Kbytes/s)
  47.     ftp> 
  48.  
  49. For people without ftp access, you can get the extensions through the
  50. services of an automated email archive.  You can get the release from
  51. the archive server by mailing the following lines to
  52. archive-server@gazooch.eng.sun.com:
  53.  
  54.     send sspkg2.0 Part01 Part02 Part03 Part04 
  55.     send sspkg2.0 Part05 Part06 Part07 Part08 
  56.     send sspkg2.0 Part09 Part10 Part11 Part12 
  57.     send sspkg2.0 Part13 Part14 Part15 Part16
  58.     send sspkg2.0 Part17 Part18
  59.     send sspkg2.0 DocPart01 DocPart02 DocPart03
  60.     send sspkg2.0 DocPart04 DocPart05 DocPart06
  61.  
  62.  
  63. All these files are shar files.  When you receive them, strip the mail
  64. header off and input them to /bin/sh.  The Part01 shar file creates sub
  65. directories, so make sure that you run this one through /bin/sh first.
  66.  
  67. Also note that sometimes mailers mangle the return path, especially if
  68. you are using uucp.  If you have trouble getting a response from the
  69. archive server, try adding "path <your-mail-address>" to your request.
  70.  
  71. -brian
  72. brian.warkentine@eng.sun.com
  73.  
  74.