home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.1 KB | 59 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- GUICreator
- .type
- Developer Utility
- .short
- Interface Builder for OS3.0+
- .description
- Another GUI interface builder, includes several examples
- .version
- 1.2
- .date
- 1995.07.04
- .author
- Markus Hillenbrand
- .requirements
- Requires OS3.x
- .distribution
- Shareware
- .address
- Hauptstraße 6
- 36124 Eichenzell-Löschenrod
- Deutschland
- .email
- m_hillen@informatik.uni-kl.de
- .docs
- GUICreatorWB.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "GUICreator" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool GUICreator.readme TEXT
- endif
-
- if $choice EQ "2"
- set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
- set dirchoice `pathname $filechoice` ; cdwork:ready/sys/c must be in search path
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice GUIDE
- endif
-
- if $choice EQ "3"
- stack 50000
- GUICreatorWB
- endif
- .aminet-dir
- dev/gui
-