Parent to see the table of contents in the project of the child

Hello

I will have difficulty to display the table of contents merged into the project of the child.  The application, I work with called via a URL.

When I open one of the child htm files after generating locally, I see the contents of the Parent table.  But when I move the project to the server via FileZilla and display help via the application, the Parent html files is displayed the table of contents merged, but the child shows only the TOC of the child.

I have read all the info on the site of Peter Grainge, but can't see what I can change to make it work.

http://www.Grainge.org/pages/authoring/merging_webhelp/merging_method_original.htm http://www.Grainge.org/pages/Authoring/merging_webhelp/merged_help.htm

In settings of WebHelp, Show merged TOC in the child project is enabled for the Parent.

I tried to experiment with the different calls of URL described on the website of Peter, but if I use the suggested format (X:/helpfolder/startpage.htm#mergedprojects/child_project/target_topic_1.htm) I find myself with the two tables of contents showing.

8-6-2013 2-34-17 PM.jpg

For any help or suggestion is appreciated!

Note: Using RoboHelp 9 and generating WebHelp.

Thank you

Natalie

It is a common mistake. Somewhere in your configuration, you claim the home page when you call the default theme. Maybe in your redirection?

See www.grainge.org for creating tips and RoboHelp

@petergrainge

Tags: Adobe

Similar Questions

  • Disable the parent window when the child window is open

    Hello
    I need to open a new popup window using javascript .i don't want adf use predefined function such as dialog, _target, usewindow (according to the req) .but I can able to open a pop-up window, but parent window is still active (not disabled) I'm clicking on parent window when the child is open.

    what I did:

    (1) I used in light of the fn on the onclick event of the command button

    < script type = "text/javascript" >
    var popupWindow = null;
    function popup() {}
    popupWindow = window.open ('http://10.14.1.1:9002/a/b/c/d/payment/Settlement.jsp','abcd12','height=600,width=600,top=0,left=0,resizable');
    popupWindow.focus)
    }

    < /script >

    give me good suggestion to solve this problem

    Siva,

    A quick google search revealed that the behavior you're seeing is an expected behavior of the modal dialog box.

    See if the given suggestion [this post | http://www.experts-exchange.com/Web/Q_20832231.html] help.

    Jean Lou

  • Parent - relationship of the child in a table

    Oracle Database 10 g Express Edition Release 10.2.0.1.0 - product

    I have the following table. The table contains an attribute called parentraid that specifies if it is a parent or a child. For the data indicated below, ra1, ra2, ra3 are parent and others are children with their respective parents specified in the parentraid attribute.
    CREATE TABLE  "ADDRESEARCHAREA" 
       (     "RAID" VARCHAR2(30) NOT NULL ENABLE, 
         "RANAME" VARCHAR2(30), 
         "RASTARTDATE" DATE, 
         "RAENDDATE" DATE, 
         "PARENTRAID" VARCHAR2(30), 
         "RASTATUS" VARCHAR2(30), 
          PRIMARY KEY ("RAID") ENABLE
       )
    
    insert into addresearcharea values ('ra1','raname1',to_date('04/01/2012','mm/dd/yyyy'),'','','Active')
    insert into addresearcharea values ('ra2','raname2',to_date('04/01/2012','mm/dd/yyyy'),'','','Active')
    insert into addresearcharea values ('ra3','raname3',to_date('04/01/2012','mm/dd/yyyy'),'','','Active')
    insert into addresearcharea values ('ra4','raname4',to_date('04/01/2012','mm/dd/yyyy'),'','ra1','Active')
    insert into addresearcharea values ('ra5','raname5',to_date('04/01/2012','mm/dd/yyyy'),'','ra2','Active')
    I am looking for the following output,
    RAID RANAME PARENTRAID PARENTRANAME 
    ra1 raname1 -  -  
    ra2 raname2 -  -  
    ra3 raname3 -  -  
    ra4 raname4 ra1 raname1  
    ra5 raname5 ra2 raname2  
    Help, please

    Try this

    select a.RAID as RAID, a.RANAME as RANAME, b.RAID as PARENTRAID,  b.RANAME as PARENTRANAME
    from ADDRESEARCHAREA a
    left join ADDRESEARCHAREA b
    on ( a.PARENTRAID=b.RAID)
    order by 1 
    

    And thank you for providing the Insert table ddl and sample

    Edited by: Anupam_Halder to add aliases to the column

  • View the table of contents of a project of RH6 in RH8

    As a companion to my other post questioned recent re RH6 RH8 TOC, specifically:

    If I have a project of RH6 I open in RH8, how can I view the table of contents of the RH6 project without creating a new brand, so I can view and edit?

    My apologies if I misunderstood your question, but just try to double-click the TOC file that has been updated to RH6 when you opened the project in RH8. You can find it in the project configuration module.

  • You can import a table of contents of a project to another? (RH9)

    I'm working on a complex project in RH9. (all work in HR)

    I made all changes to the htm files I needed.

    I went to rename the .htt file and upon entry, RH 9 is CRUSHED!

    When I opened it, my OCD was completely GONE!

    Fortunately, I made a backup of the directory a few hours ago.

    Options:

    A.) go to the backup and redo work hours (not what I want to do).

    (B) somehow import the table of contents of the backup to the new project.

    I hope that it is something stupid and very easy to do. It's a VERY complex TOC (print pages 11) if I don't want to redo from scratch.

    I expect all of your expert advice.

    Thank you very much!

    DianaJ

    Hello

    To import a table of contents in an existing project, you can follow the steps below:

    1. go to the POD project manager and expand the folder for the table of contents

    2. click on new table of contents in the right click Menu

    3. give the name to the table of contents you want

    4. check the "Copy the Table of contents" and find the TOC file you want to import

    5. click OK and all the content of the table of contents must be imported.

    I hope this works

    Thank you

  • Private data LVOOP Parent returned when the child instance created from constant

    I created a parent class and child class.  For each of these classes, I created a member who is a builder, whose purpose is to initialize constants for each class and return the instance of the class VI.  I also have an accessor Member VI for each class that returns private data of the class (in this case, a single string for each class).

    Private class data Parent 'String' is set to "text Parent" as default.

    Private data of the class of the child 'Child String' are set to 'Child text' as a default.

    The Parent class constructor works very well.  For testing purposes, I'll be back the text of unbundling of directly the manufacturer VI, as a return of the VI accessor. The Parent constructor starts from a class constant.

    However, in the case the constructor of class as a child, if I start from a class constant, unbundling directly private data (using a feature of unbundling by name and choosing "Child String" as the element), I get the private parent data!

    If I use the Member of the class of the child VI to retrieve the text, I get the private data of the child.

    If I change the constructor from a class of control instead of a constant class, I get the private data of the child.

    This occurs only until the child class has existed as a control flag. that is, if I ungroup private data, after the class is returned by any Member VI, I get the private good child data.  Then, of course, something changes once the class 'data' has been a control at a given time.

    I'm using Labview 8.6.1, Windows XP

    I have attached a small project that demonstrates the problem that I encounter, without actually doing initialization, just read.

    Is this expected behavior?  Why does it matter if I start with a constant of class instead of a control of the class?  When you slide the block diagram in the project window, you will always have a constant.

    Although I was able to reproduce your problem in LabVIEW 8.6.1, it seems to work fine in 2009.  I could not find a CAR ID, but at this point I can only assume that the behavior was not intended but it is set in 2009.

    Let me know if you need me to find more details.

  • When I include a Table of contents in my project and get an overview of the project, it always starts with a blank slide that contains an arrow to 'start '. That's fine, but I really want to start with the first slide in the deck. How to change that?

    The Captivate TOC suggests that the first slide must be 'System Basics title Page'. But instead, I get the screen below. You must click on the arrow to start the course. Not terrible, but I'd rather just start with my first slide. Ideas?

    CaptivateTOC.pngResultingStartPage.png

    If this isn't HTML, you will have to leave checked AutoPlay. Normally SWF-output supports automatic playback. Check the preview in the browser instead of draft Preview.

  • Display parent next to the child in the row header

    Hello-

    I have a dimension in a cube of ASO, who has dozens of children for each of the thousands of parents. I'm writing a report of financial information that indicates the members of level 0 and displays their name of the mother next to them in the report rows (these names parent would be descriptors for the benefit of the user - data will still be level 0). I'm not able to find any variation of MemberProperty in a text column that can do this, nor any formula in the row header. I plan to redraw the cube to these children and their parents in separate dimensions, but fighting which makes sense to me, because they have a perfect parent/child relationship. Can anyone suggest a way around this? I thank very you much for your time.

    -Rob

    Have you considered creating another table of aliases that concatenates the Parent and child for the Alias.

  • Is it possible to have multiple tables of contents in webhelp output that can be chosen according to the role of the user/client?

    Our product is composed of several modules, for example, the modules-1 thru 8 - module.  We sold all 8 modules or some of them - in different combinations to different customers. I've developed help online in the same direction, that is, in the modules, help-1 to ' help-8. Each help module has its own table of contents.  According to the requirement for a particular client, I integrate the required modules, build the main table of contents using the mini-table of existing materials for each assistance, generate the sequence to browse and compile. This has been my routine until now.

    Now, the product development team would like to automate this process: for example, they want to give me the help of output for the 8 modules in integrated form, as well as tables of contents separate for a combination of different modules for different customers like, assistance, modules 1 to 8, 1-2-3, 1-5-6, etc..  They feel the moment this TOC fell in the output of aid, it should automatically start functioning - without compiling!

    I explained the process used to develop Robohelp projects, how TOCs are built, etc., but they want to know if there is a work around, so that when a customer asks for modules 3, 7 and 8, immediately, they can go down the table of contents (for 3-7-8) at the end of the project, and it should work - without compiling , or anything of that kind. I tried Google and Adobe Forum, but couldn't find something suitable.

    Do you have a solution? A solution to this problem?

    What you need is merged help.

    You generate a parent and all the child projects. You always install the parent and then any child projects, you need. OCD, search and index adjusts automatically. See the pages on my site.

    Note, however, that many people take another view for the development of your product. See all assistance and people then view information about something and realize that they need!

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Why does my merged project display 2 table of contents for the first project/start?

    I use RH8 and windows 7 and generate Webhelp

    When I generate my merged project I get 2 table of contents of the first project. When I click on other merged projects disappears from the table of contents 2nd and all is well.

    Also, I can't return to my first / start window.

    Here is what I created:

    Main folder

    Parent

    Children

    Project 1 (this is my start/welcome page)

    Project 2

    Project 3

    Project 4

    My Parent file in the table of contents contains new projects and looks like this:

    Project 1

    Project 2

    Project 3

    Project 4

    The only section in the parent file is empty and I put in the following redirection according to the instructions on the site grainge:

    "< meta http-equiv ="refresh"content="0;url=./mergedprojects/project1/project1.htm "/ >

    How stop the TOC 2 on the first page of the project start and how do I display so I can access it later.

    Any help is appreciated.

    Pat

    The start page is not a topic. This is what opens the three components and the topic you see in that is the default theme.

    By default, HR takes the name of your project and which initially applies the page so if your project is called redrabbit, the start page will be redrabbit.htm.

    Many authors can call the redrabbit of the theme by default as it is the name of the project and it seems logical.

    Problem is when the wizard attempts to use it as the default value for the start page, the name is used for the number 1 is added.

    This means that you end up with redrabbit and redrabbit1. If you look in the wizard, you will see the name of the start page, first on the ground. You do not redirect, that redirect you to the default topic that is longer than down in the page of the wizard. The index is that the field is called the default theme.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Characters Czechs corrupt in the Table of contents

    Hello world.

    I'm working on a project large enough help in Czech. This isn't something that I started from scratch, I took during a colleague who recently left our company, so I don't know much about how it was done.

    The project is made of 3 elements, resulting in 3 CHMS which are then copied into the same folder with other CHM using some sort of algorithm.

    Once all of these files (CHMS 4 in total) are copied to the folder Help software, they are shown as a component only when you click the button in the software - which means that you see a table of contents complete with chapters of each 3 files).

    The problem is when I compile the individual CHMS, I get the message " " "characterparameters HTML help a not supported for the selected language. Do you want to continue? »

    If I continue, the file is compiled and when I open it, the table of contents seems ok. However, when I copy with the other files and open in the software (a program of type CAD) some characters are replaced with something else:

    Capture2.gif

    I use Robo help 10 and the police in the files is Verdana. I read on another thread than the police could be the problem, but I don't know how to change in all files (except perhaps to Internet Options in the chm directly?)

    My regional settings are also defined in Czech when I compile the file, so it shouldn't be a problem. However, whenever I compile, I get this message and corrupt characters are displayed using the software.

    Can anyone help with this?

    Thanks in advance.


    Christina



    I use RH 9.

    From my experience, namely character such problems can sometimes more an art than a science. This is what it looks like anyway.

    A few issues involved can be:

    1. Language for non-unicode programs office must match the output of the Control Panel, in the dialog box language and region , on the administration tab, make sure that the language of non-unicode programs is set to the target language.
    2. Language settings in RoboHelp - under file | Project settings, ensure that you have set the language in HR in Czech for all projects. In addition, in the pod of single Source Layouts, right-click on the output and choose Properties in the drop-down list, and language , make sure that it is set in Czech.
    3. Encoding of characters in the file itself - open the file (in this case .hhc) within a text editor like Notepad ++ and in menu coding , check its character encoding. By experience, it must be on encode them in UTF-8 encode in UTF-8 without BOM.
    4. Character encoding in the tag XML - also in Notepad ++, check the coding in the first tag line 1. My hhc file that we translated into Czech, it is set to
  • What are the advantages and disadvantages of the use of a table of contents?

    Captivate v5.5

    I see the advantage of a table of contents that allows for the learner to see and then navigate (jump) to a specific section in a project.

    However I am unclear what role (if any) a table of contents would play if for example I have a project and I want to assure learners do not "jump" from slides/subjects and must take the project slide by slide.

    Apart show what is covered in the project and too much space on each slide vaulable, am I lack clear advantages / benefits by using a table of contents in these projects where I don't want users to have the right of skip?

    No matter which input based on past appreciated experience.

    Noel

    New: http://lilybiri.posterous.com/custom-playpause-button-in-captivate

  • RH7 topics in the table of contents report?

    I have a project that has 11 different layouts: 2 go to WebHelp, 9 go to Word, with the content variable determined by the two tables of contents and conditional build tags. The customer wants minor changes to a few topics in the Word output. The fastest way is to edit Word documents and source files separately, due to the time it takes to generate a new output in Word and then reformat the content to make it good.
    Is there an easy way to know about a particular topic, which ToC (or presentation) he appears in? variants of 114 subjects x 11 ToC = a lot of lists to cross-check!

    I just discovered a partially useful answer.
    In the list of topics RH7, it shows a column called "name of the table of contents. Drag this column as wide as possible, and you can see all the tables of contents appearing in the heading.
    After changing topics, I click the Date header to sort by date so that the latest changes appear at the top. Then I see what table of contents that they are, in a view. All what I need now is to print it. I guess there is always a 'Print Screen'!

  • Asian characters in the table of contents

    Hello

    I use Robohelp 7.0.2 and I'm having problems for Japanese and Chinese characters is displayed correctly in the table of contents of my project.

    My HHC and Perfect files are correctly encoded in UTF-8 format and appear correctly in the main interface of Robohelp. My subjects also displayed correctly. I also have a translation German and all (including ulmhauts appear correctly) in all contexts.

    However, when I export the CHM, the text in the table of contents and index appear as question marks. The most likely problem is a place hidden somewhere, but can someone point me in the right direction?

    Thank you

    I discovered that change the language setting of Robohelp has allowed me to generate properly the CHMS.

    It is however unacceptable software that claims to support 35 languages. It should be possible to use the software without always having to change his language put forward and backward...

  • Table of contents disappeared

    I had updated my project for several hours when the words on a page would appear and disappear. I never seen this happened so I'll stop RoboHelp and my computer. When I opened the project, I found that the TOC was gone. All my pages were there then I pressed autocreate OCD, but it wasn't in the way I needed to the table of contents. My project is on the C: drive and everything is copied on my network, with the exception of several hours of work, I made this morning. Is it possible to copy the table of contents of the network version to my C drive so I can save all the work I did this morning?

    You can try to copy the HHC back in. Copy your project first to be sure.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

Maybe you are looking for