home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / amiga_vision_professional / amigavisionprofessiv2.04e.dms / in.adf / CallAVFileReq.doc < prev    next >
Encoding:
Text File  |  1992-12-01  |  949 b   |  28 lines

  1. NAME
  2.     CallAVFileReq.AVf
  3.  
  4.  
  5. DESCRIPTION
  6.     CallAVFileReq is an example of how an AmigaVision application
  7.     can call AVFileReq.AVf, an AmigaVision Professional file requester.
  8.  
  9.     AVFileReq.AVf combines AmigaVision Professional and AREXX to create
  10.     a File requester.
  11.  
  12.     CallAVFileReq sets up the background screen and gives the user a
  13.     message. In this example, the purpose of the file requester is to
  14.     find an ILBM file to be displayed using a SCREEN Icon.  A VARIABLES
  15.     Icon controls the position of the file requester on the screen.
  16.  
  17.     After AVFileReq.AVf returns, the full pathname to the ILBM file is
  18.     stored in the variable, AVFilePath. The value of that variable is
  19.     copied to another variable called Picture which is used to display
  20.     the ILBM file.
  21.  
  22.     This example flow requires that AREXX is running on your system.
  23.     If these AVf files are moved, be sure to relocate their associated
  24.     AREXX scripts.
  25.  
  26.  
  27.  
  28.