Skip to main content
Participant
October 28, 2020
Question

Multi level lists not converting From Classic 2019 to New UI RoboHelp 2019

  • October 28, 2020
  • 14 replies
  • 711 views

When I convert my existing Classic 2019 to the New UI RoboHelp 2019, the multi level list style does not apply to the converted project. My stylesheet converts with all of the styles defined in classic but the multilevel list style does not appear to be applied during conversion. Has anyone else encountered this? Does anyone have any idea how to fix it automatically? I have several projects to convert with many instances of multilevel lists. See one example below. Thanks, Amy

 

Classic:

Design:

2.    Enter your current Password.

3.    Enter your New Password.

The new password must be 8-20 characters long and include a combination of uppercase, lowercase, and numeric characters.

4.    Enter your new password in Confirm New Password.

HTML:

<?rh-list_start class="NumberedSteps" level="1" style="list-style: rh-list;
list-style: rh-list;" ?><p class="NumText" style="text-indent: -20px;
margin-left: 40px;">Enter
your&#160;current <span style="font-weight: bold;">Password</span>.</p><?rh-list_end ?>
<?rh-list_start class="NumberedSteps" level="1" style="list-style: rh-list;
list-style: rh-list;" ?><p class="NumText" style="text-indent: -20px;
margin-left: 40px;">Enter
your <span style="font-weight: bold;">New Password</span>.</p><?rh-list_end ?>
<p class="StepNoteResult">The new password must be 8-20 characters long
and include a combination of uppercase, lowercase, and numeric characters.</p>
<?rh-list_start class="NumberedSteps" level="1" style="list-style: rh-list;
list-style: rh-list;" ?><p class="NumText" style="text-indent: -20px;
margin-left: 40px;">Enter
your new password in <span style="font-weight: bold;">Confirm New Password</span>.</p><?rh-list_end ?>

 

New post conversion:

Author:

Enter your current Password.

Enter your New Password.

The new password must be 8-20 characters long and include a combination of uppercase, lowercase, and numeric characters.

Enter your new password in Confirm New Password.

Source:

<p class="NumText NumberedSteps" style="text-indent: -20px;
margin-left: 40px;">Enter your current <span style="font-weight: bold;">Password</span>.</p>
<p class="NumText NumberedSteps" style="text-indent: -20px;
margin-left: 40px;">Enter your <span style="font-weight: bold;">New Password</span>.</p>
<p class="StepNoteResult">The new password must be 8-20 characters long and include a combination of uppercase, lowercase, and numeric characters.</p>
<p class="NumText NumberedSteps" style="text-indent: -20px;
margin-left: 40px;">Enter your new password in <span style="font-weight: bold;">Confirm New Password</span>.</p>

This topic has been closed for replies.

14 replies

Peter Grainge
Community Expert
Community Expert
November 2, 2020

Yes apologies. For reasons I have never understood multi-level lists allow that whilst tables do not, which is what I had been thinking of.

 

It's late here so I will set up a test in the morning.

 

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Peter Grainge
Community Expert
Community Expert
October 29, 2020

I just set this up in 2019 Classic.

<?rh-list_start class="NumberedSteps" level="1" style="list-style: rh-list; list-style: rh-list;" ?><p class="NumText" style="text-indent: -20px; margin-left: 40px;">Enter your&#160;current <span style="font-weight: bold;">Password</span>.</p><?rh-list_end ?>

 

This is mine from the supplied BasicNumber multi-level list.
<?rh-list_start class="BasicNumber" style="list-style: rh-list; list-style: rh-list;" ?><p>item</p><?rh-list_end ?>

 

There doesn't appear to be a NumberedSteps list supplied with Classic.

 

More importantly though, I see you have applied a paragraph style over the top of the list style. Maybe that is what is messing it up.

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Participant
November 2, 2020

I created the Multilevel list style NumberedSteps in Classic. When you create a new Multilevel List style, you can apply a paragraph style within the list setup, in the Paragraph Style dropdown, under Style. So I didn’t do a separate application of a paragraph style. It was applied automatically within the existing functionality of Classic MultiLevel lists. I tried choosing Normal style and also no style in that dropdown, and then converting but the numbering still did not convert correctly.

The converson process is not recognizing that

<?rh-list_start class="NumberedSteps" level="1" style="list-style: rh-list; list-style: rh-list;" ?><p class="NumText" style="text-indent: -20px; margin-left: 40px;">Step 1

should convert to:

  <ol class="NumberedSteps">

    <li class="NumText NumberedSteps" style="text-indent: -20px; margin-left: 40px;">Step 1</li>

The same thing happens when I try to convert a Multilevel List style using bullets. No bullets appear.

Classic

<p>Most cases are created based on:</p>

<?rh-list_start class="Bullets" level="1" style="list-style: rh-list; list-style: rh-list;" ?><p class="Bullets1" style="text-indent: -30px; margin-left: 40px;">number of conditions.</p><?rh-list_end ?>

<?rh-list_start class="Bullets" level="1" style="list-style: rh-list; list-style: rh-list;" ?><p class="Bullets1" style="text-indent: -30px; margin-left: 40px;">types of conditions.</p><?rh-list_end ?>

<?rh-list_start class="Bullets" level="1" style="list-style: rh-list; list-style: rh-list;" ?><p class="Bullets1" style="text-indent: -30px; margin-left: 40px;">number of medications.</p><?rh-list_end ?>

<?rh-list_start class="Bullets" level="1" style="list-style: rh-list; list-style: rh-list;" ?><p class="Bullets1" style="text-indent: -30px; margin-left: 40px;">estimated expense.</p><?rh-list_end ?>

<p class="Bullets1">&#160;</p>

RH2019

<p>Most cases are created based on:</p>

  <p class="Bullets1 Bullets" style="text-indent: -30px; margin-left: 40px;">number of conditions.</p>

  <p class="Bullets1 Bullets" style="text-indent: -30px; margin-left: 40px;">types of conditions.</p>

  <p class="Bullets1 Bullets" style="text-indent: -30px; margin-left: 40px;">number of medications.</p>

  <p class="Bullets1 Bullets" style="margin-left: 40px; text-indent: -30px;">estimated expense.</p>

  <p class="Bullets1"> </p>

Jeff_Coatsworth
Community Expert
Community Expert
October 29, 2020

I forget what the latest patch level is for RH2019 - are you offered any updates when you check? IIRC, the list conversion got fixed in a patch (but whether it was in RH2019 or RH2020, I don't recall).

Community Expert
October 28, 2020

What patch version of 2019 New UI do you have? You can check under the Help menu.

 

 

Participant
October 29, 2020

My current version is 2019.0.14.