Skip to main content
Inspiring
February 18, 2009
解決済み

What font characteristics can be used to hide text in the compiled version?

  • February 18, 2009
  • 返信数 4.
  • 931 ビュー
Using RH HTML, x.5, generating HTML help. Project was created by importing the .hpj from a RH Word project.
In RH Word I could set a font characteristic of 'hidden'. While I could see the text in the developer mode, the text was not visible in the compiled version.
Is there anyway of doing this using RH HTML?
このトピックへの返信は締め切られました。
解決に役立った回答
um, why not use Build Tags? You can still see the text, but just make sure your Exclude Statement excludes the text from your output. I have OODLES of content in my Help systems that I have marked with an Admin Build Tag, never to be seen by anyone but me.

Am I misunderstanding the issue?

返信数 4

MergeThis
Inspiring
February 18, 2009
If you'll be conditionalizing stuff to keep it hidden, be aware that the "hatching" RH uses to identify such content can render it illegible, so you'd probably need to zoom the WYSIWYG window to actually read any of it.

I use this feature for each of my partial screenshot images in installation processes for client and server, where I place a line under each, containing the image file name and its size values (e.g., client_login.gif 190 X 220). When version numbers change throughout an installation process, I follow that information as I capture the replacements. (With SnagIt, I can zero in on the exact values by using the down, left, and right keyboard arrow buttons while "holding" the bounding box that I've "drawn.") This also prevents me from forgetting to select "Reset Size" with any differences that RH won't recognize on its own.


Good luck,
Leon
Inspiring
February 18, 2009
Tina,

I have only briefly used trial versions of the newer RoboHelp versions so I am not well-versed in how to do this, nor do I recall if it works in X5...

I think you need to use a conditional build. At first, this could only apply to topics (was that X5?) and then text could be tagged for conditional builds. Hopefully, someone (Rick?) more knowlegable about version differences can chime in here.

John
RoboWizard
Inspiring
February 18, 2009
Hi all

A huge WELL DUH! for me. Sure thing. Conditionals would be the logical choice here!

And to think that's the section I'm currently working on with my new RoboHelp curriculum I'm developing!

Cheers... Rick
RoboWizard
Inspiring
February 18, 2009
Hi Leon

Hopefully you are aware that you are able to turn off the shading via View > Show > Conditional Areas. If you have RoboHelp 7 or 8, you could even configure a toolbar button that would easily allow toggling them off and on.

Cheers... Rick
解決!
February 18, 2009
um, why not use Build Tags? You can still see the text, but just make sure your Exclude Statement excludes the text from your output. I have OODLES of content in my Help systems that I have marked with an Admin Build Tag, never to be seen by anyone but me.

Am I misunderstanding the issue?
Tina_Z-B作成者
Inspiring
February 18, 2009
I think I'll try the conditional build tags route - thanks much!
Tina
MergeThis
Inspiring
February 18, 2009
I KNEW THAT!
RoboWizard
Inspiring
February 18, 2009
Hi Tina

I believe the RoboHelp HTML equivalent of this is to use Comments.

Unfortunately RoboHelp HTML will show you comments if they exist but will not assist you in creating them. You will have to change the view to the raw HTML view and insert them manually.

Please see the link below for some basic information about HTML comments. To configure RoboHelp HTML to actually show you the comments, click View > Show and ensure a check mark appears next to Comments.
Click here to view the page on HTML comments

Cheers... Rick