• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

WinHelp 2000 Bookmarks

Explorer ,
Aug 01, 2006 Aug 01, 2006

Copy link to clipboard

Copied

Someone at my company told me that this is happening, so I just want to confirm something and also ask a question:

We deliver WinHelp 2000 output to our programming team, then they load it up to the server. As part of the testing process, they created bookmarks to topics. When we delivered the next version of the help project, the bookmarks were apparently cleared.

Can we "fix" it so that the bookmarks are NOT cleared?

The RoboHelp for Word help file states that bookmarks are stored in either the WinHelp.BMK or WinHlp32.BMK in \Windows, but when I tried to search for it after I added a couple of bookmarks to a standalone WinHelp 2000 output, I couldn't find the corresponding .BMK file.

Is there any way to disable and hide the Bookmark functionality from WinHelp 2000 outputs?

Thanks,
Jim

Views

309

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 11, 2006 Aug 11, 2006

Copy link to clipboard

Copied

LATEST
Jim -

Bookmarks go the way of the Annotations with each new generation of the Winhelp file. sorry.

You can usually find the .bkm files in the applications/help directory of your particular OS.

I can't seem to disable that particular menu element. Must be a WH2000 dll issue.

Usually, this would work, in the Startup macros:

RegisterRoutine("USER", "EnableMenuItem", "uuu")
RegisterRoutine("USER", "GetSubMenu", "u=uu")
RegisterRoutine("USER", "GetMenu", "u=u")
RegisterRoutine("USER", "GetActiveWindow", "u=")
EnableMenuItem(GetSubMenu (GetMenu (GetActiveWindow()), 2), 0, 1027)


but it doesn't. I was wondering, would removing the entire menu row do?


RegisterRoutine(`user32',`GetMenu',`U=U')
RegisterRoutine(`user32',`GetActiveWindow',`U=')
RegisterRoutine(`user32',`DeleteMenu',`U=U')
RegisterRoutine(`user32',`SetMenu',`Uu')

DeleteMenu(GetMenu(GetActiveWindow()))
SetMenu(GetActiveWindow(),0)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp