home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 1.1 KB | 43 lines |
- .name
- ArqReq
- .type
- OS Utility
- .short
- A RequestChoice clone using Arq
- .description
- This program builds a requester and waits for a response from the
- user, then a result code is returned. The return code is 0 for the
- rightmost gadget (usually "Cancel"), and a normal numbering for the
- other gadgets (1, 2, 3, ..., N, 0 like RequestChoice). If you use
- Arq, you can select the image that will appear in window. (ID option)
- You can also get the image from an icon (ICON option). You can also
- specify the distance from the top and left borders of the requester
- window (TOP & LEFT option).
- .version
- 1.2
- .author
- Alessandro Zummo
- .requirements
- Kickstart/Workbench V36.
- .distribution
- Copyrighted but Freely Redistributable
- .email
- Alessandro.Zummo@p10.f525.n335.z2.fidonet.org
- .docs
- ArqReq.doc
- .described-by
- Fred Fish (fnf@amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "ArqReq" "Please select an option" "View Documentation" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ArqReq.doc TEXT
- endif
- .aminet-dir
- util/batch
-