[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patching the menu manager
>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