Show Navigation Pane automatically

How do you show the Navigation Pane automatically for
context-sensitive Help insteas of the Show link? We call the Help
from a web application using map ID's but we want users to see the
TOC & Search right away without clicking a Show link. Any help
will be really appreciated. Thanks in advance.

That sounds like the dialog for a new topic coming up first!
Are you sure WebHelp is defined as the primary layout?
See
http://www.grainge.org/test/window3.jpg
If Window Properties is set up when webhelp is the default
layout, then you should see this dialog.
http://www.grainge.org/test/window.jpg
I suspect you are seeing this one which means HTML is set as
the primary dialog. The window does not change when you change the
default. You have to create a new one.
http://www.grainge.org/test/window2.jpg

Similar Messages

  • Show navigation pane link in topics

    Looking for more info on a new option for WebHelp layouts:
    In the layout properties WebHelp Navigation screen (2nd page
    of properties) there is an option Show Navigation Page Link in
    Topics If I click the Help button on this screen, I see that this
    option is described as "Include a link to the navigation pane."
    I don't see any such link in my topics when I generate
    WebHelp with this option enabled. I am just viewing my output
    locally. Are these links only visible when the Help is called using
    the API from a server?
    Anyone using this option, or know what it is supposed to do?
    I am using Breadcrumbs Links and these are working
    fine.

    Hi Rick,
    First, thanks for all your help over the years with both RH
    and Captivate, and for the great hints at your site.
    Second, I was *hoping* this option would show the nav pane
    link in the following case:
    In my project I have set up a 2-pane window (Main_window) and
    a 1-pane window (CS_Window).
    Main_window is used for calling Help from the toolbar button
    and some other places in the app when we want users to open help to
    the default topic.
    CS_window is called from our app when a user presses F1 in a
    dialog (context-sensitive help). This window displays pertinent
    topic and toolbar but no nav pane. Just what I want.
    Problem is, there is no way for users to access nav pane from
    the context-sensitive window. Related topics etc are all opened in
    this same window. In order to get more info, users have to close
    the help and re-open it via the toolbar or other link.
    When a user presses F1, I would like them to see the "naked"
    topic, with a way to open the nav pane.
    What is the best way to acheive this?
    Is there a way to invoke a context-sensitive topic outside
    the WebHelp frameset so that this nav pane link will appear, and do
    what you describe?
    OR
    Is there a way to add a button to my CS_Window that would
    re-open the topic in the Main_window, which includes the nav pane.
    OR
    Other ideas? Suggestions greatly appreciated!
    Jeanne
    PS RoboHelp 7's own Help suffers from same problem: Click the
    Help button in a dialog, see the pertinent topic, but there is no
    way to find additonal info unless it is listed as a related topic.
    You have to close the Help window and invoke Help via the menu to
    see the nav pane.

  • Always show Navigation Pane?

    Hi
    Is there a way to always have the Navigation Pane visible?
    I use it constantly and it is really annoying in Acrobat DC to always have to show all the options for the Pane I regularly use.

    Hi 32323232323,
    Please let me know if Navigation Pane is open by default for every PDF file that you open in Acrobat DC.
    In a particular document, you can hide Navigation Pane (as suggested above) and save it.
    Then, open your file again and it will be hidden. The buttons that are displayed on the left hand side work area just provide you an easy access to several panels.
    You can refer this KB doc link to know more about Acrobat DC workspace basics:
    Acrobat Help | Workspace basics
    Regards,
    Anubha

  • Show Navigation pane link in topics disappears

    When I click on a help link the topic with the navigation
    pane link is shortly displayed and is then replaced with the topic
    and the TOC in the left pane. I want to display the topic with the
    navigation pane link.

    Clarification of the WebHelp generation process seems to be
    called for.
    The .htm file that appears in the "Select Output Folder and
    Start Page" field at the top of the first "WebHelp General -
    WebHelp" dialog is the file in which RH will place all the frameset
    and browser information needed to display the three frames (toolbar
    pane, left-hand TOC/Index/Search navigation pane, and right-hand
    topic pane). (The "Default Topic" field, in the same dialog, tells
    RH which actual content page/topic to display when that start page
    is launched.)
    The direct launching of any other topic (you double clicking
    the filename or R&D calling it in the application) will result
    in one topic pane being displayed for that topic, with the "Show"
    button provided to switch over to the three-pane frameset.
    However, launching a specific topic
    indirectly through the start page will display that page
    with the three-pane format. The call from the application would
    then be StartPage.htm#DestinationPage.htm. If you want to open the
    same topic at a prearranged bookmark, the call would be
    StartPage.htm#DestinationPage.htm#BookmarkSection.
    Good luck,
    Leon

  • Another "Show Navigation Pane" question

    We would like to display the "Show" link at the bottom the
    topic rather than at the top, where it detracts from the topic
    title. Is there an easy way to do this?
    G

    Hi Gravenstein
    If you have a copy of my Skinny on Skins file, look at the
    Table of Contents. The bottom book is labeled "Topic Pages". I
    think what you want is inside this book.
    Click
    here to visit the download page
    Hopefully this helps... Rick

  • How do I hide the Navigation Pane by default in a programmable way?

    Hi guys,
    I am looking for a way to make a PDF file not showing navigation pane when it is opened, in a programmable way.
    I have referred to the PDF references, and found a ViewerPreferences dictionary which can control the viewer appearance, and there is a entry
    Key
    Type
    Value
    HideWindowUI
    boolean
    (Optional) A flag specifying whether to hide user interface elements in
    the document’s window (such as scroll bars and navigation controls),
    leaving only the document’s contents displayed. Default value: false.
    But after I specified the HideWindowUI with true, the navigation pane is still showing up with the bookmark expanded.
    I know there is a way by specifying the opening parameter with "navpanes=0" with command line or change the windows registry. But I can't do this because I can't ask every of my customers do this way.
    Could someone provide suggestions or insights on that?
    Thanks!

    Hi Rave,
    I have ever seen this method before, but it can't address my problem. I can't ask my customers to change their registry, cause I even don't know who they are...
    What I can control is just the content of the PDF file.
    Thanks anyway!

  • Automatically hiding Contents Navigation pane

    I am generating two WebHelps from the same project. In one of the outputs I want to automatically hide the Contents Navigation Pane on loading the WebHelp. I have been using the advice given by RoboWizard in his Skinny on Skins file (Method 1), however for some reason modifying the whskin_mbars.htm file no longer works. I cannot use the method that requires javascript to be added to the start topic, as this same topic is used for the other output, which requires the Contents to be displayed. Help please!

    You may want to start with my webinar on this: http://www.wvanweelden.eu/blog/2014/08/20/recording-beyond-wizard-editing-html5-layouts-ro bohelp-11
    This goes over all the motions for removing Index/Glossary but it works the same for the TOC.

  • Showing the Navigation Pane all the time

    We're doing WebHelp, Navigation Pane generated as pure HTML,
    all help files rolled into software, on RoboHelp 7.
    When the developer calls the page, we get only the page
    without the Navigation Pane (and the "show" link).
    How do we make sure the Navigation Pane gets called with the
    page?

    Hi bonniemay63 and welcome to our community
    Give
    this
    link a try.
    Cheers... Rick

  • Navigation pane not showing in merged output on server (IE9)

    RH10 | WebHelp
    We've moved our WebHelp outputs from an externally maintained server to an in-house server, but the left-hand navigation pane isn't displaying in our merged Help system. In our user guide (which isn't merged) the pane displays fine, but in our release notes (which is a merged system) it doesn't want to show itself. The main navigation pane and topic pane are fine, it's just the left-hand navigation pane that's blank.
    I'm running IE9, but the weird thing is that it displays correctly in Firefox. It also works when run locally.
    Both Help systems worked absolutely fine on the previous server, so I'm wondering if there's a conflict with something else that's running on the new server (e.g. our website's CMS, etc.) or whether it's a permissions thing?
    My issue seems similar to other posts on here, but I'm using IE9 not IE11.
    I'd be grateful for any ideas.
    Thanks
    Jonathan

    See if Item 6 at http://www.grainge.org/pages/snippets/snippets.htm#webhelp helps.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Navigation Pane Items Do Not Open Automatically

    ROBOHELP v. 7
    Primary output in my project is FLASHHelp.
    The navigation pane does not open automatically as I click
    through pages in my project. This is a problem.
    I changed the primary layout to WEBHELP, and re-compiled my
    project.
    Now, as I click through my help pages, the Navigation pane
    opens to reveal the exact page I'm viewing (as expected).
    How can I make this work in FlashHelp?

    Sorry about the confusion. Here's the problem:
    Whatever page I'm viewing, I expect the TOC to expand and the
    page I'm on should be highlighted in the TOC. It works fine in
    WEBHELP, but not in FLASHHELP.
    1. I generate my primary layout (FlashHELP). I want to see
    the TOC in the navigation pane. The TOC is there and it can be seen
    and accessed. I can click on any entry in the TOC and I'm brought
    to the correct page.
    2. On my DEFAULT TOPIC page are links to other pages in the
    project, just like the TOC. When I click on any link on my DEFAULT
    TOPIC page, the correct page opens as expected, but the TOC does
    NOT expand and highlight the page I'm on.
    If I click on a breadcrumb to take me to another page, the
    TOC still does not expand and highlight the page I'm currently on.
    That's the problem.
    Again, it works fine in Webhelp, not FLASHhelp.

  • Can I permanently disable the navigation pane in HTML help?

    My company has a web-based application on MicroStrategy platform.
    I have created a customized WebHelp to replace the MicroStrategy out of the box help and that works just fine.
    We are developing the MicroStrategy Office add-in for Excel for our clients.
    Once installed, a CHM file is copied to the client's local hard drive.
    We want to replace this with our own customized help.
    I have created a CHM file with ONE topic that redirects the clients to our customzied WebHelp with content for the add-in.
    The one topic has a redirect in the HTML header code as follows:
    <meta http-equiv="refresh" content="0;URL=https://customhelp.htm#AddIn_Introduction.htm" />
    That is working fine in my testing.
    Here is my problem...
    The HTML Help Viewer opens and automatically hides the Navigation Pane and displays the WebHelp (navigation pane, menu bar and topic pane).
    But, the HTML Help Viewer still has the Hide/Show button to Hide/Show the navigation pane for the HTML help.
    Is there ANY way to disable this or hide it or let it stay there but disable the navigation pane?
    As always, any assistance would be appreciated.
    Thanks --
    Michael F Weart

    Amebr and Priyank --
    Thanks - that did exactly what I wanted it to do.
    It did not work in my testing, but I think the KEY point that I missed was the sequence of unchecking the options in the Window setup.
    Now I have a one topic CHM help file that automatically redirects to my WebHelp on my application server.
    The CHM opens and automatically redirects to my WebHelp and the WebHelp (frameset and all) display in an HTML Help Viewer window that has no HTML Help Viewer navigation buttons.
    One last note, the WebHelp displays with the Contents/Index/Search for WebHelp included in the presentation.
    I have not deployed this in a non-test environment so I may still run into issues but so far it is good.
    THANKS for all the help.
    Michael F Weart

  • Navigation pane will not stay closed and covers main window

    Using RoboHelp Version 7.0.3 to produce FlashHelp - ongoing project that I've been working on for quite some time.
    Just noticed this:
    I launched the Help from the application with an F1. I then closed the navigation pane in the Help output and resized the window to be tall, narrower, so I could view Help and the application window side-by-side. When changing focus between windows the SECOND time I bring focus back to the open Help window, the navigation pane reappears on its own. And it COVERS the left side of the main window, there is no horizontal scroll at the bottom, and you cannot close the navigation pane at this point. Instead, you must exit the Help and relaunch it from the application to return to a usable state, where the nav pane appears on the left and the Help topic appears on the right with appropriate scroll bars, etc.
    I showed my developers this and we were able to recreate several times. Their guess is it's a problem in the javascript... Is there a fix for this? Sure looks like bug.

    I'm running the latest iTunes on my Windows XP system, and it keeps restarting unless I do a force termination (in windows terminology, I have to end the process in the Task Manager).
    This automatic restarting is so annoying that I end up killing the windows process, and it won't start again until i reboot the computer.
    Oh, and this has been going on for well over a year, with other versions of iTunes. And I'm not sharing the contents assuming that sharing would try to force iTunes to stay open. So I removed the sharing of my iTunes library to no avail.
    Apple can hardly expect to be the best choice for everyone if they don't have solutions to these obvious problems. Obvious because i've seen this complaint appear for the past 5 years, since 2007 and maybe earlier than that.
    Don't they know how to end a program cleanly?

  • How to lock ''Navigation Pane'' in Adobe Acrobat Standard 9

    Hello everyone, I want the Navigation Pane in Adobe Acrobat Standard 9 locked. I want the navigation pane lock in this position. Can it be possible ?

    thank you for the suggestion, but I do not have a "Send Email" or "Submit" button available in my version. I have "Attach to email" option which automatically opens a new message in MS outlook (which I did not set up, it just started doing so automatically) without any further dialogue boxes or options.
    Also, this is only for regular PDF files, not forms.

  • Where is Bookmarks Navigation Pane in Acrobat 9.3.4 Pro

    I have done everything I can think of to get the bookmarks navigation pane icon in the nav panel the way it used to be, but the bookmarks dialogue box list just floats on the main page. How can I do this? Also if it only floats in this version of 9 Pro how can I reduce the width of the box showing the bookmarks?

    View > Navigation Panels > Reset Panels

  • How to view bookmark in navigation pane in Acrobat Reader XI?

    How to view bookmark in navigation pane in Acrobat Reader XI?

    F4, or click the Bookmark icon at the upper-left, or select: View > Show/Hide > Navigation Panes > Bookmarks (Alt+V+S+N+B),

