home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / amigae / moremodules / arq / readme < prev    next >
Text File  |  1977-12-31  |  459b  |  12 lines

  1. SHORT: arq.h converted to arq.m for AmigaE v3
  2.  
  3. put the file arq.m to your emodules:tools/ drawer
  4.  
  5. to make full use of this archive you must have installed ARQ V 1.83.
  6. I have included a simple easyrequest example that makes use of the
  7. exteasyrequest object described in arq.m
  8.  
  9. USAGE: req TEXT="This is a requester." TITLE="WindowTitle" Buttons="Yes|No" REQTYPE=2 ICON=dh3:disk X=10 Y=15
  10.  
  11. returncode is the button you pressed. the rightmost button is always 0.
  12.