home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / buttonmenu / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  1.5 KB  |  64 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. ButtonMenu
  6. .type
  7. Workbench Tool
  8. .short
  9. Easy creation of customizable menus
  10. .description
  11. ButtonMenu allows you to create menus in the form of a window full
  12. of GadTools buttons.  Two programs are provided: one to allow you to
  13. create the menu and one which runs the menu.  It is then possible to
  14. run your menu from a startup-sequence, for example.  The GUI for the
  15. creator was designed to use Topaz 8, but it will adapt to the current
  16. screen font if it is not too big.
  17.  
  18. An added bonus is the ability to load ButtonMenu from within ButtonMenu
  19. from within ButtonMenu and so on... This means you can nest menus to
  20. create complicated menu systems.
  21. .version
  22. 1.23
  23. .date
  24. 1995.01.13
  25. .author
  26. Oliver Roberts
  27. .requirements
  28. Requires OS2.0+
  29. .distribution
  30. Copyrighted but Freely Redistributable
  31. .address
  32. 30 Tillett Road
  33. Norwich
  34. Norfolk
  35. NR3 4BJ
  36. ENGLAND
  37. .email
  38. O.J.C.Roberts@essex.ac.uk
  39. .tested
  40. ButtonMenu has been tested on an A600 with KS2.05 and KS3.0 using
  41. NTSC/PAL, chip/fake fast, chip configurations.
  42. .docs
  43. ButtonMenu.guide
  44. .described-by
  45. Dan Fish (daf@starfish.amigalib.com)
  46. .submittal
  47. Submitted electronically directly by the author.
  48. .aminet-dir
  49. util/misc
  50. .execute
  51. set choice `RequestChoice "ButtonMenu" "Please select an option" "View Guide" "Run Program" "Cancel"`
  52.  
  53. if $choice EQ "0"
  54.   quit 5
  55. endif
  56.  
  57. if $choice EQ "1"
  58.   MetaTool ButtonMenu.guide TEXT
  59. endif
  60.  
  61. if $choice EQ "2"
  62.   ButtonMenu
  63. endif
  64.