home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / apple2 / 25671 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!cornell!newsstand.cit.cornell.edu!piccolo.cit.cornell.edu!crux1!jmk3
  3. From: jmk3@crux1.cit.cornell.edu (Jay Krell)
  4. Subject: Re: Patching the menu manager
  5. Message-ID: <jmk3.724564706@crux1.cit.cornell.edu>
  6. Sender: news@piccolo.cit.cornell.edu (USENET News System)
  7. Nntp-Posting-Host: crux1.cit.cornell.edu
  8. Organization: Cornell Information Technologies
  9. References: <BzD8FB.FJE@CAM.ORG>
  10. Date: 17 Dec 92 03:58:26 GMT
  11. Lines: 21
  12.  
  13. >From: vandry@CAM.ORG (Phillip Vandry)
  14. >Subject: Patching the menu manager
  15. >
  16. >For a program I am writing I need to patch the MenuSelect call in the Menu
  17. >Manager. The problem is that I can't figure out how to patch it without
  18. >rewriting all the critical parts of the entire tool set. MenuSelect does a lot
  19. >of calling to the low level menu DefProcs. The problem is that my patched
  20. >MenuSelect does not know how to call those routines because their entry points
  21. >are not documented (unless it is a custom menu, but most are not)
  22. >
  23. >Does anyone have a solution other than rewriting the standard DefProc?
  24.  
  25. Unfortunately, I don't think so. I also noticed how the standard defProc is
  26. sort of integrated into the Menu Manager itself, using its direct page.
  27. If you do manage to rewrite the standard menu defProc, please let me know.
  28. I'd love to see it.
  29.  
  30. What are you trying to write?
  31.  
  32.   --Jay, jay.krell@cornell.edu
  33.  
  34.