Display Topic as First in htmlHelp

I haven't used RoboHelp for a while. I'm using RoboHelp X3.
After generating the primary layout (WebHelp), I want a specific
topic to display first. I can't seem to figure out how to do this.
I used the first_topic.htm as the topic I want to display first,
but another topic always displays first.
Is there a setting I need to change? Help!!! Thanks.

Hi loririo and welcome to our community. It's been awhile
since I used X3 so am a bit rusty exactly where to go. From memory
there is a setting that forms part of your generate/compile dialog
where you can specify the default topic. If you go to the
properties of your HTML Help compile source you should find it in
there.

Similar Messages

  • Unable to display topics in OHW

    Greetings,
    I am using OHW 2.0.2 and having problems displaying topics. My ohwconfig.xml looks like...
    <?xml version='1.0' encoding='UTF-8'?>
    <helpConfiguration
    version="2.0"
    xmlns="http://xmlns.oracle.com/help/web/config">
    <!-- Page branding based on ResourceBundle -->
    <brandings>
    <branding text="HP OpenView Web Console Help" />
    </brandings>
    <!-- Different locale setups. -->
    <locales>
    <!-- English: -->
    <locale language="en">
    <books>
    <helpSet id="ovwebhelp"
    location="http://localhost/ohs/?type=ov_web&amp;locale=en&amp;port=80" >
    <contentLocation baseURI="http://localhost/help/en/ov_web/ui/gStart/" id="1" />
    </helpSet>
    </books>
    </locale>
    </locales>
    <navigatorAliases>
    <!-- Uncomment for Tree Based TOC Navigator
    <alias name="oracle.help.navigator.tocNavigator.TOCNavigator"
    value="oracle.help.web.navigator.tocNavigator.TOCTreeNavigator" /> --
    </navigatorAliases>
    <parameters>
    <combineBooks>false</combineBooks>
    <useLabelInfo>true</useLabelInfo>
    <!--
    Number of locales that are kept in memory all the time.
    Please see the OHW documentation for more information on
    this parameter.
    <cacheSize>3</cacheSize>
    -->
    </parameters>
    </helpConfiguration>
    Unfortunately while ohw displays the table of contents correctly, I can't select any topic and see the table of contents. The URL for the helpset is a generated helpset with just one subhelpset:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <helpset>
    <title>Openview Help</title>
    <subhelpset location="http://peony:80/help/en/ov_web/ui/gStart/getStarted.hs" order="2147483647" />
    </helpset>
    I'm running all of this on a single Windows XP machine peony with JDK 1.4.2. What do I need to do to ensure OHW displays the content of my topics? I thought the <contentLocation> element was the only additional thing I needed to do, but that's not working.
    thanks,
    Elizabeth Dyer.

    Greetings,
    I am still pursuing problems with OHW and displaying the help content correctly. All the subhelpsets are under the same directory structure, e.g. help/en/ov_web/ui/hoh, help/en/ov_web/ui/usingHelp, etc. The html files in the subhelpsets usually reference a shared jpg file in their html file...
    <body leftmargin="10px" topmargin="12px" marginheight="12px">
    <img class="bannerrightimage" src="../../../common/image/banner_graphic.jpg" alt
    ="Library logo">
    where banner_graphic.jpg resides in the help/en/ov_web/common/image directory. Note that the common directory itself contains no subhelpsets, but stylesheets and graphics shared by all the help html files.
    I have added all the subhelpset locations to ohwconfig.xml with the <contentLocation> element (including the common/image directory). All subhelpsets are referenced via an apache alias that points to the help directory. OHW is not displaying images that are referenced in the html for the topic. If I look in my access_log for apache, I find that the URL to banner_graphic.jpg is wrong...
    15.2.113.125 - - [01/Mar/2005:13:12:18 -0700] "GET /ohw/help/common/image/banner_logo.gif HTTP/1.1" 302 -
    This should be /help/en/ov_web/common/image/banner_logo.gif
    So, what do I need to add to my ohwconfig.xml to get it to reference URLs that are shared by multiple html files, but still within a directory specified by a contentLocation element. If needed, I can mail you my ohwconfig.xml and portions of the subhelpsets to reproduce the problem.
    thanks,
    Elizabeth Dyer.

  • Char displaying only the first three characters in the cube

    Hi Experts
    I have a char  with lenth 60 and it's active.I am updating this char via the update routine whereby i am reading data from an active table of an ODS as i update in the update rules.
    But surprisingly,once the load is succesful and complete,upon checking the data in the active table it's displayin the way it should be the problem comes in when I view the data on the cube which displays only the first three chars even if the descriptionis a 60 character field.
    Please help

    Hi Herbert,
    Have you checked in the infosource or transfer rules, what is the length of the infoobject, if you are loading the data to PSA, please check there it self, whether it is displaying 60 characters or only 3 characters.
    Thanks
    Sat

  • I used a code i got with my moive to download the itunes version and i was watching the itunes extras, but now when i click on "play itunes extras" it plays the audio but the only thing it displays is the first frame (the movie is catching fire)

    i used a code i got with my moive to download the itunes version and i was watching the itunes extras, but now when i click on "play itunes extras" it plays the audio but the only thing it displays is the first frame (the movie is catching fire) i deleted the movie and reinstalled from my icloud backup and it still does the same thing. The actual movie works fine, its just the itunes extras

    Hi there MickeyDresaj,
    You may find the troubleshooting steps in the article below helpful.
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    -Griff W. 

  • Buttons are not displayed for the first time when drawImage method is used

    Hi
    In my swing window 2 buttons are there and when clicking these buttons, it should display an image . The two buttons are displayed at the first time and I can click on it . While clicking a button , the corresponding image is also got displayed. [ I am using drawImage() function for it] But what the problem is, then the two buttons are not displayed and it will be displayed again when the mouse moves along the position of these two buttons. And this problem occurs only at the first time..When they are on the window on a second time, they won't vanish when the image is displayed when clicking it. Is this the problem with paint() method?. I am using start() method also.
    Please help me!
    Thank You

    Hi
    This is not my exact program, that has a large no: of code. So I am putting here a sample one. One thing I would like to point out is that , I can see the buttons at the time of loading the applet and suddenly it vanishes and the image is drawn. Then if I move the mouse along the position of these buttons , they got displayed.
    import java.awt.*;
    import javax.swing.*;
    /*<applet code = MyClass width = 500 height = 500>
    </applet>
    public class MyClass extends JApplet
    Image img;
    JButton b1,b2;
    Container cp;
    Canvas1 cv;
    class Canvas1 extends JPanel
    public void paint(Graphics g)
    super.paint(g);
    g.setColor(Color.black);
    g.fillRect(0,0,500,500);
    img = getImage(getCodeBase(),"image1.jpeg");
    g.drawImage(img,20,20,this);
    public void start()
    cv = new Canvas1();
    cv.setBounds(0,0,500,500);
    cp.add(cv);
    public void init()
    setLayout(null);
    cp = getContentPane();
    b1 = new JButton("Button1");
    b1.setBounds(1,1,100,30);
    cp.add(b1);
    b2 = new JButton("Button2");
    b2.setBounds(200,1,100,30);
    cp.add(b2);
    It would be very helpful to me if you could fix the problem.
    Thank You.

  • Followup to Displaying Topic HTML File Name

    A week ago I posted a question about whether it is possible to display the topic file name in the Web Address field.
    Rick responded that it was not possible, but gave me a good alternative with a Javascript that displays the file path in the RH topic.
    The only problem is that you have to go to each topic, add the Javascript and the file path information.
    Is it possible to automate this process? Is there a way to have the Javascript automatically update the displayed topic location?
    Thanks,
    Chaim

    Hi there
    Nearly overlooked this one after the long holiday weekend!
    See if the link below helps any.
    Click here to review a script that may help
    Note that I'm not suggesting it be used "as is". What I'm suggestng is that you could pick apart the techniques to accomplish what you are wanting to accomplish. In other words, you probably have some homework to do.
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • In setting where could i see the shipping cond. displayed as number first?

    Within a SO, currently the shipping conditions displayed as 'Normal Mode'...
    I remembered that if you setting somewhere, the shipping conditions could be displayed as <b>'01</b> Normal Mode'...
    As i could see the number..'01'.
    Do you know where to set this???
    Thanks!!!

    oh...i think you didnt get what i mean...
    But finally i got what i wanted...
    There is a button called 'Customizing Of Local Layout' on the top bar, click it->Go to 'Options'>Tab of 'Expert'->Controls..Check 'Show Keys in all Drop-down list'->Done
    Now restart the transaction 'VA03', you can see that the shipping cond. is displayed by number first..

  • Choice displays only the first option.

    hi,
    I am having problem with the "Choice" menu i created. It is displaying only the first choice option, though i select other choices...Meaning, it's displaying only "23.0" whatever other values i select...any suggetions?
    Thanks in advance.
    public class equalneutron extends Applet implements MouseListener{
    //        ... (variable declaration)
             Choice distance = new Choice();   
             public void init() {       
               addMouseListener(this);       
               distance.addItem("23Mpc");       
               distance.addItem("60Mpc");       
               distance.addItem("100Mpc");       
               distance.addItem("200Mpc");       
               distance.addItem("500Mpc");       
               distance.addItem("1000Mpc");       
               r_Mpc=distance.getSelectedItem();       
               add(distance, BorderLayout.NORTH);       
               ItemListener il = new ItemListener() {       
                   public void itemStateChanged(ItemEvent ee){                         
                       if(r_Mpc.equals("23Mpc")){               
                           r = 23.0F;           
                      }else if(r_Mpc.equals("60Mpc")){               
                           r = 60.0F;                           
                      }else if(r_Mpc.equals("100Mpc")){               
                           r = 100.0F;           
                      }else if(r_Mpc.equals("200Mpc")){               
                           r = 200.0F;           
                      }else if(r_Mpc.equals("500Mpc")){               
                           r = 500.0F;
                      }else if(r_Mpc.equals("1000Mpc")){
                           r = 1000.0F;
    distance.addItemListener(il);   
    // ...... rest of the code

    it is allways returning 23.0 because tou've initialized r_MPC to the selected value which is 23.0 at the beginning.
    You must reask the selected value in the listener :
    ItemListener il = new ItemListener() {                      
    public void itemStateChanged(ItemEvent ee){
    String selected = distance.getSelectedValue().toString();
    // the rest of your code
    hope it'll help

  • App file sharing: files are displayed only the first time...

    clicking somewhere else and then back to the application that you want to share files are not there any more.
    I've to close and re-open the itunes in order to see them again.
    itunes is running on windows 7 64bit.
    is this a bug ?
    thank you.

    Hi! I have the same, exact problem. The files are displayed only the first time I look at the apps listed under File Sharing. If I look at another app on the list, the files on the one I previously checked are gone when I look at it again. Is there any way to fix this? I have a Lenovo X61s on Windows XP Professional 32 bit.

  • How to display topic content in non-RH window?

    Morning all,
    I'm working with my developers to find the best answer to this: How can we display topic content in a non-RH window.
    Currently, I'm running RH 8.0.2 and generating WebHelp. We want to keep all content in RH, and for one part of our web service, we want to display topic content, but not a window generated by RH. In fact, we really just need the data to appear in something simple like a table cell. We don't want to hard code the content as it's likely to change.
    I'm guessing since the folks on this forum have done everything w/ RH short of alchemy, someone out there has already done something like this.
    So far, we're looking at opening the .htm file and pulling everything inside the body tags, then displaying that in whatever structure the developers decide is best. Kinda crude.
    Questions that come up:
    How do we match the content to the page it's displayed on since we're not using any of the RH structure around the content?
    Is there a slick way to do this with the CSH API and MapIDs?
    Since we're just using the content, the title tag is unused for these topics. Is there a way we could leverage this tag to help track the topic or the page it will display on?
    As always, any enlightenment is welcome.
    Patrick

    Peter,
    Thanks, but not really. I had read through that topic a while back.
    It looks like we really need to display the content (probably everything between the body tags?) in an HTML element like a <td>. We could do frames, but for a small help window, they really eat up a lot of space and definitely don't fit in with the style of the site.
    I think the display of the content will be left in the developer's hands - that's what they get paid for.
    If you have any thoughts on how to reference the content, I'd love to hear them. I can't see MapIDs working as we're not using the CSH API. Though I suppose our developers could hack the .js file and determine how RH uses the MapIDs and recreate that. But that's a lot of work.
    Referencing the topic by the name of the .htm file locks us into that file name and makes future changes a little more difficult.
    The only thing I've come up with so far is to put a code in place of the <title> tag since the title won't be displayed. That way we could change the content w/out the developers having to recode. Crude, I know.
    Regards,
    Patrick

  • Getting zero to display as the first character

    I know this should be simple, but I'm trying to get a zero to display as the first character in a field when necessary.  For example last 4 of SSN.  Any help would be appreciated.

    Hi,
    You can achieve this in the Patterns dialog. Select the object and go to the Object > Field palette. There you can click the Patterns button and edit the Display Pattern.
    For example, this would display a number without leading zeros: 12
    num{zzz9}
    Whereas if you use 9 it will display leading zeros: 0012
    num{9999}
    Hope that helps,
    Niall

  • HT5639 I have downloaded Windows 8 on my Mac Pro 13'' retina display. The first few hours everything worked fine until I open windows today and the trackpad/mouse and keyboard aren't working. Ive tried resetting windows but it didnt work. help appreciated

    I have downloaded Windows 8 on my Mac Pro 13'' retina display. The first few hours everything worked fine until I open windows today and the trackpad/mouse and keyboard aren't working. Ive tried resetting windows but it didnt work. help appreciated thanks

    It sounds like it is time to restore from the backups you made just before making the disk changes.
    You can re-partition and restore your backups.  If you didn't make backups first (you were warned that it might damage things and to make sure you had a good backup) then you will need to repartition everything and reinstall from scratch...

  • Display only the first record

    I have report in BEx where we want to find the first time a customer ordered Quantity of more than 500 in a data range (For Ex: From April 10 to April 30). In a particluar date range the customer may order more than once (Qty > 500). The catch is we want display only one first time he ordered qty > 500.
    Customer    Date         Qty > 500.
    ABC         4/21/2005        2,035 CA
              4/22/2005        12,290 CA
              4/23/2005        4,826 CA
              4/26/2005        6,397 CA
              4/27/2005        1,538 CA
              4/28/2005        4,849 CA
    XYZ         4/25/2005        2,000 CA
              4/26/2005        12,000 CA
              4/27/2005        4,500 CA
              4/28/2005        6,300 CA
    In the output report we want to display the first record for each customer as:
    Customer    Date         Qty > 500.
    ABC         4/21/2005        2,035 CA
    XYZ         4/25/2005        2,000 CA
    Your help is really appreciated. Thanks.

    jayant,
    i think, you could use your date as a condition to filter by in your report... try looking that the properties of your KF and, under Calculations, set the 'Calculate Result as...' to the first value only.
    hope this helps - don't forget to give out points. =)
    ryan.
    ps. i've tried this, and it sort of works - just need a bit more of tweaking around. =)
    Message was edited by: Ryan Kristoffer Tan

  • Can you fix occasionally all blue display of top/first message line in Mail 6.0 making it unreadable?

    Can you fix occasionally all blue display of top/first message line in Mail 6.0 making it unreadable?

    Information.
    Gmail Settings
    Gmail with Apple Mail
    Gmail with Apple Mail (2)
    Gmail with Apple Mail (3)
    Gmail with Apple Mail (4)

  • Some child chms don't display topic in topic pane when TOC item is clicked

    Okay. I'm not sure what's going on.
    We have a master project and various sub-chms that get merged into the TOC of that master project. We have a fairly new sub RH project named "Toolkit Modules" that generates three additional sub chms that are also merged into the master help. They appear at the very end of the master project's TOC:
    <master help's toc>
    <10 other merged chms>
    toolkitmodules.chm
    toolkitmodules_blade.chm
    toolkitmodules_vwmp.chm
    All the topics for the three toolkit modules chms exist in the Toolkit Modules project and are conditionally marked with topic-level build tags so that the right topics appear in their respective chm.
    I compiled the three toolkit chms and then put them in the master root directory so that when the master help is generated, they get included properly.
    At first glance, all three of these chms appear to be working fine in the master TOC. I can expand and view the master help's TOC for the sub projects just fine, but clicking on a TOC entry does not display
    the topics for these two chms in the topic pane:
    toolkitmodules_blade.chm
    toolkitmodules_vwmp.chm
    I'm not sure why.
    If I double-click and open up the individual chms from within Windows and view their contents, the topics appear as expected in those chms. It's just when merged, these latter two chms don't do anything from the TOC side. However, I have verified that the topics are indeed getting merged in, because I can use the Search tab to see the topics. In fact, the Locate button on the toolbar even expands the correct TOC and highlights the entry that matches. So something's just not working from the TOC side.
    Any ideas?
    I'm using RH 9.02.271
    Windows 7 64-bit
    HtmlHelp output (chm)
    Thanks!

    Jared
    Right now I simply don't have the bandwidth to say "send me your project". You may see me ask others to do so but that will only be where I believe it will be simple or I just need to see something.
    Take a look at Item 13 in http://www.grainge.org/pages/authoring/rh9/using_rh9.htm. That covers the fix to the merged CHM help problem that was used before Adobe fixed it in 902. Part of the problem was the HHP getting rewritten so maybe something there will help.
    Any merged CHM help users able to pitch in here?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for