Navigation pane display issue in WebHelp

Hi All,
I have generated a CSH for a webbased application.
I have assigned Map ID's for all the topics available in the
project.
When I test using CSH test in robohelp, I am able unable to
view the nav pane until I click on Show hyperlink.
Is there any setting issue to make the nav pane available
bydefault?
Very urgent

quote:
Originally posted by:
bregent
>Any idea what is going on here and what I can do about
it?
You forgot to post the url so we really can't say.
This is something that presents itself ONLY in Dreamweaver.
When I look at the file in a browser, it looks fine. When I post
the page to the internet, it's fine. The issue is just in editing
the page in Dreamweaver.
However, if you'd like to see some pages where this issue
presented itself during construction, you can see them at
www.essential-vitamins.com/stemTech/index.html
www.therapeutic-grade.com.
Thanks.

Similar Messages

  • Navigation Pane Action Issue

    Im using JDeveloper 12c Studio Edition Version 12.1.2.0.0
    When i click on a link of the navigation pane the url does not get updated until i click it for the second time.

    It is expected behavior because JSF performs postback, i.e. the page submits to itself (to apply the ADF/JSF page lifecycle) and then the ADF/JSF controller forwards internally to another page in a case of navigation. The browser displays the URL it has submitted to (i.e. the URL of the current page, because of the postback approach). If you want the browser to show the correct URL, you should configure the target page's taskflow View activity with Redirect=true.
    Dimitar

  • Tabstrip control  Tab line navigation button display issue

    I have a tabstrip that has more tabs than can be displayed at the top of the tabstrip control.  When this happens a navigation button appears on the far right of the tab line( the line that contains all the tabs).  This has been working fine for several years.  Recently I needed to increase the width of the tabstrip control so that it was 160 character wide.  Now when the tabstrip displays, the tab line stops displaying at around 130 characters so the navigation button no longer shows.  As it turns out, the button is still there and functions as normal, except that it cannot be seen even though there are still too many tabs to all be displayed. 
    This appears to me to be a bug in the tabstrip control, but before I start complaining to SAP I thought I would ask here to see if anyone else might know of a solution to this problem. 
    Thanks for looking.

    Hi,
    cresate a managed bean in viewScope within the parent page and pass it as an argument to the child task flow. The managed bean contains/exposes a method to hide the menu items you don't want to show (or just disable them). The child task flow then can call the managed bean (from its input parameter reference) and invoke the method (e.g. in a method call activity as the default activity of the task flow).
    See this blog entry for more details: http://one-size-doesnt-fit-all.blogspot.de/2010/09/master-child-btf-chaperone-contextual.html
    Frank

  • 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.

  • Chinese and Korean characters not displaying in navigation pane

    I have an issue with Chinese and Korean characters not displaying on the tabs in the navigation pane:
    I have 2 RoboHelp projects (using RoboHelp 8 with the updates installed) to generate WebHelp, one in Simplified Chinese, the other Korean. The HTML files, .HHC and .HHK were sent out for translations. I have set the appropriate language in the project settings, everything almost works, except for the text on the Contents, Index, and Search tabs. (I'm not using a skin.) I have read in various threads that the lng file should be edited using the RoboHelp interface, and this seems to be the crux of the problem. The characters do not display correctly through the RoboHelp UI.
    The computer on which I generate the WebHelp is Windows Server 2003, and I do not have the language packs installed. (And am having problems getting hold of the language packs to install to see if this fixes the problem.)
    Aside from installing the language packs, is there anything else I can try to help resolve the problem? (The characters in the content are displaying as expected.)
    Any assistance is greatly appreciated

    Perhaps something in the Translation Info section of this page might help? (The specifics are for Japanese, but I believe the issue would apply to all double-byte languages).
    http://helpware.net/FAR/far_faq.htm#JapComp

  • Displaying navigation item in Navigation Pane

    1. I created a Portal in my 11.1.1.8 Portal Builder.
    2. For that portal, I added a few links to navigation. Portal Home -> Portals -> Portal Builder -> "Administer" corresponding to my portal -> Assets-> Navigation -> Edit on the default navigation
    3. I added the following code in the portal's page template:
    <af:navigationPane id="pt_np1" var="node"
         value="#{navigationContext.defaultNavigationModel.defaultMenuModel}"
         level="1" hint="tabs">
         <f:facet name="nodeStamp">
              <af:commandNavigationItem text="#{node.label}"
                   action="#{node.doAction}"
                   destination="#{node.destination}"
                   id="pt_cni1"/>
         </f:facet>
    </af:navigationPane>
    4. I see tabs with no text.
    Expected: Tabs should contain the text that I entered in "Name" field of Navigation item.
    Observed: The tabs are created but there is no text in them. The number of tabs are as expected. I had 6 navigation item, the number of tabs created are also 6.
    For the text field, I tried the following:
    node.id - displays the id of the navigation item.
    node.prettyUrl - again, the id of the navigation item.
    node.name - empty tabs
    node.label - empty tabs.
    The class of node is "oracle.webcenter.portalframework.sitestructure.SiteStructureResource".  But, I could not get javadoc to see more information.
    Does anyone know how I can get the Name of the navigation to display in the tabs?

    I found the answer. According to this link - http://docs.oracle.com/cd/E29542_01/webcenter.1111/e27739/jpsdg_app_els.htm#CHDCBJGJ
    I should use node.title to get the title.

  • 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 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

  • TOC, Search, Index not appearing in navigation pane in Firefox

    I have a problem with a Help system that seems familiar with a number of other discussions on this forum, but I haven't found anything directly relatable to it.
    I have a WebHelp system generated using RH8. The Help has window-level context sensitivity. The Help system is deployed on a secure (HTTPS) server. When launching the Help from IE8, everything works as expected. However, launching the Help from Firefox (3, 8, or 9), the default topic appears and the Help is fully navicable except the contents for the navigation pane will not appear. The frame and the buttons (Contents, Index, Search) appear, but the content is missing. I can enter an Index term to search, but search doesn't return anything.
    When I access the compiled Help system locally (not from a Web server), the navigation pane works correctly within Firefox.
    My best guess after scouring a number of discussions, threads, and forums, is that it would appear that there is some issue with the Javascript affecting the context sensitivity and the left-frame functionality when deployed on a secure server using Firefox. However, I haven't come across anything that has worked as a solution.
    Any other avenues to explore?

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

  • 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.

  • How to enable navigation pane and TOC

    Hi
    I have Robohelp x5.02. I generate webhelp pro output. Now I
    have lost my navigation pane and TOC in the output. Only contents
    file displays.
    How can I get my navigation icons and TOC back. I don't think
    I have a frameset file. When I click view Result from within
    Robohelp the navigation pane and icons are displayed

    Hi all
    Either this or you aren't pointing at the project correctly.
    For example, pointing at an individual topic inside the help
    instead of the full WebHelp with the frameset.
    Cheers... Rick

  • Using custom fonts in the Navigation pane

    Hi
    I'm using custom fonts in my webhelp. To do this, I created a folder for the web versions of the custom fonts and put it in the same folder as my css. I then added the font face elements to the top of my css (in Notepad). Next I used the custom font name for all the style defined in the css (in Notepad). That makes the content of the topics use the custom font. All good.
    Next, I edited the htt file (in Notepad) to use the name of the custom font. Now the breadcrumbs and topic footer use the custom font. All good.
    Finally, I want to use the custom font in the navigation pane (the text next to the books and page icons). I edited the skn file (in Notepad) to use the custom font. I also added a dependency for my css to the bottom of the skn file. Then I generated the webhelp.
    When I launch the help, the browser (IE) doesn’t allow running scripts or ActiveX controls (this is normal). At this point, the TOC in the Navigation pane looks like it uses the correct font. Once I click to allow IE to run scripts, etc. the font in the TOC changes to something that looks like Times or some default serif font.  So, it appears that something in the javascript is changing the font.
    For good measure, I checked the whtdhtml file and the custom font name is used there.
    Any ideas on what's happening and how to get my custom font to appear in the Navigation pane?
    BTW, I use images only in the toolbar pane (that spans the top of the webhelp window), so I don't need to specify the custom font there.
    Deborah

    Hi William
    I found one error. In the skin file, I had added a dependency to my css. It was missing a slash (/) to point to the correct folder level. Now that I've added that, the TOC displays the same font as the Index, Search results, and the topic (content, breadcrumbs, and footer). So, that's good, but on closer inspection, it looks like Verdana, not my custom font.
    I changed the font in whthost.js to the name of my custom font and generated the help, but it made no difference. I also changed the font and just opened the help without generating and got the same results.
    For your second suggestion, you mean whtdhtml.htm not whtdhtml.js? The custom font is in the lines:
    setFont("Normal", "MyFont","10pt","Black","Normal","Normal","none");
    setFont("Hover", "MyFont","10pt","#004080","Normal","Normal","underline");
    I added the <font> tag to this file, but the tag just shows up as plain text within the webhelp TOC (no matter where I insert it in the file).
    I also tried changing the font to my custom font for the Index body and Search results using the steps in Rick's Skinny on Skins (editing the whibody.htm and whfbody.htm files). When I do this, the serif font appears in the Index body and Search results.
    It seems like the files cannot "see" my custom fonts (which are in a folder at the same level as my css).
    Deborah

  • IE 7 and Firefox 3 display issues - neither work as expected

    hi,
    I'm having a terrible time trying to figure out how to solve the 2 display issues I have on IE and Firefox. I can't get either one to work like it's supposed to.
    I'm using RH8, Webhelp and it doesn't matter what skin I use (nothing custom, just what is available in RH).
    On IE 7.0.5730.13, Webhelp only displays information in the information frame (text) when I attempt to resize the panes. If I just click and move my mouse just a little bit to expand the TOC text magically appears for THAT selected TOC topic only. If I move to another topic in the TOC, I have to do the same thing. And by resize, I mean, I click and move a millimeter and the stuff displays. Otherwise, if I do nothing, the TOC displays as expected but the text frame (contents) is blank.
    On Firefox 3.5.6, the TOC pane does not display 100% vertically........it's cut off at the end of the TOC and contains scrollbars to move vertically and horizontally.
    So, neither browser really works for me.  Am I the only one?
    I'm using RH 8.0.0.203
    Any advice or suggestions are very much welcome.......

    Ahhh, okay.
    That actually seems to be providing a bit of a clue to the overall picture I might think. The icon should be kicking off a Dynamic HTML drop-down area.
    Since the icon isn't seemingly doing anything in FF, it's logical to me that you somehow have JavaScripting turned off in FF. This can be done using an Add on product, which is why I asked.
    It's also likely the reason for the super short TOC display. Typically the TOC depends on JavaScript to work its magick.
    My thought here is that if you and Peter can determine where JavaScript is being turned off, you will solve the issues.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • 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

  • Navigation Pane Item

    Hi,
      We are facing an issue with the u201CNavigation Paneu201D web item, because we want to create a set of general u201CNavigations Panesu201D  (Product, Customer,u2026) that would be re-usables on various reports.
    The issue is that when a u201CNavigation Paneu201D have one or more characteristics that are not included in the DataProvider of each report, this characteristics arenu2019t showed,  and thatu2019s ok, but when a u201CNavigation Paneu201D havnu2019t included all the characteristics from de DataProvider,  the Navigation Pane
    is still visible.
    The question is How we can hide the u201CNavigation Paneu201D, when it havenu2019t characteristics to show?
    Regards.

    Hi,
    Here is the solution for your question.
    1.Lets say DP_1(first query) has the charateristics Ch1,Ch2 and Ch3
    2.Open a workbook and insert a Grid and assign the DP_1
    3.Insert a Navigation Pane and assign the DP_1
    Now the data of DP_1 will be shown in the grid and the Characteristics Ch1,Ch2 and Ch3 will be shown in the navigation pane
    4.Insert a button item and go to it's Properties dialog->Select Data Provider Specific Command->Next->Select Assign Query/Query View->assign the second DP say DP_2(second query)->Finish
    5.Switch to Analysis Mode
    6.Click the Button
    Now the Navigation Pane won't be shown since the DP_2 is assigned to the Grid and Navigation Pane which doesn't have characteristics Ch1,Ch2 and Ch3
    Grid will show the data of DP_2 and the Navigation Pane won't be displayed.
    Hope this will help u.
    Rgds,
    Murali

Maybe you are looking for

  • BW Upgrade PREPARE stopped in JOB_RSUVSAVE Phase

    Hi All, We are trying upgrade from BW 3.1 Content to BI 7.0 Our OS is HP-UX 11.11 and DB - Oracle 10GR2 Now am in PREPARE phase, Its giving error Upgrade phase JOB_RSUVSAVE. Below is the details of the RSUVSAVE.log file <b>1 ETQ201XEntering upgrade-p

  • Photo stream - restrict notification emails to others when I edit an album

    Not sure if I'm posting this in the correct forum, but here goes anyway! A couple family members have unsubscribed to my photo stream albums that I share with them, as they've been deluged with emails every time I add a comment, or add a new photo to

  • Converting jpgs to pdf, combine and upload

    I want to convert about 90 JPGs into PDFs, combine them into a single PDF and then upload them. Would welcome some basic advice. I know about PDFLab but not sure how to convert them into PDFs first. Many thanks, Michael, London

  • Migration: sqlserver 2000 to oracle - delete cascade [resolved - tank you]

    hi no problems on migration... but... in the new oracle database, all foreign keys have the "cascade delete" as default... but i don't want this default (a stupid human error may be ruinous...) can somebody explain me how change this default in a "ex

  • Cloning ASM disks question?

    I have a customer who has been running oracle 10.2.0.4 two node rac on HPUX Itanium platform and using raw devices for the datafile locations. They use EMC clraion for the storage platfom. The customer uses EMC snapshot/cloning technology on the stor