home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / misc / request_v12.lha / Request.DOC next >
Encoding:
Text File  |  1995-01-09  |  3.1 KB  |  99 lines

  1.  
  2.                          Request,  version 1.2
  3.                        © 1995 by Stefano Reksten
  4.                      of 3AM - The Three Amigos !!!
  5.  
  6.  CONTENTS OF THIS FILE:
  7.  
  8.  o DISCLAIMER
  9.  o COPYRIGHT
  10.  o WHAT'S REQUEST
  11.  o WHAT DOES REQUEST NEED?
  12.  o USING REQUEST
  13.  o HISTORY
  14.  o KNOWN BUGS
  15.  o HOW TO CONTACT THE AUTHOR
  16.  
  17.  
  18.  DISCLAIMER
  19.  ---------------------------------------------------------------------------
  20.  The author is  NOT  responsible for  the  suitability or  accuracy of  this
  21.  documentation and/or the program(s)  it describes.  Any damage  directly or
  22.  indirectly caused by the use or  misuse of this  documentation  and/or  the
  23.  program(s) it describes is the sole responsibility of the user her/him self
  24.  ---------------------------------------------------------------------------
  25.  
  26.  COPYRIGHT
  27.  ---------------------------------------------------------------------------
  28.  Request v1.2, Copyright  ©  1995  Stefano  Reksten.  All  rights  reserved.
  29.  This program may be distributed  non-commercially only  providing that  the
  30.  executable,  source  code,  documentation  and   copyright  notices  remain
  31.  unchanged and  are included with the distribution.
  32.  The archive must contain the following directories/files:
  33.  
  34.     Request
  35.     Request.DOC
  36.     Request.s
  37.  
  38.  This program is FREEWARE.
  39.  
  40.  ---------------------------------------------------------------------------
  41.  
  42.  WHAT'S REQUEST ?
  43.  
  44.  A simple utility that pops up a requester with specified title, body and
  45.  answers.
  46.  
  47.  ---------------------------------------------------------------------------
  48.  
  49.  WHAT DOES REQUEST NEED?
  50.  
  51.  o Kickstart 2.0 or higher
  52.  
  53.  ---------------------------------------------------------------------------
  54.  
  55.  USING REQUEST
  56.  
  57.  Usage: Request Title/A,Body/A,Gadgets
  58.  
  59.  Title:   This will be the title of the Request window.
  60.  Body:    This will appear into the request. A "|" can separate lines.
  61.  Gadgets: This text contains all the possible answers the user will be able
  62.           to select. Its format is "Answer1|Answer2|...|AnswerN". Please
  63.           note the '|' between answers. The code returned will be 5 for the
  64.           first answer, 10 for the second, 15 for the third and so on up to
  65.           the last that will return 0. You should put positive answer(s) to
  66.           the left and the negative one to the right.
  67.  
  68.  ---------------------------------------------------------------------------
  69.  
  70.  HISTORY :
  71.  
  72.  v1.0 : Somewhere in time this program was created in 1992.
  73.  
  74.  v1.1 : Rewritten in assembly and using 2.0
  75.  
  76.  v1.2 : "|" in body added. (What a work, huh? :-)
  77.  ---------------------------------------------------------------------------
  78.  
  79.  KNOWN BUGS:
  80.  
  81.     None.
  82.  
  83.  ---------------------------------------------------------------------------
  84.  
  85.  I have tested this program on my A1200 and it seemed to work correctly.  If
  86.  you find any bug or something weird or have some brilliant ideas or want to
  87.  tell me how much time I am losing doing stupid things like this or anything
  88.  else, write to:
  89.  
  90.  rekststef@unisi.it
  91.  
  92.  Stefano Reksten c/o Naimi
  93.  v.le Cavour, 40
  94.  53100 Siena
  95.  ITALY
  96.  ---------------------------------------------------------------------------
  97.  
  98. <EOF>
  99.