| |
|
HelpHikes Pro, Questions and Answers
|
Remember, this database will grow depending on the questions you ask. So, please feel free to write back and ask questions.
|
|
|
|
HelpHikes Pro: Hyperlinks
|
Question 5:
Is it possible to have a hyperlink that goes to somewhere in the middle of a topic?
(modified: 26 Nov 2001)
Question 11:
In the following paragraph, JumpWithin is not working. Why?
(modified: 26 May 2003)
Question 12:
I have defined a target in the middle of my topic and would like to create a context id for the target. Is this possible? Also noticed that jumptotarget not supported if in the contents file. Is this on purpose?
(modified: 27 May 2003)
Question 13:
Can I make a REF appear bold? The following line does not do what seems obvious:
(modified: 27 May 2003)
Question 4:
Is it possible to setup a link in a help file to bring up a users browser and then use their browser to send E-Mail, for example, mailto:helphikes@kanadepro.com?
(modified: 21 May 2004)
|
|
|
|
11: In the following paragraph, JumpWithin is not working. Why?
|
Date added/modified: 26 May 2003
"Now is the time [~JumpWithin for all good::J1] men to come to the aid of their country. Now is the time [~jumpWithinTarget J1] for all good men to come to the aid of their country."
Answer: You can not define a target in the middle of a paragraph. Your JumpWithinTarget statement must start in the first column. This can be either on a line by itself or in the first column where a paragraph (even a heading is a paragraph in that sense) starts. This is a limitation of the RTF rather than HelpHikes Pro.
|
|
|
|
12: I have defined a target in the middle of my topic and would like to create a context id for the target. Is this possible? Also noticed that jumptotarget not supported if in the contents file. Is this on purpose?
|
Date added/modified: 27 May 2003
The context string is automatically created when you define
a target for jumptotarget. For example, in the sample file,
the following context string is created, IDT_midJumpDemo.
Just prefix the id with IDT_. (If by context-id, you mean
the context number then you will need to assign it yourself
to the IDT_ string before the actual help compilation.
You can put those in another H file and include it in the MAP
section of the project before compilation. See an example in
the topic "Features for context sensitive help" under the
heading "Integrating RTF and context-id files...")
I'm sorry, the ommission of JumpToTarget in contents file (~cntFileContents) is a
mistake. It does not support JumpToTarget but it supports JumpToContext. Once you know the context string from the above, you
can code a JumpToContext statement this way in the contents file:
[~JUMPTOCONTEXT {VisibleText = "A test", ContextString = "IDT_midJumpDemo"}]
|
|
|
|
13: Can I make a REF appear bold? The following line does not do what seems obvious:
|
Date added/modified: 27 May 2003
[~Bold Dr Dan's] uses the times for [~Bold Moon Rise, Moon Set, Moon Overhead, Moon Underfoot, Sun Rise, Sun Set, [~Ref Tide Ebb, and Tide Flow]] as the primary constituents for fish and game activity predictions.
If it is not possible to 'bold' the text of a jump or a link then I will have to do something else. Perhaps I am trying too hard to make the old help look like the new help. I also tried the RefShowText and the jump versions of each. I am trying to create a series of bolded items and one of them is also a reference. If it is not bolded it does not look like it is part of the bolded list.
Answer: The statements can not be nested. However, some statements allow a kind
of turn on and off. See the help index on 'Bold statement.'
Try this:
[~Bold Dr Dan's] uses the times for [~Bold]Moon Rise, Moon Set, Moon Overhead, Moon Underfoot, Sun Rise, Sun Set, [~Ref Tide Ebb, and Tide Flow][~wresetformat] as the primary constituents for fish and game activity predictions.
Basically, the [~bold] turns on bold till the end of para or till a
[~wresetformat] statement.
|
|
|
|
Copyright 1995-2008, AvniTech Solutions. All rights reserved.
|
|
|