Adding commands to FrameMaker 8's menus
Well, I thought it was straightforward. I entered these two commands in mycustomui.cfg so I can open some reference docs:
<Add Separator4 <Menu !HelpMenu>>
<Command _MYCharSet <Label Insert Characters Palette>
<Hypertext message openfile fminit/Plugins/MultiPageSymbolPalette.fm>>
<Add _MYCharSet <Menu !HelpMenu>>
<Command _MYcustomB <Label FM Escape Shortcuts>
<Hypertext message openfile help/Commands_8.0p277_UKE_FDK.pdf>>
<Add _MYcustomB <Menu !HelpMenu>>
The commands show up in the menu, but they are grayed out.
When I enter these commands as hypertext in a regular document, the files open, so I know the paths are correct.
I'm sure the fix is simple, but I can't figure it out.
Any help would be appreciated!