home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / gui / guicreator / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  1.1 KB  |  59 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. GUICreator
  6. .type
  7. Developer Utility
  8. .short
  9. Interface Builder for OS3.0+
  10. .description
  11. Another GUI interface builder, includes several examples
  12. .version
  13. 1.2
  14. .date
  15. 1995.07.04
  16. .author
  17. Markus Hillenbrand
  18. .requirements
  19. Requires OS3.x
  20. .distribution
  21. Shareware
  22. .address
  23. Hauptstraße 6
  24. 36124 Eichenzell-Löschenrod
  25. Deutschland
  26. .email
  27. m_hillen@informatik.uni-kl.de
  28. .docs
  29. GUICreatorWB.guide
  30. .described-by
  31. Dan Fish (daf@starfish.amigalib.com)
  32. .submittal
  33. Downloaded via ftp from wuarchive.wustl.edu.
  34. .execute
  35. set choice `RequestChoice "GUICreator" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  36. if $choice EQ "0"
  37.   quit 5
  38. endif
  39.  
  40. if $choice EQ "1"
  41.   MetaTool GUICreator.readme TEXT
  42. endif
  43.  
  44. if $choice EQ "2"
  45.   set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  46.   set dirchoice `pathname $filechoice`   ; cdwork:ready/sys/c must be in search path
  47.   set filechoice `basename $filechoice`
  48.   failat 21
  49.   cd $dirchoice
  50.   MetaTool $filechoice GUIDE
  51. endif
  52.  
  53. if $choice EQ "3"
  54.   stack 50000
  55.   GUICreatorWB
  56. endif
  57. .aminet-dir
  58. dev/gui
  59.