Maybe you are looking for

  • Ipod Touch - White Screen Lock Out - Apple response poor/process inflexible

    Hi I have 2 Touchs and one has the random white screen issue. Screens goes grey`white and there's nothing you can do, till what seems like it needs to be recharged. i haven't had this happen when at home and near the 'master dock' . I see thats its a

  • Computer name keeps changing by integer Name (2)

    My 2011 i7 iMac running 10.7.4, regularly changes the computer name. Always when rewaking it from sleep, the "Name" becomes "Name (2)". It claims "the name is already in use on this network". And this assertion is most certainly false. A quick search

  • How to recover database without controlfile and redo files?

    Hi all, If I just have datafiles using hot backup saving in another machine, and all files in current database were lost including data files,control files and redo log files . How can I recover database just using hot backup datafiles? without contr

  • Podcast 'get more episodes' no longer works

    Hi, I download podcasts directly to my iPhone, however I have noticed in the last week Apple has made this harder. It used to be that if you pressed 'get more episodes' you would get a list of podcast episodes which you could then download. Underneat

  • GRC AC 10- ARA Risk violation does not show any thing

    Hi Expert, GRC AC 10.0 SP14 Steps to reproduce error Reports and Analytic -> Risk violations. The dialog opens up but does not show any thing. Please see the attachment for your information We have installed Abode flash player already. Any suggestion