Search found 5 matches

by Garth Thornton
Fri Mar 02, 2007 11:58 pm
Forum: Templates & Utilities
Topic: Universal NS-Headers, Final Version - Printing Solved
Replies: 19
Views: 30992

Thanks Tim! It works for me.
You may want to mention that it no longer requires nonscroll.js in the .HHP settings.
It's also slightly trickier to add extra style elements to, but no problems.
I prefer table borders with this added to the css:
table {border-color: white;} td {border-color: white;}
by Garth Thornton
Fri Mar 02, 2007 2:10 am
Forum: Templates & Utilities
Topic: Universal NS-Headers, Final Version - Printing Solved
Replies: 19
Views: 30992

This non-scrolling template was earlier stated to be for HM4 only. Is there a version (or other solution) for HM3 that solves the multi-topic printing problem in CHM files?
by Garth Thornton
Fri Mar 02, 2007 1:44 am
Forum: Programmers' Corner
Topic: Another Try at D7, THelpRouter and CHM Topics..
Replies: 6
Views: 3135

Thanks. So, just to clarify ... in the H&M editor (topic options) tab, there is a place to enter a TopicID. We inserted numeric values for the Topic ID. Is the fix as simple as passing the Topic ID as a string ... IntToStr(TopicID Num) ... when we call Help with the HelpRouter? No, unfortunatel...
by Garth Thornton
Thu Mar 01, 2007 11:59 pm
Forum: Programmers' Corner
Topic: Another Try at D7, THelpRouter and CHM Topics..
Replies: 6
Views: 3135

The topic ID is not numeric. If you mean the Context ID, I do it in D7 with THelprouter and CHM like this:

Application.HelpCommand(HELP_CONTEXT,TControl(puHelp.PopupComponent).helpcontext);

But it doesn't matter where you get the number from.
by Garth Thornton
Mon Aug 30, 2004 4:19 am
Forum: H&M Wish List
Topic: Making Related Topics lists
Replies: 4
Views: 1780

Making Related Topics lists

The bidirectional list would be the most useful part for me. I have been using a See Also A-link in the header, but not always symmetrically. I found it easier to think of which topics to see also, than which topics should link to the current one. But it is laborious to add and maintain that way. If...