home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
util
/
batch
/
arqreq
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
1KB
|
41 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 GT "0"
if $choice EQ "1"
run >nil: metatool ArqReq.doc TEXT
endif
endif
.aminet-dir
util/batch