home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15401 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  1.4 KB

  1. Path: sparky!uunet!know!hri.com!ukma!psuvax1!rutgers!cmcl2!prism.poly.edu!weston.poly.edu!korfhage
  2. From: korfhage@weston.poly.edu
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Adding menus to existing applications (a la Thunder)
  5. Message-ID: <1992Sep12.154540.15753@prism.poly.edu>
  6. Date: 12 Sep 92 15:45:40 GMT
  7. Sender: root@weston.poly.edu ()
  8. Organization: Polytechnic University, New York
  9. Lines: 9
  10.  
  11. We have a project consisting of a number of programs that interact with a HyperCard stack. All the programs in this project are supposed to have two menus (in addition to their normal menus) - one menu lists the other programs in the project and will launch them, and the other menu sends apple events to the hypercard stack or other programs. The apple event parameters will sometimes include the name of the front window.
  12.  
  13. We have source code for some of the programs, so they are no problem to modify. For other programs, like Excel, we can add macros and external functions to get it to do what we want. However, some programs are simply not customizable to the extent that we need. For these programs, it seems that we need to do something like the Thunder spelling checker, which adds its own menu to the menubar of specific applications.
  14.  
  15. The only problem is that I am not guru enough to know how to do this. Could anyone please help me with explanation and/or pointers to example code?
  16.  
  17. Thanks ever so much!
  18.  
  19.    Willard
  20.