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