I'm trying to create a help file using Docmaker.
When I press F1 on a function I created, the help file is loaded but it doesn't jump to the right function, instead it reports that it can't find the page.
What could I have done wrong ?
F1 help ?
-
Num3
- PureBasic Expert

- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
From the manual:
OpenHelp("help.chm", "index.htm")
OpenHelp("help.chm", "print.txt")
Remember, the 2nd parameter has to match the page name you're trying to display...
If the original page that contains the about text was called about.htm you must call it like this:
OpenHelp("help.chm", "about.htm")
OpenHelp("help.chm", "index.htm")
OpenHelp("help.chm", "print.txt")
Remember, the 2nd parameter has to match the page name you're trying to display...
If the original page that contains the about text was called about.htm you must call it like this:
OpenHelp("help.chm", "about.htm")
