home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 112.lha / ArpFileRequest / FileRequest.doc < prev    next >
Encoding:
Text File  |  1986-11-20  |  1.3 KB  |  41 lines

  1. *
  2. *   FileRequest.asm     13-Jan-88  
  3. *                   Copyright © 1988 by David Czaya  (PLink -Dave-)
  4. *            
  5. *   This is a relatively close translation of the C language demo
  6. *   'FileRequest.c' in 'Transactor for the Amiga' magazine [Vol. 1/Issue 1].
  7. *
  8. *   Above noted C version is Copyright © 1987, Scott Ballantyne
  9. *
  10. *   The arp.library (vers. 31 or higher) MUST be present for this program
  11. *   to function! Do NOT use V32.01 because of a possible bug in the
  12. *   FileRequest() function.
  13. *
  14. *   FileRequest MUST be called from the CLI.
  15. *
  16. *   This source and any resulting object and load files are public domain
  17. *   material.
  18. *
  19.  
  20.  
  21. This archive contains the FileRequest.c demo from 'Transactor for the Amiga'
  22. magazine translated into assembler. It presents a CHeath type file requester,
  23. as seen in many commercial and PD programs, and returns the directory and file
  24. selections to the current output.
  25.  
  26. Not impressed? Take a look at the load file size! Almost a third of THAT is
  27. selection processing!
  28.  
  29. Version 32 and higher (arp.library) will include a <parent> gadget and the
  30. ability to double-click a selection (this is apparently broken in V32.01).
  31.  
  32. Help support the ARP project by writing to C= and telling them you would
  33. like to see it included in AmigaDOS 1.3 and higher!
  34.  
  35.  
  36.                         -Dave-
  37.  
  38.  
  39. $ >-Dave-
  40. Complaints >NIL:
  41.