home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / cdev / applmenu.sit / ApplicationMenu.doc next >
Text File  |  1989-03-13  |  4KB  |  104 lines

  1. ApplicationMenu is a simple INIT that provides a menu of the current
  2. applications under MultiFinder¬.  There are 3 ways to activate the
  3. menu of applications:
  4.  
  5. (1) click in the menu bar to the left of the Apple menu
  6. (2) click in the menu bar to the right of the little MultiFinder icon
  7. (3) hold down one or more modifier keys (command, option, etc.) and
  8.         click anywhere in the menu bar (or anywhere on screen)
  9.         
  10. For option (3), the set of modifier keys that activate the menu can
  11. be customized in the Control Panel.  Simply click in the square with the
  12. appropriate keys help down.  If you click with no modifiers held down,
  13. then option (3) will be disabled.  This configuration is useful because 
  14. some applications attach significance to Command-click in the menu bar, 
  15. for example.
  16.  
  17. Alternatively, you can hold down the desired modifiers and type any 
  18. (non-modifier) key instead of clicking.
  19.  
  20. You can also configure ApplicationMenu to popup the menu anywhere on
  21. the screen, when you click with the specified combination of modifier keys
  22. held down. (For example, I have my version configured to do this when 
  23. Control and Command are held down.)
  24.  
  25. One thing to watch out for is that HyperCard doesn't behave normally
  26. when you click while holding down Command & Option.  This is true
  27. regardless of whether ApplicationMenu is installed or not.  (While in
  28. HyperCard, try holding down Command and Option and clicking in the 
  29. menu bar; notice that nothing happens.)
  30.  
  31. Therefore, when running HyperCard you won't be able to activate the
  32. popup menu while holding down Command and Option, even if ApplicationMenu
  33. is configured with other modifiers as well. If you use HyperCard, 
  34. therefore, you should configure ApplicationMenu with a set of modifier
  35. keys that doesn't include both Command and Option (e.g., Command and Shift).
  36.  
  37. Another thing to realize is that if you turn on the feature of
  38. popping up the menu anywhere on the screen, then it will pop up in the
  39. Control Panel also.  This can be annoying if you are trying to set
  40. the modifier keys and the menu pops up instead.  You can either turn
  41. off the popup anywhere feature temporarily, or hit a key instead of
  42. clicking in the box.
  43.  
  44. Finally, version 3.3 improves that way in which the options are
  45. maintained.  If you need to replace the copy of ApplicationMenu
  46. on your system (right now, this applies mainly to beta testers),
  47. you should open the Control Panel and click on ApplicationMenu
  48. after copying the new version to your machine. This will copy your 
  49. current configuration settings from RAM to the file itself saving them 
  50. for the next time you boot.  If you don't do this, then the settings will 
  51. reset their defaults.
  52.  
  53. You can freely distribute ApplicationMenu, but please include this
  54. documentation with it.  I appreciate getting comments and bug reports.
  55. Send them to:
  56.  
  57. Larry Rosenstein
  58. 182 Muir Ave
  59. Santa Clara, CA 95051
  60.  
  61. or electronically:
  62.  
  63. AppleLink:    Rosenstein1
  64. UUCP:        {sun, nsc}!apple!lsr
  65. CSNet:        lsr@Apple.COM
  66.  
  67.  
  68. CHANGE HISTORY
  69.  
  70. 1/88        Version 1
  71.         
  72. 2/2/88        Version 2
  73.  
  74.         Adds Desk Accessories item
  75.         Configurable in Control Panel
  76.  
  77. 1/26/89        Version 3.3 (version 3.0 - 3.2 were distributed to some 
  78.         testers, but bugs were later found and I created this version to
  79.         prevent confusion)
  80.         
  81.         * Fixes problem with Suitcase when ApplicationMenu loaded first.
  82.         * You can activate them menu anywhere on the screen.
  83.         * Now works within FullWrite Professional.
  84.         * Fixed problem with showing the right icon on startup.  Showing 
  85.             the icon is a configurable option.  Also changed the icon
  86.             to be more attractive.
  87.         * Works with MultiFinder 6.1 (with Set Aside).  Old versions would
  88.             show a list of DAs rather than a list of applications.
  89.         * The current application name is centered under mouse if possible.
  90.         * Only modifies the file when the settings change rather than
  91.             at boot time and when opened from the Control Panel.  This 
  92.             means the ApplicationMenu file won't be backed up continually.
  93.         * You can set the modifiers by hitting a key while holding the
  94.             desired modifiers keys.
  95.         * ApplicationMenu uses the latest ShowINIT code that supports
  96.             color icons.  I haven't included a color icon, but if
  97.             anyone makes an interesting one, send it to me.
  98.  
  99. 3/13/89        Version 3.4 
  100.  
  101.         * Fixes a problem when ApplicationMenu is used at a time when
  102.             no menus are in the menu bar.  This occurs when you launch
  103.             an application under MultiFinder but there isn't enough RAM
  104.             for the application's desired size.