How to make the Contents tab of CHM help be opened by default?

I use RoboHelp HTML 7.0.3.001 and generate Microsoft HTML Help as the output file of my project. Each time I open generated CHM file, the only default topic is displayed. Then I should click Show button on the toolbar to view the Contents tab containing folders and other topics...
It seems to me, in the previous versions of the RoboHelp (may be in x5 version), there was a check box in Project Settings that allowed me to open TOC panel when the help was opened.
Could this be configured somewhere in RoboHelp 7.0.3.001? I can't find an appropriate option and hope for your help
Thanks in advance,
Olga

Hi there
Indeed you may control this. You do it via the Window Properties. So click View > Pods > Project Set-up. Then expand the Windows folder and double-click the CHM window to see the Windows Properties.
You should be interested in the Tri-pane Options area. Ensure that the option Hide Nav Pane on Startup isn't enabled.
If you find it's not enabled, try enabling it and dismissing the dialog to re-write the values. Then open the dialog again and clear the option.
If this fails, you may simply need to create a new window and assign it in the Single Source Layout recipe.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7 or 8 moments from now!
Adobe Certified RoboHelp HTML Training
SorcererStone Blog
RoboHelp eBooks

Similar Messages

  • HOW TO MAKE THE CONTENT OF THE TABLE PRINT IN A TABLE CONTROL SCREEN?

    Can any one tell me how to make the content of the table control print in a table control screen!!?
    Please help!!
    I have to make the contents of a table in the table control screen print ? any idea
    Regards,
    Vj

    Please refer to Demo Program,
    DEMO_DYNPRO_TABCONT_LOOP
    Its very clear.
    Shreekant

  • How to make the contents appear of a repeating frame even if its empty

    Hi all,
    how can i make the contents of a repeating frame (like the labels) even if the query doesnt return anything ??
    Regards,
    Rafael

    Move labels outside the repeating frame.

  • How to make the new tabs to open the same URL as the startup page?

    Hello!
    I was wondering if it's possible to configure the Firefox in such a way that the new tabs open exactly the same URL that is typed in the Options. I tried to set browser.newtab.url to about:home but it gives me Firefox Google custom page instead of the startup page that I've set in the Options. Another way I tried is to set the browser.newtab.url value in about:config to the same URL as the startup page URL, but then if I change the URL in the options the new tab URL is not changed. So the question is whether it's possible to make the Firefox read the URL that is used for the startup page and go there when opening a new tab.

    You can use a addon or about:config
    <h2>Addon</h2>
    * https://addons.mozilla.org/en-us/firefox/addon/new-tab-homepage/‎
    <h2>About:config</h2>
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''', to continue to the about:config page.
    # Enter '''browser.newtab.url''', double click the result.
    # A new window should now show, enter your homepage url in the box, then hit ok.
    # Open a new tab, does it work.
    If prefs arent saved you need to read the [[How to fix preferences that won't save]] article.

  • How to make the condition tab screen to inactive mode while posting VF01

    Hi Experts,
    Im an Abapper, I need your advise here.
    Please understand my issue/requirement that, I have to make the item conditions tab in display or deactivate mode to prevent users to change or create the price or conditions while posting VF01.
    As std, system allows users to create or change the prices/qts and also add new conditions. My client needs to make it as display mode for all type of postings in VF01.
    Please guide me, how to arrive it through Exit or Enhancements.
    thanks & regards
    Sankar.

    Dear sankar babu
    1) In VTFL under your delivery to billing header choose your item category for pricing type maintain as C  and that means copy manual pricing elements and redermine others if it is delivery related billing
    2) In VTFA under your order to billing header choose your item category for pricing type maintain as C  and that means copy manual pricing elements and redermine others if it is order related billing
    3) If in  your pricing procedure if there are some  condition types for which condition records are maintained make sure  t code V/06 in its details (only for automatic conditions) changes which can be made tab for manual entries maintain D(not able to process manually)
    Steps one and two are sufficient enough if all the condition types are manual condition types in your Pricing procedure
    I think this will work for you as i have tested this already
    Regards
    Raja

  • How to make the inactive tabs silent?

    Когда открыто несколько вкладок с каждой вкладки идет звук, который мешает активной вкладке.
    Можно ли сделать чтобы звуки в неактивных вкладках отключались.
    translite:
    When you open multiple tabs, with each tab is a sound that prevents the active tab.
    Is it possible to make sounds in the inactive tabs turned off.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Maybe also check this pref on the <b>about:config</b> page.
    *browser.tabs.maxOpenBeforeWarn
    *http://kb.mozillazine.org/about:config

  • How to make the content of the alv tree accessible?

    I have created an alv tree using class interface CL_SALV_TREE. The code snippet to build the tree I have used is
    cl_salv_tree=>factory(
            IMPORTING
              r_salv_tree = gr_tree
            CHANGING
              t_table      = gt_tree ).
    I have provided header text and tooltips.
          DATA: lr_columns TYPE REF TO cl_salv_columns,
          lr_columns = gr_tree->get_columns( ).
          lr_column = lr_columns->get_column( 'TEXT1' ).
          lc_col_long_text   = text-161.
          lc_col_tool_text   = text-161.
          lr_column->set_long_text( lc_col_long_text ).
          lr_column->set_tooltip( lc_col_tool_text ).
    The content of the tree is filled dynamically by passing the internal table  gt_tree as shown in the aforementioned code. And on double click it leads to another screen.
    Now the problem is that JAWS doesnt announce "Press F2" when it tabs to this content. As far as I know jaws announces if there is a tooltip or it announces the text itself. Also I know you can provide tooltip with the alv function module to the content but with the class cl_salv_tree_settings I am oblivious of such kind of provision or if any other.
    Kindly provide your inputs on the same.

    Welcome to SDN.
    check out the following weblog.
    /people/sap.user72/blog/2005/09/14/a-new-approach-to-alv-programming
    by the way whats "<b>JAWS</b>"
    Regards
    Raja
    Message was edited by: Durairaj Athavan Raja

  • How to make the preview tab visible in se80 for bsp application

    when i was working in se80 for bsp applications..my preview tab is not visible..and am using version 6.20...plz find me a solution inorder to preview the html layouts

    Hi,
    I guess....though i am not pretty sure....but the Preview tab has been discontinued in the newer versions....
    Only the Gods can give a perfect solution though...!!
    <i>Do reward each useful answer..!</i>
    Thanks,
    Tatvagna.

  • How to make the new tab page show up in private browsing by default

    When a private browsing window opens, I would like to have the new tab page (or any home page) show on startup. By default, about:privatebrowsing (without preceding dialog) will show. <b>Always.</b>

    Note Bugzilla Bug requests are not to be used a discussion forum*. You are however encouraged to vote on something if it is a fix, or an enhancement you would like.
    If you do need to discuss the subject of a bug take the discussion elsewhere and I doubt anyone would mind you adding a link in the bug to the related discussion.
    * https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
    *https://bugzilla.mozilla.org/page.cgi?id=voting.html
    Note it may also be worth adding a comment in Feedback as another method of registering your interest. From a supported version of Firefox use
    * <s>https://bugzilla.mozilla.org/page.cgi?id=voting.html</s>
    *'''edit ''' ''use https://input.mozilla.org/en-US/feedback''
    *Unless you happen to be reporter, person assigned to the bug, or able to add patches and are offering yourself to do the work.

  • How to make the contents of NSTextField selected?

    Hi,
    I'm creating an NSTextField (from within a custom NSView):
    NSTextField *textField = [[NSTextField alloc] initWithFrame:NSMakeRect(20, 20, 50, 16)];
    [textField setStringValue:@"abc"];
    [textField setSelectable:YES];
    [textField setEditable:YES];
    [textField selectText:self];
    I want the contents to be selected ready for the user to start typing, but despite calling selectText, the text field is never selected. Is there another step I have to do first?
    Thanks
    Steve

    Steve556 wrote:
    Now, if you change NSView to NSTextView in the @interface, you will see the behaviour I'm getting, that the NSTextField still appears and functions, but the contents are no longer selected.
    I haven't put this in a testbed yet, Steve, but need to ask a couple questions anyway: Are you (1) having a problem getting your NSTextField object(s) to accept first responder, or unable to select text manually? Or (2) are you expecting to see the selected text when a text field object isn't first responder (i.e. when it's neither displaying the caret nor connected to the field editor)?
    As to #1, your code shows that the text field is added as a subview of the NSTextView object. Have you tried making the text field a sibling view? I.e. both the text view and the text field would be subviews of the content view, but the text field(s) would be higher in the subview order. You can change the order by dragging in the xib window (with the View Mode switch in Center position), or you can send [addSubview:positioned:relativeTo:|http://developer.apple.com/mac/library/docum entation/Cocoa/Reference/ApplicationKit/Classes/NSViewClass/Reference/NSView.html#//appleref/occ/instm/NSView/addSubview:positioned:relativeTo:].
    If #2, I don't know of any easy way to get NSTextField to highlight text when it's not first responder. In fact I don't think NSTextField remembers which text was selected once it's no longer editing. From [Text Fields, Text Views, and the Field Editor|http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/UI TextView/TextFieldsAndViews.html#//apple_ref/doc/uid/20001799] in +Text Views+:
    Because only one of the text fields in a window can be active at a time, the system needs only one NSTextView instance per window to be the field editor. Among its other duties, the field editor maintains the selection. Therefore, a text field that's not being edited typically does not have a selection at all. (However, developers can substitute custom field editors, in which case there could be more than one field editor.)
    On the other hand, +NSTextView does remember+ the range of selected text and highlights that text in a different color when not editing. So you might consider creating additional smaller NSTextView objects in place of the NSTextField objects.
    The [Cocoa Text System|http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/Te xtArchitecture/TextArchitecture.html] is rich in [details and capabilities|http://developer.apple.com/mac/library/documentation/Cocoa/Concept ual/TextEditing/TextEditing.html#//apple_ref/doc/uid/10000157] about which I'm clueless. So if you need to dig much deeper, I hope one of our OS X experts will respond.
    \- Ray

  • Hi guys, I would like to ask about how to setting pop-up programatically (C#) whereas the pop-up allow us to unblock for spesific website, so far the way I know is doing manually by add Exceptions in the Content tab, Thanks for helps

    by setting programatically hoped each user not need to setting up their browser but just running the program

    Exceptions are stored in the permissions.sqlite database file, so you would need to add the correct entry to that file to add a specific exception. You can add an exception in Firefox to see with an SQLite manger extension or program which SQLite code you need to run to add that specific exception.
    *SQLite Manager: https://addons.mozilla.org/firefox/addon/sqlite-manager/

  • Windows media is corrupt, I have QuickTime but don't know how to make the change, can you please help me?

    Hi, I am new to you and I am having problems with my Windows Media. I ran a fix it test on it and it came back saying that the player is corrupt and can not read the dll. Plus I have gotten pop-ups saying the script on the page had quit running 2 or 3 times, that's what made me check it. I have Quick Time on here, I have never used it before. How do I properly go about making the the switch? Do I delite the Windows Media? Do I need to do anything to QuickTime other than just open it? Thank you so much for your time & help.
    Terri Young

    When you say "account," do you mean your iTunes library, because your iTunes library is what is on your computer?  Your iTunes library does not have an email address.  An account that is related to iTunes is your Apple ID (which is an email address) and you use it as your user name to sign in to the iTunes Store, to make purchases.  Changing your Apple ID will not make songs disappear from your computer's iTunes library.
    If you had an Apple ID and used it to make song purchases from the iTunes Store, and then started using a different Apple ID, you should be able to re-download the songs purchased with the old Apple ID.  In iTunes, sign in to the iTunes Store using your OLD Apple ID (and password).  That may not be your current email address, but Apple uses it as your user name, so it does not matter.
    On the iTunes Store Home screen, click on Purchased under QUICK LINKS.  This takes you do the Purchased screen, where you can re-download previous song purchases (for that Apple ID) at no cost. 
    NOTE:  If those song purchases are from more than a few years ago, you may also need to authorize your computer to play (and sync) songs for your old Apple ID. 
    For songs that were not purchased from the iTunes Store, if they are also gone, you cannot get them back unless you have a backup (or they are still loaded on your old iPod).
    If that's not what you mean by "changed the email address on my account," please post back with more details.

  • I cannot make the "Tones" tab appear into my iTunes even if I go to Preferences and click the "Tones" button. What do I do?

    I just recently bought the iPhone 5 and updated to the newest version of iTunes and I cannot make the ring"tones" tab appear. I even went to preferences and clicked on the "tones" button so that the "tones" tab would appear, and it won't appear. I reset the computer and everything. If someone could please tell me how to make the "tones" tab actually appear, that would be wonderful.
    Thank you!

    Hi Friend,
    In iTunes,
    Click Edit --> Preferences --> General Icon Ensure that
    Ringtones is checked.  If not, check it then click OK…
    Hope it will be helpful

  • Help me...How to read the content if "Transfer-Encoding:chunked" is used?

    I am doing a project for internet control using Java,PHP and MySql.All sites should go through the proxy server only.If the HTTP header contains Content-Length,am getting the content length as below:
    public class HTTPResponseReader extends HTTPMessageReader
        String statusCode;
        public HTTPResponseReader(InputStream istream) throws IOException,                     NoSuchElementException
      BufferedInputStream distream = new BufferedInputStream(istream);
      retrieveHeader(distream);
      StringTokenizer st =  new StringTokenizer(new String(HTTPMessageReader.toArray(header)));
      versionProtocol = st.nextToken();
      statusCode = st.nextToken();
      String s;
      while (st.hasMoreTokens())
            s = st.nextToken();
            if (s.equals("Transfer-Encoding:"))
           transferEncoding = new String(st.nextToken());
         if (s.equals("Content-Length:"))
           contentLength = Integer.parseInt(st.nextToken());
         if (s.equals("Connection:"))
          connection = new String(st.nextToken());
          if (connection.equals("keep-alive")) mustCloseConnection = false;
       retrieveBody(distream);     
    }After getting the Content-Length,i used read method to read the content upto that content length.Then i concatenated the HTTP header and body and the requested site was opened.But some sites dont have Content-Length.Instead of that,Transfer-Encoding is used.I got the HTTP Response header as "Transfer-Encoding:chunked" for some sites.If this encoding is used how to get the length of the message body and how to read the content.
    Can anybody help me.
    Thanks in advance...
    Message was edited by:
    VeeraLakshmi

    Why don't you use HttpUrlConnection class to retrieve data from HTTP server? This class already supports chunked encoding...
    If you want to do anything by yourself then you need to read HTTP RFC and find all required information. Well in two words you may reject advanced encoding by specifying HTTP 1.0 in your request or download chunked answer manually. Read RFC anyway :)

  • How to import and make the content of the original PDF document editable and preserves the pdf appearance and retains existing fields and formatting in LiveCycle

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

    Can someone tell me how I can see my content (artwork and text) after I import  it into LiveCycle Designer ES4?  I like to import and make the content of the original PDF document editable; preserves the pdf appearance and retains existing fields and formatting, then allow me to do the modifications and save it back into the original PDF document with changes. I have tried everything but still cannot see my content(artwork and Text) of my original PDF after importing it into LiveCycle. All I see are is a blank page with the formatting and layout of where my artwork and text should be. I like to see everything if possible so after I make my change I will know how it will look when I save it back into the PDF and open it in Acrobat Reader.

Maybe you are looking for

  • Memory leak in LoadVars?

    Hi, In one of our apps, we've a need to continuously load new data (using Loadvars) every x seconds from the server. However, I seem to be having a memory leak issue when doing the same. Consider the following skeletal code: var myVars:LoadVars = new

  • Mail problems on Yosemite

    Hi there, Does anybody know if anything is going to be done regarding the mail problem on Yosemite? this was a recurring on Maverics too... Since i updated to Yosemite, mail does not work well on my iMac, i cannot get my mail... but i can send mail.

  • PS2 and TV TUNER MASTER?

    how do i get the sound to work?  I put it in the audio in, the setting was set to audio in.... still no sound.  So what do I have to do to get sound? I got a ps2 and i wnat to play it using tv tuner.

  • Bought adobe acrobat X and I have lost the disk, any ideas on whether a replacement can be arranged?

    Bought adobe acrobat X and I have lost the disk, any ideas on whether a replacement can be arranged?

  • Results row charting in WAD

    Hello, I have a question regarding charting only the results in WAD. Currently, I have a % Lot Acceptance Calculated Key figure and in my Rows "Vendor" Upon executing, I get each individual Vendor counts which fall in the % Lot Acceptance bucket. I t