home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / AppleScript / Additions / ACME Script Widgets 1.0 / Balloon Help / Balloon Help READ ME! < prev    next >
Encoding:
Text File  |  1994-11-04  |  2.2 KB  |  52 lines  |  [ttro/ttxt]

  1. to upload it to online services, but you may not
  2. charge money for it and you should only transfer the complete package. Contact
  3. me if you doubt whether you have a complete package. Inclusion on CD-ROMs
  4. requires explicit permission from me (the author).
  5.  
  6. Balloon Help is an AppleScript Scripting Addition (OSAX) which allows you to
  7. turn help balloons on, off or to get the status of balloon help (whether it's
  8. turned on or not).
  9.  
  10.     **Special Thanks to Marc Gumpinger for the idea.**
  11.  
  12.  
  13. INSTALLATION:
  14. ______________________
  15. To install: Drag Balloon Help to the Scripting Additions folder inside the
  16. Extensions folder.
  17.  
  18.  
  19.  
  20. USAGE:
  21. _______________
  22.  
  23. inflate balloons        -- turns help on
  24. pop balloons            -- turns help off
  25. ballons are inflated    -- returns the status of balloon help
  26.  
  27.  
  28. SPECIAL NOTES:
  29. _______________
  30. Balloon help only installs a single OSAX into the System AEvent handler table.
  31. I've implemented it so the one OSAX handles all three events.
  32.  
  33. I've included an alternate dictionary in case you would rather have boring
  34. terminology like "show balloons." You need to use a resource editor (ResEdit
  35. will work) and set the resource ID of the 'aete' resource 0 to something else
  36. (5000 is recommended), then set the ID of the other 'aete' resource to 0.
  37. 'aete' ID 0 is the one the ScriptEditor looks for when compiling scripts or
  38. displaying a Scripting Addition's dictionary.
  39.  
  40. ______________________
  41. Comments, bug reports and suggestions are welcomed. If you have any ideas for useful Scripting Additions which haven't been written yet, send me a message describing your idea.
  42.  
  43.  
  44.     ___________________________
  45.         Wayne Walrath
  46.         2010 Ravenswood Dr.
  47.         Evansville, IN 47714
  48.         (812) 476-8610
  49.         walrath@cs.indiana.edu
  50.         CIS: 70233,3151 
  51.     ___________________________
  52.