Urgent - HTML help merged projects - displaying in the same window

Hi All,
Following some recent windows updates I'm experiencing all sorts of problems. My most urgent problems is as follows:
First off this is all in RH8 and yes I have upgraded to 8.0.2 and project is set to re-build cpd each time.
So I have a merges project as follows:
Parent project
     child project 1
     chils project 2 etc
when I compile an html help project with TOC, and single source window settings on default if I click on a child project it is diaplyued in a separate window. If I then select a different project in the parent project TOC this is also displayed in a different window but the window still has the caption of the previously opened file.
What I need as  the end result is for my HTML help project output to al display in the same window whether I click on a parent project item, or a child project item.
Please can somebody advise mne how to do this as I am VERY close to a deadline and as usual it seems RH8 has let me down again.....
Thanks
Author Care

Hi there
Methinks Colum needs more coffee, because the options he cited have nothing to do with other windows. They have to do with whether the displayed topic synchronizes with the TOC and whether the TOC entry is highlighted.
I'm thinking it has to do with creating a "Global" window. You change the names of the windows so they include Global.
The link below has more:
Click here to view
Cheers... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcerStone Blog
Captivate eBooks

Similar Messages

  • RH8 Merged project child project displaying in a separate window

    Hi Everyone,
    Today I created a brand new merged project in RH8 using webhelp format. Both the parent and child projects were created from scratch.
    When I displayed the finished merged project and clicked on the child project in the help TOC the child project displayed in a separate window!!
    Please can someone advise ...
    How do I configure this so the child project displays in the same window as the parent?

    Peter,
    Many thanks for your suggestions.
    I tested the sample project again, it was actually from one of our customers whose browser security settings are fixed. The problem was caused by IE7 internet browser security settings. Once blocked content was permitted everthing displayed in the same window.
    This is a relief as all other settings were what I normally used and these always worked.

  • Displaying a page in the same window

    Hi,
    I have a submit button in the jsp page. When I click on that button the jsp page should be displayed in the same window. And also the page shouldn't have the toolbar and the menu bar displayed i.e., it should be full screen in the same window.
    I am able to to the full screen portion but, it is appearing in a new window. It's a java scipt code:
    code]
    <script>
    <!--
    /*Full screen window opener script: Written by JavaScript Kit (www.javascriptkit.com) More free scripts here*/
    function winopen(){
    var targeturl="start.jsp"
    newwin=window.open("start.jsp","","scrollbars")
    newwin.moveTo(0,0)
    newwin.resizeTo(screen.width,screen.height)
    parent.exit()
    return false;
    newwin.location=targeturl
    //-->
    </script>
    <form>
    <input type="button" onClick="winopen()" value="Open window">
    </form>
    How will I do this?
    Shipf1.

    Hi,
    I have a submit button in the jsp page. When I click on that button the jsp page should be displayed in the same window. And also the page shouldn't have the toolbar and the menu bar displayed i.e., it should be full screen in the same window.
    I am able to to the full screen portion but, it is appearing in a new window. It's a java scipt code:
    code]
    <script>
    <!--
    /*Full screen window opener script: Written by JavaScript Kit (www.javascriptkit.com) More free scripts here*/
    function winopen(){
    var targeturl="start.jsp"
    newwin=window.open("start.jsp","","scrollbars")
    newwin.moveTo(0,0)
    newwin.resizeTo(screen.width,screen.height)
    parent.exit()
    return false;
    newwin.location=targeturl
    //-->
    </script>
    <form>
    <input type="button" onClick="winopen()" value="Open window">
    </form>
    How will I do this?
    Shipf1.

  • Need to open the iview in the same window using the navigateObsolute method

    Hi Guys,
    Iam facing a problem using the Navigate Obsolute method. I want the target iview to be displayed on the same window rather than the seperate window. For this I have selected the WDPortalNavigationMode as SHOW_INPLACE. Still  the target iview is displayed on different window.
    The code I have written is
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/com.accenture.Radar/com.accenture.radar.ProjectsIView",WDPortalNavigationMode.SHOW_INPLACE,WDPortalNavigationHistoryMode.NO_DUPLICATIONS,(String) null);
    Could someone help me out.
    Thanks,
    Suvarna.

    Hope this will help you:
    =========================================================
    Defining WorkProtect Mode Centrally
    You can change the following settings:
    · Standard navigation behavior for unsaved data in portal applications
    · Personalization by the end user
    · Appearance of the newly opened window if WorkProtect mode is active
    1. Choose System Administration ® System Configuration ® Service Configuration.
    2. Choose Portal Catalog ® Browse.
    3. Navigate to the epcfloader portal service and change to edit mode.
    The epcfloader service file is in subfolder Services of application com.sap.portal.epcf.loader.
    4. Define values for the following properties:
    Property:  workprotect.mode.default     
    Value     Meaning
    1           Protect unsaved data by opening a new browser window (standard setting)
    2           Unsaved data is lost
    3           Required behavior can be selected each time the popup appears
    Property:  workprotect.mode.personalize
    Value     Meaning
    on         End users can personalize the behavior.
    off         End users cannot personalize the behavior.
    Property:  workprotect.window.features
    Defines the appearance of the newly opened window.
    Possible values are all the commands accepted by the JavaScript function window.open, such as toolbar=no, location=no
    5.      Choose Save.

  • Search Results in the Same Window..as we have in SDN

    Hello Gurus,
    I want the search results to be displayed exactly like we have in SDN. I mean search result should be displayed in the same window rather than opening a new window. Also when click on a document that document should open in the same window.
    Please help in this.
    V

    Hello, we want to implement this functionality as well.
    We are on Portal 6.0 SP15.
    I’ve already modified the ToolAreaIview.jsp to right align the search input box and redeployed the portal archive as a new portal archive to our system.  I’ve created a new iview off this portal archive and the search box is right aligned.    Works great.
    Now we want the search results to appear in the content area iframe? in the same manner as the search results at SDN.  I followed the instructions as kindly outlined by Vaibhav.  I removed the old var searchURL= and window.open code.   My Toolareaivew.jsp now contains this in the function openSearch():
    var searchURL= "http://"location.hostname":50000""<%=url%>" QueryString;
    EPCM.raiseEvent('urn:com.ourcompany','searchResult', searchURL );
    I redeployed the par file to the portal and created a new search iview based on this code.
    I can see the javascript modifications in my browser when I go to view -> source.
    I can event take the variable  searchURL that’s displayed in the  source and paste it into my browser and the URL seems to be correct.  I then modified the com.sap.portal.navigation.contentarea.par ->  workarea.jsp and put in this code:
    // Search Result set
    function handle_searchResult_Event( eventObj ) {
    self.location.href = eventObj.dataObject;
    EPCM.subscribeEvent('urn:com.ourcompany','searchResult', handle_searchResult_Event);
    I saved the par file with the same sap name com.sap.portal.navigation.contentarea.par and redeployed it to the portal.  Now when I search on this newly created iview, it appears this event is not being raised as nothing happens.   I have further read that I may want to rename the .jsp from workarea.jsp to something else.  So I saved workarea.jsp as workarea_new.jsp and redeployed the par file.   Still nothing happens during the search.   I  have even stopped /restarted the portal but still no luck. 
    Could anyone provide any hints at what I might be doing wrong?
    Thanks in advance.

  • I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    Has your carrier been having issues with Call Display? Do the telephone numbers come up when people call, or does it just show 'Unknown Number' or 'Blocked' ?

  • How do you get a merged CHM to open in the same window as the master? (RH8)

    We have a problem where everytime you click on a topic from a merged CHM in the master TOC, it opens a new window exlusive to the chm where the topic resides.  We have more than one master chm and this is the only one that does it, it is also the only one that was created from RH8, although the others have been updated with RH8. We've compared the Window and SS Layout properties with a parent chm that doesn't behave this way and haven't been able to find any differences.  Is there something we can do to have all the topics whether merged or from the parent, open in the same window?

    I think somehow the last time I had this problem I stumbled on a solution and wasn't sure what fixed it, but the problem reared its head again, and it was back to the drawing board. Now I think we have a solution, but we don't know for sure what created the problem. Although we're pretty sure the problem has something to do with creating a new window when there is already and existing window.
    What we found. This problem couldn't be fixed in the SSLayout. We found that the Properties | Advanced | Window setting for individual topics in the TOC had been erased. This Window drop-down selection lets you choose a window other than <Default> if more than one window exists. If not changed by the user, it should stay at <Default>, but somehow the setting was blank on several topics, probably due to the creation of a new window, and maybe some other values being changed. This is probably a bug in RH8, but I don't know about other versions.
    How to fix it.
    First you have to isolate which merged .chm file (child) has the problem, I believe I did this by removing one child .chm at a time from the Parent project and then seeing if the parent .chm worked correctly after generation.
    Once you've found the offending .chm (there may be more than one), open the project and the TOC for the .chm that is a problem.
    Go to the TOC pod > Topic Page Properties (right-click on a Topic in the TOC and select Properties) > Advanced > Options panel and ensure that a value exists in the Window: field. If the field is empty, you have a problem.  Click the drop-down and select <Default>, even if your .chm window displays in drop-down.
    I don't believe there's an option to set a window as the default when you create it, so if there's more than one window, who knows what the <Default> option is drawing from, unless <Default> points to the window you have selected in the SSLayout, which I think is the case.
    Find all Topics that have this problem and fix them.  Note: you cannot fix this by going to topic Properties in the Topic List (or from r-click Properties in a topic), you have to do it in the TOC.
    Save all changes, generate the child .chm, and then replace the old child .chm with the new one.
    Open the parent .chm and check to see if all topics open in the parent window. Your Done

  • How do I merge multiple subscriptions to the same podcast?

    In iTunes I have multiple subscriptions to the same identical podcast (same podcast name and same url) ... some of the subscriptions have duplicated entries and some have unique entries ... (how this happened I have no idea, but that is beside the point) ... my question is how do I merge these multiple subscriptions into a single podcast subscription? I have tried cut & paste in the hope that I could then delete (unsubscribe) to all of the redundant/repeated subscriptions, but that does not work ... in explorer I have found that ALL my podcast files from ALL my podcast subscriptions are found in a single folder .. so all the entries from my multiple subscriptions are there as well ... this smoked my hope that each podcast subscription would have it's own folder or sub-folder ... so I'm stuck ... does anyone know how I can merge multiple subscriptions to the same podcast into a single podcast subscription (without my losing the uniques scattered throuhout the mutiple subscriptions) ... ???

    I would love to be able to do exactly what you are suggesting .. the problem is, if I delete the duplicate subscriptions, I lose the unique files unique to the duplicate subscription I delete ... the problem is that I can't find a way to save/move the uniques (in advance of deleting the duplicate subscription) into a single subscription ... is there a way to do this ??? Does anyone know how to do this ??? Please help !!!

  • Can't merge "duplicate" libraries on the same computer

    MAC PRO
    OSX 10.6.8, Aperture 3.2.4
    I'm trying to merge two libraries on the same mac (different drives). The libraries were duplicates at one time but have since changed - I've added photos to both of these libraries (unintentionally) to the point where both are different sizes and not true duplicates any longer. Trying to merge the two libraries back into one isn't allowed as Aperture says it's a duplicate "of the library currently running."
    I have been able to export an individual project as its own library then merge it into the same project in the other library but not everything all at once.
    Any suggestions would be appreciated.

    I discovered the fix for this issue. Supposedly the problem occurs when an Aperture library is moved or copied via Finder rather than using the Import/Export function with the Aperture itself. Since that is accurate for my situation, I'm assuming it's true.
    In order to merge libraries that were once the same, first create a new library for each existing library. To do this go to File/Switch to Library/Other/New. Choose "Create New" in the dialog box, select a volume to place the new library, give it a name unique for that library, and hit "Create." In the new library, go to File/Import/Library/Project and select a library that you want to eventually want to merge. Import this library. You'll need to do this for every library you want to merge. Once all of the libraries have been imported into new libraries (think of this as just a laborious way of simply renaming the files), then you should be able to merge the libraries together. Be aware you that must create new libraries for all libraries you want to merge. Just creating one new library and attempting to merge the contents with another won't work. In my case, Aperture went through the "process" of merging, very quickly, but none of the files of the second library actually merged into the first - and no error message will appear.

  • How many items can be displayed on the same line in APEX form?

    Hello,
    I have 5 items that I want to display on the same line in a form, but the fifth item is displaying on the next line eventhough I defined it as "no" in Begin On New Line and "no" in ...Field. Is there a limmitted number of items that can be display on the same line? Any help is greatly appreciated, thanks so much in advance.
    I want the 5 items to be display like this,
    Appendix1 _____ 2 _____ 3 _____ 4 _____ 5 _____
    But it is displaying,
    Appendix1 _____ 2 _____ 3 _____ 4_____ 5
    Thank you,
    MT

    If you define the 'Begin On New Line' property to 'No', it should work. I just tested it. Do you absolutely need to set the 'Begin On New Field' property to 'No'? That might change the facts.
    Best regards,
    Mathieu

  • Preview: In a group of PDF files in the same window, going to the next or a previous PDF file displays the bottom of PDF by default, not the top. How do you change this?

    Preview: In a group of PDF files in the same window, going to the next or a previous PDF file displays the bottom of PDF page by default, not the top of the PDF page. How do you change this? In Mac OS 10.9 and previous, going to the next or previous PDF file displays the top of the PDF by default. Is there a way to change this back? When I go to the next or previous PDF file, I want to first view the top of the page, not the bottom. This really doesn't make any sense. Any help? Thanks!
    MacBook Air (13-inch, Mid 2012)
    2 GHz Intel Core i7
    8 GB 1600 MHz DDR3
    500 GB Flash Storage
    Preview Version 8.0 (859)
    Mac OS 10.10.1

    That to me seems like a bug in Yosemite.
    Apple Feedback http://www.apple.com/feedback/
    Bug Reporter https://bugreport.apple.com/

  • MDX : How to use filter on a dimension without showing it OR merge 2 attributes of the same dimension?

    Hello everyone,
    I'm kind of newbie with MDX language, I'm trying to get filtered measures from a cube with a specific layout.
    Here is my exemple :
    I want to get all the "order numbers" where the "invoice" cost is more than 300.  Each invoice is linked with an ID, one order number can have several invoices.
    So what I do is a select request with 2 dimensions : "order num" and "id_invoice"
    Here is the result : I get all the cost sorted by "order num" and I can easealy identify those who are above 300
    order num
    Id_invoice
    cost
    Total
    Total2
    15450307
    10032013094498
    1671
    1737
    ok
    15450307
    10032013099835
    66
    1737
    KO
    15450596
    10032013094078
    8524
    8524
    ok
    15451214
    10032013094119
    228
    4348
    KO
    15451214
    10032013097069
    978
    4348
    ok
    15451214
    10032013097071
    3142
    4348
    ok
    15542434
    10032013101736
    142
    142
    KO
    15550064
    10032013097016
    1261
    1261
    ok
    15550346
    10032013097586
    2252
    2252
    ok
    15550353
    10032013098446
    2617
    2617
    ok
    What i need : In "cost", I need to have the sum of each cost which are above 300 in one line (without showing the invoice id)
    order num
    cost
    Total
    Total2
    15450307
    1671
    1737
    ok
    15450596
    8524
    8524
    ok
    15451214
    4120
    4348
    ok
    15550064
    1261
    1261
    ok
    15550346
    2252
    2252
    ok
    15550353
    2617
    2617
    ok
    How is it possible to use a filter on a dimension without showing it or merge 2 attributes of the same dimension ?
    The problem is that if I show "id" column, the filter doesn't work properly : it compares 300 with the total cost of the whole order and does not compare with each invoice (which could be under 300 ! - see "KO" in Total2 column)
    Here is the request I use to generate this result :
    with
    member [Measures].[Total]
    as (
    [TP].[ID INVOICE].[All],
    [TP].[ORDER NUM].currentmember,
    [Measures].[COST]
    member [Measures].[Total2]
    as (
    IIF([Measures].[COST] >
    300, "ok",
    "KO")
    select
    {[Measures].[COST],[Measures].[Total],[Measures].[Total2]}
    on
    columns,           
    Filter
                 [TP].[ORDER NUM].[ORDER
    NUM].members *
                 [TP].[ID INVOICE].[ID
    INVOICE].members
                 ,[Measures].[COST]
    > 0
    on
    rows
    FROM [MYCUBE]
    Thank you  for your help !
    Kind regards,
    Olivier.

    Hi Olivier,
    hereunder a similar query against the AW. For all order numbers, we sum all lines above 30 without diplaying the line numbers:
    WITH
    MEMBER [Measures].[lines above 30] AS
    IIF(
    [Measures].[Internet Sales Amount] > 30,
    [Measures].[Internet Sales Amount],
    null
    MEMBER [Measures].[aggr lines above 30] AS
    SUM(
    exists(
    [Internet Sales Order Details].[Sales Order Line].[Sales Order Line],
    [Internet Sales Order Details].[Sales Order Number].currentmember
    [Measures].[lines above 30]
    SELECT
    [Measures].[Internet Sales Amount],
    [Measures].[aggr lines above 30]
    } ON 0,
    [Internet Sales Order Details].[Sales Order Number].[Sales Order Number] ON 1
    FROM ( SELECT
    [Product].[Category].[All Products] ON 0,
    [Internet Sales Order Details].[Sales Order Number].&[SO51177]:
    [Internet Sales Order Details].[Sales Order Number].&[SO51178]
    } ON 1
    FROM [Adventure Works] )
    I reduced the cube with a subselect.
    Philip,

  • Does the "The Project Owner has the same RBS value as the User" dynamic category rule include Status Managers?

    I tested the following scenario in Project Server 2010 and 2013:
    Assume you have three users: User1, User2, and User3.
    User1 has RBS value Org.UnitA
    User2 and User3 both have RBS value Org.UnitB
    User3 belongs to a group that gets permissions to view projects from a category with "The Project Owner has the same RBS value as the User" setting enabled.
    User2 creates ProjectABC and by default becomes the project Owner. User2 creates a task in the project, and by default becomes the Status Manager of the task.
    User2 then changes the project owner to User1 and republishes the project. User2 remains the Status Manager in the project task.
    User3 can still see ProjectABC. Apparently this is because User2, who has the same RBS value as User3, is still a Status Manager of project tasks.
    If I change User2 RBS value to Org.UnitA, then User3 can no longer see ProjectABC. Note that User2 is not the project Owner at this stage, but the change in User2's RBS still affects the visibility of the project.
    It seems to me that in "The Project Owner has the same RBS value as the User" dynamic category rule, the "Owner" should be "Owner or Status Manager".
    Is this a bug or by design?

    Hi Barbara,
    Thanks for going through the trouble of reproducing the behaviour. It's interesting to know that Effective Rights in Project Online displays different results.
    The system in which I tested this scenario is updated with the December CU, so I'm guessing you'll still get the same result after updating your environment.
    In my usage scenario, a user needs to create projects on behalf of other users, and then change the Owner. Unfortunately this doesn't change the Status Manager of tasks, and consequently the visibility of the project is not what was expected.
    The user who creates the project can change the Owner, but can't change the Status Manager. The new owner would have to open the project for editing in Project Pro, change the Status Manager value of every task, and republish. Precisely the sort of extra
    work that the users want to avoid.
    Using delegation might be a workaround, but opens up a whole new can of worms in terms of information security. It's unfortunate that the "The Project Owner has the same RBS value as the User" setting doesn't do what it says, but potentially
    opens up visibility of projects to a wider audience than intended.

  • Any way to have two DVD SP projects open at the same time?

    Hi
    Since it is likely that I'm going to re-build all the menues in my PAL DVD in a new NTSC project, I'd like to know if there is any way for me to have two separate DVD Studio Pro projects open at the same time. That way I can easily check and copy location coordinates for the buttons, copy text, etc, etc.
    When I open my new project when the old still open, DVD SP just closes the old and opens the new project.
    If it was possible, it would make everything much easier for me, since I have 15 menues to re-create
    Thanks!
    Natasha
    Mac OS X (10.4.9)

    If you just require a visual reference, you can take screen grabs of your first project and open them in Preview...
    Open your project, and press Shiftcommand(apple)4 and the pointer turns into a little cross-hair.... you then click-hold & drag a marquee around the section of the screen you need as reference, then when you release the mouse button a screen grab is taken of that portion you selected.
    It will be saved to your desktop as 'Picture 1'
    you can repeat this for different sections of the project (picture 2, picture 3 etc), and open them in preview.
    Not an ideal solution, but might be of help.

  • I have a problem, when i start the project i open the browser window and whenh i select a clip premiere stops working!!!

    i have a problem, when i start the project i open the browser window and whenh i select a clip premiere stops working!!!

    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840

Maybe you are looking for