home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 192.lha / Zippy_v2.5 / menus.doc < prev    next >
Text File  |  1988-04-28  |  1KB  |  31 lines

  1. There are three sample menu definition scripts in this archive, called
  2. menu.1, menu.2 and menu.3.
  3.  
  4. Please read Zippy.doc FIRST for the full story on whats going in here.
  5.  
  6.  
  7. For Zippy to acknowledge these files, they MUST be renamed to "menus.zip"
  8. and placed in the proper directory.  Please note that these files refer
  9. to things specific to MY system.  Dont expect to rename them & start using
  10. them!  They are examples only.
  11.  
  12. Menu.1 is my global menu script.  It is setup for 2 menus. The global script
  13. MUST be placed in the "s:" directory.  Notice that the menuitem 'Execute'
  14. has a "" for the menu shortcut.  This means it does not have one.  Also,
  15. notice that you may spell out the reward or just use the first letter
  16. (u=unselect, z=zap, r=reread).
  17.  
  18. Menu.2 is my Modula-2 development local menu script.  It goes in my
  19. development directory, which I have assigned to "m2:"
  20.  
  21. Menu.3 is a sample of a local script for an animation directory.  I have it
  22. in my "anim:" directory, where I keep my .anim files.  Notice that the
  23. program string includes a command line argument.
  24.  
  25.  
  26. Notice how I include spaces in the titles to make things look nice.  Also,
  27. if you specify a menu shortcut key, you must tack on 5 spaces to the title
  28. so they can be displayed properly.
  29. IMPORTANT: If you dont leave enough room for the command key to be displayed,
  30. you'll be inviting the guru!  You've been warned!
  31.