home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-4.iso / developer / palettes / ChooserPalette.README < prev    next >
Encoding:
Text File  |  1995-11-19  |  6.2 KB  |  83 lines

  1. --------------------------------------------------------------
  2. cs.orst.edu:/pub/next/demos/programming/ChooserPalette.README
  3. cs.orst.edu:/pub/next/demos/programming/ChooserPalette.3.1B1.0.tar
  4. cs.orst.edu:/pub/next/demos/programming/ChooserPalette.3.2B.tar
  5. --------------------------------------------------------------
  6. Version Info:
  7. Code        Description            Arch.
  8. 3.1B1.0        Current Release Version        NeXT/Intel
  9. 3.2B.tar    Current Beta Version        NeXT/Intel/HPPA-RISC/Sparc
  10. --------------------------------------------------------------
  11. Check Sum Values:
  12.  
  13. Zip Files            Size        Check Sum Value
  14. ChooserPalette.3.1B1.0.tar.z    929374        09424   908
  15. ChooserPalette.3.2B.tar.z    1579584        46223  1543
  16.  
  17. Tar Files                    
  18. ChooserPalette.3.1B1.0.tar            00671  1050
  19. ChooserPalette.3.2B.tar                13641  1790
  20. --------------------------------------------------------------
  21.  
  22.  
  23. Objective Technologies, Inc.
  24. Attn: Eric Bergerson
  25. 177 East 77th
  26. Suite 6A
  27. New York, NY  10021            (212) 988-6268
  28.  
  29. License
  30. =======
  31.  
  32. THE OBJECTIVE TECHNOLOGIES' PRODUCTS (SOFTWARE) LOCATED IN THIS DIRECTORY ARE MADE AVAILABLE ON THIS ARCHIVE SERVER FOR DEMONSTRATION PURPOSES ONLY.  PLEASE READ THIS LICENSE CAREFULLY BEFORE UNPACKING THE SOFTWARE.  UNPACKING (I.E. EXTRACTING THE SOFTWARE FROM ITS CURRENTLY "TAR'ED" STATE) OR USE OF THE SOFTWARE INDICATES YOUR ACCEPTANCE OF AND INTENT TO BE LEGALLY BOUND BY THE TERMS OF THIS LICENSE.  IF YOU DO NOT AGREE WITH THE TERMS, PROMPTLY DESTROY THE SOFTWARE PACKAGED AND/OR UNUSED.
  33.  
  34. ----------------------------------------------------------
  35. Objective Technologies, Inc. Evaluation License Agreement
  36.  
  37. Objective Technologies, Inc. ("OT") hereby grants to you a non-transferable, evaluation, license to use this ChooserPalette Software ("Software") according to the following terms:
  38.  
  39. (a) You may only install the Software on one machine.  The Software may be used only internally and solely for pruposes of evaluation.
  40. (b) OT retains all title to the Software, copies of the Software and updates or modifications thereto.
  41. (d) You may not make copies of the Software.   All copies of the Software, whether authorized or unauthorized, are subject to the terms and conditions of this License Agreement.
  42. (e) You may not make modifications to the Software or reverse engineer the Software.  The copyright notices or other proprietary legends shall not be removed from the Software.
  43. (f) You may not grant sublicenses, leases or other rights in the Software to any third party except as permitted under (b) above.  
  44.  
  45. WARNING:This license is effective as long as OTI, in its sole discretion, continues the license.  At some time during your use of the Software, the license will terminate, and the Software will cease to operate and programs created with the Software will become inoperable.  DO NOT USE THE SOFTWARE TO CREATE PRODUCTION SOFTWARE BECAUSE IT WILL NOT RUN ONCE THE LICENSE HAS TERMINATED.
  46.  
  47. The software is provided "as is" without warranty of any kind.  OT disclaims all warranties, express or implied, including but not limited to the implied warranties of  merchantability and fitness for a particular purpose.  To the best of OT's knowledge, the software will not infringe the proprietary rights of any third party but OT makes no representations or warranties that the software is delivered free of the rightful claims of any third party for infringement of proprietary rights. 
  48.  
  49. In no event shall OT be liable to you or your employees, agents, successors or assigns or to third parties for special, indirect, incidental or consequential damages whether arising under contract, warrant, or tort (including negligence or strict liability) or any other theory of liability.  
  50.  
  51. This Evaluation License Agreement supersedes any provisions regarding sale or transfer of title to the Software which may appear in any other document to this transaction.  No dealer, company, or person other than OT is authorized to expand or alter any provision of this license; any such representations will not bind OT.  This Agreement will be governed by the laws of the State of New York without regard to its conflicts of laws provisions.
  52.  
  53. You acknowledge that you have read this agreement, understand it and agree to be bound by its terms and conditions.  
  54. ---------------------------------------------------------------------
  55.  
  56. Product Description
  57. ===================
  58.  
  59. ChooserPalette<<TM>> is a selection list manager.  It provides a simple way to display lists and allow users to make selections from them.  With it, most list handling tasks can be accomplished from Interface Builder.  By removing list management tasks from the application logic, you can dramatically reduce development time.
  60.  
  61. Choosers provide an easy way to display lists and allow users to make selections from that list.  The OTChooser object is a control that displays its selection list as a reorderable matrix of OTChooserCells in a scrollable region with an optional title.  Clicks in the selection matrix cause the cell where the click occurred to be selected.  Users of NeXT applications have seen examples of this kind of control in applications like Mail and Digital Librarian.  The OTChooserCell matrix can be configured for single or multiple cell selection.  The OTChooser also provides support for dragging icons out of the selection list.   
  62.  
  63. The OTChooser is a control, implementing the target/action paradigm in response to user or programmatic input.  The OTChooser implements the standard list functions including  “next” and “previous” for moving through the cells, and “delete” for removing entries.
  64.  
  65. Installation Information
  66. ========================
  67.  
  68. The software contains "tar'ed" directories.  Unpacking the "tar'ed" file will extract a set of directories.  Each directory contains the software which is normally on a separate floppy disk when the Software is distributed on physical media.  After unpacking the "tar'ed" file, treat the set of directories as floppy disks, and perform an installation as if you had received the Software on floppy disks.  Follow all installation instructions when available.
  69.  
  70. If you have any questions please don't hesitate to call or write.
  71.  
  72.     Objective Technologies, Inc.
  73.     Attn: Eric Bergerson
  74.     177 East 77th
  75.     Suite 6A
  76.     New York, NY  10021
  77.     Phone: 212 988 6268
  78.     Fax: 212 988 6273
  79.     Email: info@object.com
  80.  
  81.  
  82.  
  83.