home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff292.lzh / FileRequest / Read.me < prev    next >
Text File  |  1989-12-10  |  3KB  |  67 lines

  1.  
  2.   FileRequest V2.0 written in november 1989 by F.Lienhardt
  3.  ----------------------------------------------------------
  4.  
  5.   This programm is the update to Fileselect V1.0 (Fish 173).
  6.  
  7.   Some possibilities has been added or changed:
  8.  
  9.     - Window can now be dragged and some features of the window
  10.       has been completely rethinked.
  11.  
  12.     - Ten devices (the most current) can be called by Gadgets. When
  13.       the devices are not available, they are ghosted. (The routine
  14.       to recognize what devices are present, is the same one that in 
  15.       the Devstat programm).
  16.  
  17.     - Naturally, you can type your device name in the drawer field.
  18.  
  19.     - When you move the movergadget, the scrolling of the filenames
  20.       has 3 speed. The directory can scroll pixel/pixel, 3pixels/3pixels
  21.       or 9pixels/9pixels when they are a lot of files to list.
  22.  
  23.     - When you remove the current disk, it is automatically recognized.
  24.       The drawer is initialised and all filenames are deleted in the
  25.       directory window.
  26.  
  27.     - If you insert a new disk in the current drive, his directory is
  28.       directly read. If you insert the same disk that you have removed,
  29.       his directory appairs automatically without reading disk (it 
  30.       recognize it on the disk name). 
  31.  
  32.   Some advantage of Fileselect V1.0 has been taked again:
  33.  
  34.     - Selection from a gadget is accepted in real time. Ex: you load
  35.       the directory from Df0 and you click on the DF1 gadget, the
  36.       reading of the directory from Df1 begin immediately without
  37.       waiting the end of reading Df0.
  38.  
  39.     - The result of reading directory appairs in the filenames window,
  40.       sub-directories and filenames are separated. Sub-directories in
  41.       color No 3, filenames in color No1.
  42.  
  43.     - Names are sorted in alphabetical order on the first letter.
  44.  
  45.  
  46.   The FileRequest routine is called with some parameters:
  47.  
  48.     a0=_FileRequest (Outputhandle, xpos, ypos, windowtitle)
  49.                   d0        d1    d2        a1
  50.  
  51.     Outpuhandle: the handle (pointer) on your window or screen to
  52.              receive the FileRequest window.
  53.     xpos       : position of the beginning from your window.
  54.     ypos       : position of the beginning from your window.
  55.     windowtitle: adress from your window title.
  56.  
  57.     The result is given in a0. (a0)=0 when no file selected (when you
  58.     click on cancel). Else it gives the adress of the filenamebuffer.
  59.     Ex: (a0)="Df0:devs/printers/epson".
  60.  
  61.   The source of this programm is written with Hisoft's Devpac Assembler V2.12.
  62.   
  63.             Suggests by : Fabrice LIENHARDT
  64.                       7, rue de LEICESTER
  65.                       67000 STRASBOURG (FRANCE) 
  66.  
  67.