1

The <homePage> tag in my .qhcp file doesn't appear to work. Sometimes it seems to set the page I specify in that tag to be the value in Edit..Preferences..Options..Homepage; sometimes not. Either way, clicking the Home button does not work. Sometimes it does nothing, sometimes it says the page could not be found - and gives what looks to me to be a perfectly valid path.

Any ideas? Or worst case, is there a way to get the viewer to not show the Home button?

Rubén
  • 34,714
  • 9
  • 70
  • 166
David Burson
  • 2,947
  • 7
  • 32
  • 55

2 Answers2

1

The <homePage> should provide a complete path, i.e.

<homePage>qthelp://your.full.namespace/doc/index.html</homePage>

Could that be the problem?

Dave Mateer
  • 17,608
  • 15
  • 96
  • 149
1

I clicked Restore to default, and now it seems to work. Not sure what's going on, but hopefully the problem is behind us...

David Burson
  • 2,947
  • 7
  • 32
  • 55