Related topics like the list instead of button?

I use RoboHelp 8.0.2 to produce HTML Help.

Instead of having a related topics button, I would like a linked list of topics to appear (if the user doesn't have to click to see the list of topics and if there is that one topic is not automatically taken it).

Ideally, it would look like this:

Related topics

Heading A

Heading B

I understand that I could do it manually, but then I wouldn't have RoboHelp keep track of these things for me.

Thank you

Victoria

Hi Victoria

V Igel says:

I understand that I could do it manually, but then I wouldn't have RoboHelp keep track of these things for me.

There isn't really anything that RoboHelp would specifically do with control of related topics that would offer you no advantage compared to a list of links.

For example, manually add you subjects to control currently. If you update one of the subjects in the control so that they have a different file name, RoboHelp does follow and update the name of the file for you. Here again, he'll do the same thing if you have a list of links.

You may be under the impression that if you were to change the title of the topic that control related topics would be changed to reflect the new title. But you would be wrong.

See you soon... Rick

Useful and practical links

Wish to RoboHelp form/Bug report form

Begin to learn RoboHelp HTML 7 or 8 times now - $24.95!

Adobe Certified RoboHelp HTML Training

SorcererStone blog

RoboHelp EBooks

Tags: Adobe

Similar Questions

  • My Windows Live Mail is sorted in alphabetical order by family name, but now, when I add a new contact, it is positioned at the top of the list instead being placed in the right place alphabetical.

    My direct mail is sorted in alphabetical order by family name, but now, when I add a new contact, it is positioned at the top of the list instead being placed in the right place alphabetical.  How to load the list of contacts to organize all contacts, including contacts, in alphabetical order by family name?

    E-mail address is removed from the privacy *.

    My direct mail is sorted in alphabetical order by family name,

    It is not clear what you mean by this statement.

    • There is an option in the contacts window in kind (names) of > name -is that what you mean?
    • Or that, when you open / switch to the contacts window, you see a list sorted by last name?
    • Or that when you click on to... or start typing in the to... box in a message composition window, you see a list ('contact selector') sorted by family name?

    Only in contact with an e-mail address will appear in the "Chooser". The list includes names in alphabetical order. For contacts with a first name and a registered name , the list will be sorted based on the preference granted to sort by in the Contacts window. Contacts with multiple email addresses will appear once for each address with the address in brackets after the name.

    Name is a special value built by WLMail contact data fields. It will consist of the first match found during the analysis of the data fields in the following order:

    1. Nickname
    2. First name + last name (in the order specified to sort by in the Contacts window)
    3. First name or last name
    4. Company
    5. E-mail address
    As you start typing in of... box, WLMail will present a list of matching entries in your contacts list. You can start typing username, first name, first name, company, e-mail address to a contact or any significant word in the Notes field for this contact. So, if you type bil, for example, the list that appears will include
    • any person whose nickname starts with Bil, e.g. Billyboy
    • any person whose first name begins with Bil, e.g. of Bilbo Baggins
    • anyone whose first name begins with Bil, for example Jim Bilko
    • everyone whose company name starts with Bil, e.g. Billingsgate Market
    • everyone with an address of e-mail from bil bil or just after a period or the ' @' symbol, for example "the bilbo at hotmail dot com" or "jim to billingsgate dot com" or "jim.bilko at hotmail dot com.
    • all categories whose name contains a word starting with bil

    If this does not solve your problem, please post your question in the forum dedicated to contacts in Windows Live Mail.

    Noel

  • Images on the screen in the list update only after scrolling to the rank of the list instead of updating automatically after each image is uploaded (delayed image loading)

    1. I started a lazy image loader to download images in drawListRow and passed the url of the image to download reference.

    2. After downloading the respective bitmap in the lazy image loader, I cancelled the list (called by using a reference to the screen where images are to shoot) using a thread event as follows:

        UiApplication.getUiApplication().invokeLater(new Runnable() {
                public void run() {
                    _list.invalidate();
                }
            });
    

    But my images are updated on the screen until I scroll over the line in the list.  I also tried to use _list.invalidate (index) to invalidate each line once the image is drawn to this particular line, but it does work and does the same thing as _list.invalidate ().

    I want the images to be updated without scrolling, and as soon as they are downloaded. How do I get there?

    Valuable contributions will be highly appreciated.

    UiApplication.getUiApplication () .invokeLater (new Runnable() {public void run() {_list.invalidate ();})            }        });

    use invokeAndWait instead of invokeLater and check if it works or not?

  • Change the State of all the Image inside the list view toggle button when a list is tap

    Hi, please help, is there a way to change the State of a toggle button to image inside the listview where in when you type a list, the toggle button in the list state change and the other toggle button will be set to their default image? the list has a defined Image toggle button to check both...

    
    ListView {
    
                        layout: GridListLayout {
                            cellAspectRatio: 1.4
                        }
    
                        id: denominationList
                        dataModel: _model.denominationModel
    
                        listItemComponents: [
    
                            ListItemComponent {
    
                                id: component
                                type: "item"
                                CustomListItem {
    
                                    id: itemRoot
                                    dividerVisible: false
                                    highlightAppearance: HighlightAppearance.None
    
                                    Container {
                                        id: fieldContainer
                                        topPadding: 5
                                        leftPadding: 10
                                        rightPadding: 10
                                        bottomPadding: 5
                                        //maxWidth: 270
    
                                        layout: DockLayout {}
    
                                        Container {
                                            id: amountContainer
                                            //topPadding: 
    
                                            layout: DockLayout {}
                                            background: Color.create("#ffffff")
                                            horizontalAlignment: HorizontalAlignment.Center
                                            verticalAlignment: VerticalAlignment.Center
    
                                            ImageView {
                                                id: amountBorder
                                                preferredWidth: 400
                                                imageSource: "asset:///images/flux/amount-border-other.png"
                                            }
    
                                            Container {
                                                horizontalAlignment: HorizontalAlignment.Center
                                                verticalAlignment: VerticalAlignment.Center
                                                layout: StackLayout {
                                                    orientation: (!(ListItemData.name > 4) ? LayoutOrientation.TopToBottom : LayoutOrientation.LeftToRight)
                                                }
    
                                                Container {
                                                    horizontalAlignment: HorizontalAlignment.Center
                                                    verticalAlignment: VerticalAlignment.Top
                                                    visible: (ListItemData.name.length > 4)
    
                                                    preferredHeight: 60
    
                                                    Label {
                                                        id: loadPromoName
                                                        textFit.mode: LabelTextFitMode.FitToBounds
                                                        //multiline: true
                                                        visible: (ListItemData.name.length > 4)
    
                                                        textStyle{
                                                            fontSize: FontSize.Medium
                                                            fontWeight: FontWeight.W300
                                                            color: Color.create("#b9babe")
                                                            textAlign: TextAlign.Center
                                                        }
    
                                                        text: ListItemData.name
                                                    }
                                                }
    
                                                Container {
                                                    verticalAlignment: VerticalAlignment.Center
                                                    topPadding: 8
                                                    rightPadding: 0
                                                    ImageView {
                                                        visible: (ListItemData.name.length <= 4)
                                                        preferredHeight: 40
                                                        imageSource: "asset:///images/flux/pesosign-amount.png"
                                                    }
                                                }
    
                                                Container {
                                                    verticalAlignment: ((ListItemData.name.length > 4) ? VerticalAlignment.Center : VerticalAlignment.Bottom)
                                                    horizontalAlignment: HorizontalAlignment.Center
                                                    leftPadding: 0
    
                                                    Label {
                                                        id: amountLabel
                                                        textFit.mode: LabelTextFitMode.FitToBounds
    
                                                        textStyle{
                                                            fontSize: FontSize.XLarge
                                                            fontWeight: FontWeight.W300
                                                            color: Color.create("#b9babe")
                                                            textAlign: TextAlign.Center
                                                        }
    
                                                        text: ListItemData.amount
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                        onTriggered: {
                            var selectedItem = dataModel.data(indexPath);
    
                        }
                    }
                }
    

    link the button to a property of an element, and then change all the elements in the datamodel. ListView reflects these changes.

  • Featured News Widget: How to add trigger at the top of the list, instead of bottom?

    Hello

    In the recommended news widget, I want to add new news as it comes.  The most logical way to organize it is with newest items on top and the more you go down.  But it seems that I can only add triggers at the bottom of the list.  Instead of manually move down each trigger menu & content associated with each time single - I want to add a piece of information to the top of the list.

    I hope that makes sense, let me know if it doesn't and I'll clarify.

    Best,

    K

    "Z-order" means rear command. You can use take it to the front, put in the background, options etc. in the menu object, or rearrange the order in the layers panel.

  • Removal of the topics in the list of topics but not project

    I would like to delete a few topics of my topic list but not my project. I don't know how I go about it. Links to other topics that can be removed? I don't want to not all references to the deleted subjects remaining in the project. I could not really nothing found in the forum discuss this in particular.

    Try this. Create a label called conditional construction OBSOLETE. Attach to any topic that you don't want to (permanently or at least for the moment) in your results compiled or generated. While you compile or build the project, be sure to exclude OBSOLETE headings in your statement of construction.

    I also move all my OBSOLETE subjects in a folder of the same name in the project. They are still there, can be returned to service if necessary, but they are out of the way.

    HTH!

  • Can I have the spatter filter appear in the list instead of the Gallery menu?

    Can I have the filter ' brush Stokes > splash "appear in the filter menu instead of select in a filter Gallery in CS6?

    Thank you.

    Turn on 'Show all names and groups the filters Gallery' in Preferences > plugins.

  • Select the list that behave like trees

    Hi all

    I use apex 4.2.5.

    I want to create a tree like the list item, which shows the child records under main folders.

    for example, in the emp table, employees of managers. so I want to create a list which show and then employees managers under each manager way as only one employee may be selectable, managers should not be selectable.

    How to do this?

    Thank you

    Maahjoor,

    Consult the Group by list select plugin that helps you choose the child entries

    I hope this helps.

  • Im trying to delete unnecessary programs like the computer is slow, but might have deleted something important as email yahoo virus checker suddenly does not work

    How can I know if the programs listed in Add/Remove programs are essential or not? Some seem obvious, but there are others who are not. I tried to cross and remove what I use not but theres so much I don't know what they are doing and if I really need things telling not used since 2005 or what are sometimes programs that I use.
    I also clicked on a button in the list, instead of asking me if I wanted to remove or change as usual, he took something and I don't know what it was. Can I know what I deleted?
    Thank you.

    clairecat,
    You can search through the event viewer to see the items you deleted.  If you're just going through your add/remove program list and want to know if you need the program, then I watch the last time that it has been used and then get on the internet if you do not know what the program does.  The link below gives some good tips to keep your system works well.

    Article Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Is there a way to hide fonts in the list of fonts in Photoshop elements 13?

    I don't use very many fonts that came installed on my laptop in Photoshop Elements. So I would like the list to include only the fonts that I use instead of having to go through all the fonts installed on my laptop when I create.

    babs03 wrote:

    I don't use very many fonts that came installed on my laptop in Photoshop Elements. So I would like the list to include only the fonts that I use instead of having to go through all the fonts installed on my laptop when I create.

    The program uses system fonts. You need to remove the fonts via the control panel. It is not a good idea to do so.

  • Create the symbol of the child at the top of the list.

    Hello

    Is it possible to create a child element that is added to the top of the list instead of down?

    for example.

    (1) create a #1 childSymbol

    (2) create a #2 childSymbol above childSymbol #1

    Thanks in advance

    The second argument should be the selector for the element 'parent '. For example, if you want to prepend the child created in the list of children of a div with id = "myContainer", then your code should look like this:

    sym.composition.createSymbolChild ("element", "#myContainer", 0);

    DIA-

  • List all tabs button is missing

    This button has just disappeared all of a sudden. I have now a single group of tabs, and I can't reach any 3 other groups I had before this happened.

    I tried to close and restart Firefox, which did not help. I tried to restore the profile of last week. It worked at first, but then I clicked on the "list all tabs" button, went to another group of tabs and Bingo-TEST - lost the "list all tabs" button once again!

    It is extremely annoying. I am now using a profile restored, but I can't click the "list all tabs" button more without losing all the tabs but those in the Group of tabs I'm going. So I didn't actually tab groups more!

    Hello, the list of all tabs button appears only when you have several tabs open, so that all does not fit into the space on the tape tabs.

    to toggle the display of the tab view where you can edit groups of tabs, you can either controls, buttons and Toolbars Customize Firefox & place the groups tabsn ' anywhere on the interface or else use keyboard shortcut ctrl + shift + E.

  • How to define an attribute of the declarative component with the list of options

    12.1.3 jdev

    I'm trying to define a declarative component UOM. It has a text box with a selectOneChoice of the optional codes for this type of unit of MEASURE.

    I have uomType as one of the attributes of my unit of MEASURE. It may be of WEIGHT, VOLUME, LENGTH, etc. Is it possible to provide a list of the channels supported for my uomType? So, when the user uses this component, they can select a type they want in the list, instead of typing in themselves.

    < afc:attribute >
    < afc:attribute - name > uomType < / afc:attribute - name >
    < afc:attribute - class > java.lang.String < / afc:attribute - class >
    < afc: required > true < / afc: required >
    < / afc:attribute >

    Thank you.

    Hello

    Unfortunately the lists are not an option with the declarative elements

    Frank

  • How can I select multiple items in the list of the spark without pressing the command?

    Hi all

    I need to change the behavioral list to allow multiple selections by clicking on each item

    In the list, instead of using the control

    30:

    Elazar r

    This blog explains how: http://flexponential.com/2009/12/13/multiple-selection-in-a-spark-list-without-the-control - key /

  • ActionScript 3 - text will not appear in the list

    I'm the video suite by Buck Defore on the creation of a simple application. I compile the ActionScript code by pressing control enter. List and the text in the list came but button does not appear. The demo is so simple that I do not understand what I am doing wrong. Does anyone else have this problem?

    Have you looked at the source .fla? Download it and compare with what you did.

    http://www.Adobe.com/DesignCenter/video_workshop/HTML/vid0135.html

Maybe you are looking for

  • use of OOP and not

    Hello, I use LabVIEW for a couple of years now and have met a few references to the OBJECT-oriented programming. I read a little of the help file to this topic and some stuff on the forum. I have a basic question that I would like to get an answer be

  • How to recover the previous operating system when the recovery partition is missing

    Hello, I have a Toshiba Satilite originally shipped with Windows Vista Home Basic Notebook (Laptop), I wanted to try the new Windows 7 Enterprise so I downloaded and installed the trial of the Web of Microsofts site, 90 days, when I installed it, it

  • State of charge screensaver

    I've seen an application that replaces the clock on the screen by default when the device is charging. Do you use java or Plazmic to create a screen saver?

  • ACS 5.3: Data Repository on Tapedrive

    Hello It is prossible to create a repository of data on the tape drive and use it to perform: -. a. incremental backup b. configure the view incremental backup c. configure the backup of database view Also if the backup can be taken on the tape drive

  • A problem I have with my rendering video.

    Hello everyone, so I worked on a video for a while now and I'm almost done with the video, but I'm having a problem with my video rendering. I have it in my video so that there are a few sounds that appear at certain points in the video, and when I p