Skip to main content
PKMikeMc
Inspiring
October 2, 2009
Answered

Conditionalizing items in numbered lists

  • October 2, 2009
  • 1 reply
  • 639 views

Hi folks,

I am using conditional build tags to document two different interfaces for the same product with RoboHelp 8.0.0.203, producing HTMLHelp. My problem is that each interface offers a different access point to the same Options dialog. Ideally, I'd like to use a numbered list that looks like this:

1. (Conditional) Here's how to get to this dialog in Interface 1.

1. (Conditional) Here's how to get to this dialog in Interface 2.

2. Choose from these options.

Is this possible? In the editor, the last item always auto-numbers to 3 (which makes sense, of course). Restarting the numbering produces inconsistent results. Complicating matters, sometimes both access points are available to the user, meaning that sometimes the list should look like this:

1. (Visible only in Interface 2) Use the new way we added with Interface 2 OR

2. (Visible in both Interface 1 and 2) Use the old way from Interface 1.

3. Choose from these options.

I am probably dreaming about an automated solution, but I'm listening for any possible workarounds.

Mike McCallister

This topic has been closed for replies.
Correct answer Peter Grainge

If you use the numbering icon, the numbers should reset.

Using a tag of Not1 on the first item below

1. Use the new way we added with Interface 2

2. Use the old way from Interface 1.

3. Choose from these options.

you would get

1. Use the old way from Interface 1.

2. Choose from these options.

I believe older versions may not have worked that way but you don't say what version you are using. See Before You Post.


See www.grainge.org for RoboHelp and Authoring tips

1 reply

Peter Grainge
Community Expert
Peter GraingeCommunity ExpertCorrect answer
Community Expert
October 2, 2009

If you use the numbering icon, the numbers should reset.

Using a tag of Not1 on the first item below

1. Use the new way we added with Interface 2

2. Use the old way from Interface 1.

3. Choose from these options.

you would get

1. Use the old way from Interface 1.

2. Choose from these options.

I believe older versions may not have worked that way but you don't say what version you are using. See Before You Post.


See www.grainge.org for RoboHelp and Authoring tips

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
PKMikeMc
PKMikeMcAuthor
Inspiring
October 2, 2009

Peter,

Yes, that did work. Not sure what I was doing/missing before. Many thanks!

(Not to be too fussy, but I did mention the version in my original note: "I am using conditional build tags to document two different interfaces for the same product with RoboHelp 8.0.0.203, producing HTMLHelp.")

PKMikeMc
PKMikeMcAuthor
Inspiring
October 2, 2009

Apologies, not enough sleep.


See www.grainge.org for RoboHelp and Authoring tips


Not a problem; we'll even cut you some slack for Friday!

Again, many thanks!