• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Configure skin to collapse, rather than hide, Help nav pane

New Here ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

Collapse nav pane.jpg

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Apr 14, 2012 Apr 14, 2012

Can it be done? Yes I think it can. It will require some tinkering in your output files though. Try the following:

(This is for RoboHelp 9, but previous versions should work but the line numbers may differ..)

  1. Open whskin_frmset01.htm
  2. Go to line 115 and replace oFrameset.cols = "0,*"; by oFrameset.cols = "50,*";.
  3. Now go to the function isNAvPaneVisible()
  4. Replace:

if (sPart2 != "*")

        {

            var n = parseInt(sPart2);

            if (n>0)

                bVisible = true;

        }

        else

    

...

Votes

Translate

Translate
LEGEND ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

Welcome to our community

I do believe I've covered that in the file you may download from the page linked below:

Click here to view

Cheers... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7, 8 or 9 within the day!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

I actually do have your chm on my local drive, and have used it for a cusomization or two, but I'm having a hard time identifying the topic that would help me collapse -- not hide -- the nav pane. Is this it:

Collapse nav pane1.jpg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 11, 2012 Apr 11, 2012

Copy link to clipboard

Copied

Hello again

Try this. Open the CHM, then click the TOC item labeled "Start Here". Then in the Topic Pane, just click the image for the TOC panel. The big blue area on the left side. The Navigation Pane. Then on the page that appears, try clicking the link in the bottom section that is labeled:

Hide the Navigation Pane when the WebHelp loads, leaving the Main Toolbar and the topic

Isn't that what you want to do?

Cheers... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7, 8 or 9 within the day!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 12, 2012 Apr 12, 2012

Copy link to clipboard

Copied

Actually, this is what i need it to do:

Collapse nav pane2.jpg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 12, 2012 Apr 12, 2012

Copy link to clipboard

Copied

Hello again

Okay, I think I now understand you. You want some new ability to make it work as "pinning" the pods works in the editor? Where it shows up as a tab and you hover or click to make the tab "fly out"?

I'm not saying it can't be done. But I know I'm not the person to tell you how to do it.

If it can, probably Willam is your best bet for telling you how.

Cheers... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7, 8 or 9 within the day!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 14, 2012 Apr 14, 2012

Copy link to clipboard

Copied

Can it be done? Yes I think it can. It will require some tinkering in your output files though. Try the following:

(This is for RoboHelp 9, but previous versions should work but the line numbers may differ..)

  1. Open whskin_frmset01.htm
  2. Go to line 115 and replace oFrameset.cols = "0,*"; by oFrameset.cols = "50,*";.
  3. Now go to the function isNAvPaneVisible()
  4. Replace:

if (sPart2 != "*")

        {

            var n = parseInt(sPart2);

            if (n>0)

                bVisible = true;

        }

        else

        {

            if (sPart1 != "100%")

                bVisible = true;

        }

with:

if(sPart1 != "50") {

            bVisible = true;

        }

  1. Save.
  2. Make a backup of the modified file and past it in your output after you generate.

You can amend the value of 50 to get the width you desire.

Greet,

Willam

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 17, 2012 Apr 17, 2012

Copy link to clipboard

Copied

LATEST

thanks, this definately gets me started.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp