Merged WebHelp Pro projects in RH8 - CSH options not working

Hi -
We are trying to upgrade from RH7 to RH8. Currently, we have several context-sensitive WebHelp Pro projects that are merged on the RH7 Pro server. To accomplish this, we simply select the "merge projects" check box in the Admin tool. (Nothing is done in the RoboHelp client w/respect to merging as must be performed with non-Pro projects.)
The master project is master by virtue of being listed first in the Web Administrator. The order of the remaining projects defines their order in the merged Help TOC. The master project specifies two named custom windows and a custom skin. In the WebHelp Pro options for the child projects, we set Skin = Default and Default Window = None.
The Help implementation is context-sensitive using map IDs. Some have the older context strings, defined in their respective projects' .ppf file. All works as expected in RH7. When a map ID is called from one of our applications, the individual Help topic inherits the master project's custom window and skin. The topic with the specified map ID or context string appears in the right-hand pane of the custom frameset. The TOC lists the topics of all merged projects. We used the RoboHelp-supplied RoboHelp_CSH.js in the design of the Help system. The call looks like this:
<a
href="javascript:RH_ShowHelp(0,'http://<ServerURL>/roboapi.asp>MyHelpWindow',HH_HELP_CONTEXT,'5108')">Help</a>
We don't specify a project name and the server is happy (still resolves the map ID). For RH8, we have set things up identically on the server. However, the 'child' projects are not inheriting the 'look' (window/skin) defined in the master project. Either that, or the map IDs are not resolving. We also have a single-pane window defined in the master project for Help pop-ups, which now insists on appearing with the other custom window's frameset (button bar, TOC, and topic pane). We have changed nothing, other than importing the RH7 projects into the RH8 client. The server's "merge" check box is selected. The call to Help for RH8 needed to change and so far looks like this:
<a href=http://<serverURL>/<context>/server?area=Area_51&ctxid=5108&wnd=MyHelpWindow>Help</a>
Note that we haven't tackled using the Robohelp_CSH.js file that is packaged with RH8 yet. First things first, i.e. make sure server is running correctly and we have devined the new parameter syntax correctly. The question is, what needs to change for our Help application to work in RH8? The link specified above displays the correct HTML frameset, but the topic pane is empty/blank. If we leave out wnd=MyHelpWindow, we get the correct topic, but it apears in the user's default browser window, with no TOC. Also, if we target the single-pane window I mentioned above, it appears in the expected size and location defined in the master project, but it is multi-paned (again, with a blank topic pane).
Here is one observation. We did find that in the RH7 Web Admin, selecting the master project and clicking View Project shows the master's default topic in the custom frameset. Doing the same for some child projects, they display their default topic in a plain window (no frameset). In RH8, many child projects would display the default RoboHelp frameset and a 404 error in the topic pane. By carefully investigating the child projects' NewWindow settings, we've found that RH8 is particularly sensitive if those settings are anything other than having 'One Pane' and 'Use Default Browser Settings' selected.
Does anyone know why this is still not working? Any help appreciated.

Hi RoboHobo,
Unfortunately my previous post got a little messed up. I wanted to point you to link http://forums.adobe.com/message/2220336#2220336 , but somehow the url for that hyperlink was set incorrectly and it pointed to another post of mine.
Anyways I hope this one gets posted properly. The workaround I was talking about is this(just a copy paste from my other post) :
The page that you get has javascript code to open a popup window to launch page containing context sensitive help. If you view source of the page you get for CSH link, you will find it has javascript code like :
<script language="JavaScript" src="/robohelp/robo//server/resource/window.js"></script>
<script language="JavaScript">
//function Main()
        var cWnd = new CWindow();
        cWnd.m_bUseProp = 1;
        cWnd.m_strFrameName = 'DHW_TestCSH|RHS_CSH';
        cWnd.m_strURL  = '/robohelp/server?%26mgr%3Dagm%26agt%3Dwsm%26wnd%3DTestCSH%7CRHS_CSH%26tpc%3D%2 Frobohelp%2Frobo%2Fserver%2Fgeneral%2Fprojects%2FTestCSH%2FTopic1.htm%26ctxid%3D 2%26project%3DTestCSH';
        SetRect( cWnd, 5, 5, 90, 90, 0, 0, 0, 0 );
        SetProperty( cWnd, 1, 1, 0, 1, 1, 1, 1 );
        Execute( cWnd );
</script>
May be you have popup blocker enabled in your browser and that’s why popup window containing the help doesn’t open up.
The reason its launched in a separate browser window is so that CSH window properties specified in help layout can be applied on the new window.
If you have to do away with the popup window and want the page to open directly by entering the URL, then there is a workaround, but in that case your CSH window won’t have the properties specified in Webhelp Pro window used while publishing Webhelp Pro to RoboHelp Server 8.
The workaround is as follows:
1) Backup <RHS8_Install>/WEB-INF/SysWebPrjLst/wnd_ie_iframe.asp and <RHS8_Install>/WEB-INF/SysWebPrjLst/wnd_ns_window.asp
2) Stop Tomcat service
3) Edit <RHS8_Install>/WEB-INF/SysWebPrjLst/wnd_ie_iframe.asp and <RHS8_Install>/WEB-INF/SysWebPrjLst/wnd_ns_window.asp and copy following text in these files:
<html>
<head>
<meta http-equiv="Refresh" content="0; url=<%=strWorkspaceURL%>">
</head>
<body>
<font face="Verdana, Arial, Helvetica" size="2">The help page you are looking for can be found at <a href="<%=strWorkspaceURL%>">here</a>.</font>
</body>
</html>
4) Delete all files in <RHS8_Install>/robo/server/resource
5) Start tomcat service again
Now the CSH url should take you directly to the help page you are looking for.
Regards
Tulika.

Similar Messages

  • IE10 Fix Does Not Appear to Work for My WebHelp Pro Project

    I am testing a WebHelp Pro project that was originally created in RH9, but is now being generated in RH10.0.1. (I am working on a Windows 7 (64-bit) OS, with IE10.) With the RH application closed, I copied the two "FixForRH10Install" folders into my WebHelp5Ext folder, as directed. Then, after reopening the app, I recompiled my project. Unfortunately, whether I view my primary layout locally or publish it to a server, I still see the same problem with the output in IE10. Initially, I see the TOC panel on the left and the default topic on the right. But if I click a link in the topic, in the TOC, in the Index, or in a Search result, I get nothing in the right side of the screen--just a blank with progress "swirl" endlessly swirling. (For what it's worth, if I right-click in the blank screen or on a TOC link, the topic will finally display.)
    Is anyone else experiencing this? Even with this "fix," the only way I can make my Help display properly is to use IE10's Compatibility View. 

    Did you paste the folders to the WebHelp5Ext or to the same name folder within? The latter is not the correct procedure.
    You have to drag the supplied folders to where I have shown, you do not paste them over the top of the old template_skin and template_skinpreview folders. When you drag to the correct location, you will be asked if you want to merge the folders, confirm you do.
    If you have dragged to the old folders, sub-folders will have been created that you need to reverse out.
    The template_skin folder should not have any sub-folders.
    The template_skinpreview folder should have a template_skin sub folder but that should not have any further sub-folders.
    The patch does work once you have regenerated so I am pretty sure that is where you problem is. If you are not sure about all this, you may want to get IT or a developer to assist. Whilst it will not impact this problem, also make sure you have applied the recent patch.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge
    Message was edited by Peter Grainge to clarify first paragraph.

  • Making a duplicate copy of a RoboHelp WebHelp Pro project in RH9

    Greetings forum friends,
    I wanted to seek your suggestions for a procedure for creating a new project from an existing project.
    The use case here is to create the help system for your recently updated project, which requires a new help project.
    Here is the general process I am considering:
    1. Copy original Project Files to a new location on the local file system
    2. Open the project from the new location - either browse to project file using Windows Explorer, or open it from RH9.
    3. Rename the project folder and File > Rename Project
    4. Rename the Project Title in the Project Settings
    5. Update Help topics with the new version.
    6. Publish the project and confirm the availability in the RH Server Admin page
    Does this process seem agreeable? Any suggestions?
    The reason I ask about this is that we have begun seeing an odd issue where some of our projects are displaying twice in the RH9 Server Admin page.
    We have removed the references from Admin and the webserver, and have republished but we see the same results.
    Any suggestions are most welcome.
    Thanks,
    Eric

    Hi Eric.
    The "General" area is the default location for all WebHelp Pro project output. This area has certain defaults to it that are designed to allow someone to install RHServer and use it out of the box. However in the real world you may find that this area on its own does not meet your requirements.
    Think of each area on the RHServer as a directory into which you publish your output. If you have ProjectA and ProjectB, you can publish their output to the same area without issue. However if you have two versions of ProjectA, there are potential pitfalls. Now I don't know what you have done with the new version of your project but if you haven't carried out your duplication correctly and published the output to the same area, you could have two different versions of the output in the same location.
    Personally I always publish each version to its own distinct RHServer area that you can setup in the Web Administrator. This is set in the Edit Destination dialog as you describe. The only thing to consider here is that the path to the help would differ to C:\Program Files\Adobe\Adobe RoboHelp Server 8\robo\server\<area>\projects where <area> is the area name. You may want to read the RH Server Reviewers Guide which expalins more about this area.
    This keeps things much simpler and neater. This works for us also as each area contains a single help file made up of over 15 merged RoboHelp projects. If I was to publish multiple version of each version to the same area, I'd get VERY confused VERY quickly! This maybe taking things a little too far for you but we also subdivide our output into different RHServer contexts which are setup in the Configuration Manager. For example we have contexts for ProductA Versions 1-10, ProductA Versions 11-20, ProductA Versions 21-30, ProductB Versions 1-10, ProductB Versions 11-20, etc.
    Hope this helps.

  • I have a licensed copy of Adobe Acrobat X Pro for Windows.  I recently switched over to MAC OS and would like to move my Adobe X Pro over but the CD will not work for Mac OS?  Can anyone assist me with this conversion?  Best,  James.

    I have a licensed copy of Adobe Acrobat X Pro for Windows.  I recently switched over to MAC OS and would like to move my Adobe X Pro over but the CD will not work for Mac OS?  Can anyone assist me with this conversion?
    Best,
    James.

    you cannot use your pc license to install on a mac.  you would need a separate license (and serial number) for that.
    adobe allows platform swaps, but only with the latest (xi) version, Order product | Platform, language swap
    your option to use acrobat on a mac are to upgrade to acrobat pro xi and change platforms, use a windows emulator (parallels/boot camp etc) on your mac or swap with a third party.

  • In my macbook pro hdmi, usb & SD card reader not working

    In my macbook pro hdmi, usb & sc card reader not working.
    i have tried the SRM reset done, till not working started.
    Could you please resolve this problem,

    Welcome to Apple Support Communities
    Simply take it to an Apple Store or reseller if it's in warranty. Your Mac will be repaired or replaced for free because it looks a hardware problem rather than a software issue.
    If it's not in warranty, hold Command and R keys while your MacBook is starting up, and reinstall OS X. If it doesn't work, you can't do much more to solve the problem

  • MacBook Pro Late 2011 : Optical Disk Drive not working?

    MacBook Pro Late 2011 : Optical Disk Drive not working?
    When i try to a put in a cd or dvd; it rejects it automatically within 10-15 seconds.
    I have resetted SMC and PRAM; no chages.
    Don't know what to do. Please help.
    Thank you.

    Clean the heads.
    check to see if it is under warranty.
    buy external DVD/CD rw

  • Wifi option not working in my i phone 4s ios 7.0.2, how to fix it

    wifi option not working in my i phone 4s ios 7.0.2, how to fix it

    Now my wifi is working but not showing the wifi logo on the top

  • My Macbook Pro keyboard AND USB keyboard will not work.  However, the trackpad and USB mouse will work.  Any help?

    My Macbook Pro keyboard and USB keyboard will not work.  However, the trackpad and USB mouse will work.  Any help?
    This is quite frustrating, since it randomly occured as I was browsing the web.  It seemed to happen out of nowhere.  I cannot login to my user account because I cannot type my password. 
    Any help will be appreciated.
    -Matt

    If you have another Mac, boot the non-working one into Target Disk Mode (holding down "T" at startup). Hook up the two Macs via a Firewire cable. The non-working one will mount on the other Mac as an external Firewire HD.
    Next, download the 10.5.6 Combo update from here:
    http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx1056comboupdate .html
    Run it. When it asks you for a destination, choose the other Mac that was mounted via Firewire. When it's done, unmount the computer and restart it. The keyboard and mouse should work now.

  • Issue with unlinked books in WebHelp Pro project TOC - RH7 and RH8

    I've been testing WebHelp Pro in both RH7 and RH8. Have the same problem in both with the topic that automatically displays when you click a book/sub-book that is not linked to a specific topic.  For some reason, WebHelp Pro displays the last topic in the previous book/sub-book. After opening different books/sub-books within the TOC, I determined that there's a browse sequence being created based on the TOC hierarchy even though I do NOT have any browse sequences set up in this project at the topic level.  However, WebHelp thinks that the last topic above the selected book is what should be displayed even though it might not relate to any of the topics associated with the selected book. This is a real usability issue. I was confused by what was displaying and I'm the one who develops the help topics and TOC.
    By the way, this does NOT happen when I publish using FlashHelp Pro. In FlashHelp, the last topic that was accessed remains in the topic frame if there is no topic linked to the selected book. This is much more acceptable to the user because the topic is not switching.
    I'm assuming that this is a BUG and should be reported!
    NOTE: We're still working in RH7 but plan to publish to RH Server 8 using WebHelp Pro.
    Because I don't expect this to be fixed soon, we have developed a workaround. We are adding a generic but applicable topic for each book/sub-book. This will be our new development standard but it requires going back into 4 different projects to fix the problem. Not the most efficient use of our time as we're swamped with new topic development.

    Hi.
    Yes this is a bug and I'd urge you to report it. You can use this link. The more people that do the greater chance it will be fixed. I have covered the entire problem and the workarounds here.
    Read the RoboColum(n) for a tips,  tricks and musings on the Technical Communication Suite products.

  • Trying to publish old X5 webhelp pro project using Robo 6

    I apologize immediately for this being confusing....Have to provide a bit of background b4 I get to the "roboengine" part of my question.
    First - I inherited an old X5 Webhelp Pro help project (CSH) that was published with a web app developed with .NET. The app is still in use but the help hadn't been updated in 2+ years. Without going in to all the "why"s, here is the bottom line.
    The old x5 project has been opened in Robo 7 but since then, worked on in Robo 6. Just the usual assortment of content edits, a new template, and such.
    All seemed fine until the project started hanging up on me to the point where I could no longer even work on it. Literally, I try to edit one topic and it hangs. Have tried creating new project and reimporting files and some other things with no luck.
    So..being up against an immediate and immoveable deadine, I downloaded a trial version of Robo 8 to see if the version issues might be the problem. Project stoped hanging BUT.... now I can't publish using the old publish info. New server, new security , new policies in place. Thought we could just copy the updated files to the existing network folders/structure (where the help was served up from 2 years ago and still should be.) Deleted the old files, kept the folders, and copied the new stuff into the existing folders. Now when we click the CSH help button from the web app here's the message we see:
    CONGRATULATIONS! The RoboEngine .NET has been successfully created. To get started using RoboEngine you need to publish a project.
    I don't even know where to start troubleshooting this. Don't know what version of roboengine is out there or where it is. .  Anyone have any jumping off points for me? Other than the nearest tall bridge... :-)

    Thanks for your fast reply. At this point continuing to use Robo 8 is not ideal as there is no quick way for me to get a non-trial version of it or of Server 8 (big corporate procurement rolls slowly and they are still on 6 here I believe). I can try creating another new project with 6 and importing the topics a few at a time. If that does work and I can gen webhelp output (don't think i need pro anyway as i don't care about feedback reports and such), should I then be able to just copy those output files over to the existing network folder structure (where the old help files currently resided)? Assuming whatever X5 engine I have works with 6 output...
    FYI this thing is in Production as of 6am this morning with broken help. If I move quickly I can get the fix into a patch release very soon. Just saying that b/c clearly I need to do whatever I can get done the fastest that works. I've considered generating the whole thing to Word output and importing from that using my Robo 6 but assume that will leave a bigger more time consuming mess to sort out. But maybe not...I dunno.

  • RH7 - Custom WebHelp Pro skin custom "Print" button does NOT display in version published to RH Server 8

    I customized a WebHelp Pro skin using the Omega skin as the basis. Everything works fine except the Print button, which I added using the same Action as shown in the BeautifulVista skin's Print button.
    Local Version (C: drive)
    When I generate my help project and view it locally from my C: drive after I accept the warning about viewing locally, I see the Print button.
    However, it does NOT work.  I've attached a graphic that shows the local version and the skin dialog where I set up the action for the Print button.
    RH Server 8 version
    When I view the same project after I publish it to the server, the Print button does NOT display.
    QUESTIONS ARE:
    How do I get the Print button to function properly (active printer dialog)?
    If it can't work until it is published that fine but then how do I get it display when I view from server?

    Hi there
    Have you tried editing your Window Definition?
    Click View > Pods > Project Setup
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Remote desktop connection not working in windows 7 Pro x64 bit sp1 3389 port not working

    i have still facing same problem in last two week in my  system RDC not working . i have installed in my system windows 7 x64 bit Pro sp1 then i check 3389 port working or not  in my system use the command netstat -a -o command in
    command prompt but this is  my bad luck  its not woking in my machine after i have decide to change RDC listening port via registry  i have change it 3389 to 3391 after restart my system,  and
    after again testing using same command but no any change again rdc not listening . After i have  search this issue on search engine google bing and microsoft , i have found more solutions  but i have try one
    uninstalled two microsoft updates first is kb  KB2621440 second is KB2667402 and after again restart my system and again installed KB 2667402 But not change i have already enabled Remote Desktop connection in windows 7 and select the option
    any version computer running , i have try  three and four time enable  disable remote desktop connection in my machine . but not change i have all windows firewall disable and uninstalled anti virus they intalled in my machine , and using the Mcafee
    stinger tools to scan my machine to remove virus but stinger is not found any thread in system.  ihave already run this command in my system sfc /scannow  Please Can you help me to fix  this issue.

    Hi,
    When you try to start the Remote Destop Connection, what errors it showed out?
    Could the other PCs connect this PC with the RDC?
    So you have read this blog?
    RDP connections might fail due to a problem with KB2621440 - MS12-020
    Did you reinstalled the KB2621440?
    Besides, did you follow this guide to enable the RDC connection?
    Connect to another computer using Remote Desktop Connection
    And also this guide?
    Why can’t I connect using Remote Desktop Connection?
    Please take a check with those settings again.
    Best regards
    Michael Shao
    TechNet Community Support

  • Macbook Pro 10.7.5 internet will not work. HELP!!! Ethernet and WIFI both say connected but still no internet.

    I have a macbok pro running 10.7.5. My internet has always worked on it but I decided to try changing my router set up - the set up didn't work so I reverted back to the original setup that had previously worked.
    Now, I have an Imac running tiger - I can connect to the internet via WIFI or Built In Ethernet with no problem.
    When I try to connect to the internet on the Macbook Pro running osx 10.7.5 my internet will not work
    Safari Says (You are not connected to the internet) and Google Chrome says (Page is Unavailbe) and lists some trouble shooting options that I tried.
    When I go to System prefrences > Network my WIFI and Ethernet both say "Connected" and have a green light next to them.
    I have tryed deleting the connections and starting new ones and I have even tried deleting the Location and starting a new one.
    Nothing works - no matter what I do, even know the WIFI or ETHERNET says Connected, the internet will not work on the Macbook Pro.
    The Internet works fine on my Imac and I have tried everything such as swaping cables but there doesn't seem to be a problem with my internet
    or with my router - it all works fine with my Imac running Tiger.
    Can anyone help me get my internet working on my Macbook Pro again? Any ideas?

    Hello ASGR.SYS amd WahWar,
    I tried both of your suggestions and neither of them worked.
    ASGR SYS - When I tried it your way i got a message saying that the that the diagnostic couldn't repair the problem. It shows the thw WIFI, WIFI SETTINGS, NETWORK SETTINGS, ISP, all turn green. But the Internet and Sever stay red. The thing is, there is nothing wrong with my internet connection as I can connect to the internet on my Imac running tiger, both through ethernet and wireless. When I go to System Prefrences and Ntwork the WIFI and ETHERNET both say "Connected" even know I can't veiw any websites.suggestion
    When I tried WAHWAR's suggestion I get a message that says cannot connect to the WIFI network and then it lists your typical trouble shooting tips. Like Make sure you entered the right password and make sure you are in range of the wireless network
    Again, just to confoirm - My internet connection is working fne both the WIFI and the Ethernet. When I use it on my IMAC running tiger, everything connects as it should and it works perfectly. But when I try to connect with the MacBook Pro, Even know the connections in the Network settings window show up as "connected" the MacBook still seems to think that my internet connection isn't working at all.
    I have tried creating new connections, creating new locations, and I have even gone as far to reset my router and start completely from scratch. The result so far has been the same - the IMAC running tiger will connect - my blackberry and iphone will connect - but the macbook pro running lion will not connect..
    I'd apprechiate any other suggestions

  • HP OfficeJet Pro X576dw Scan to Computer function not working.

    Hi,
    I wonder if anyone can help me. I recently setup a new HP OfficeJet Pro X576dw on network and most printer features work fine with the exception of the "Scan to Computer" feature that is not working for one specific Mac running OS X 10.9.4.
    The "Scan to Computer" (as the name suggests) allows you to scan a document at the printer and send the scanned document to a specific computer on your network. This feature requires that the client computer is Enabled for "Scan to Computer" which is done via HP Utility application (Mac HD > Library > Printers > hp > Utilities) and works on a client Mac we have running Mac OS X 10.8.5 but not Mac OS X 10.9.4, you cannot tick the Enable tickbox on the latter Mac OS X 10.9.4.
    Orginally I never installed an software that can with the printer on CD or Download and simply used the built-in Mac OS X drivers for this printer which have worked fine. I have since downloaded and installed the latest driver software but the enabling of "Scan to Computer" is still not a tickable option on the client computer running Mac OS X 10.9.4. Any ideas?

    @Amsys_SD 
    Thank you for using HP Support Forum. I have sent you a private message. If you’re unsure how to check your private messages please click here.
    Thank you,
    Omar
    I Work for HP

  • Premiere Pro to Media Encoder to .MP4 not working? Please help

    I'm trying to export my Premiere pro project to my iphone .MP4 . I just did it last night for the first time, went to the encoder. Today I think I did everything the same but the .MP4 won't sync to my iphone. Then, I tried it again and now it's exporting two files, one being a .AAC file and the other file has varied. .m4v and .m4v.md0. I just want to export to .m4v, I didn't think it would be this complicated, especially when it worked flawlessly last night. Any insight will be appreciated.

    Hi Andrew,
    Which preset did you use?
    Thanks,
    Kevin

Maybe you are looking for

  • All video encoding in widescreen format

    I've been using iDVD since it first came available, and for some reason all the video the program encodes does so in the widescreen (16:9) aspect ratio. I've gone though all the setting making sure that NTSC 4:3 is selected, especially when creating

  • Can't cut/paste album art

    For some time now I have been adding/changing album cover art by cut/paste from an internet image search and then using "Get Info" to add the art. Now suddenly I can't. I can't get the Paste function to add the art. Has something changed in the last

  • Currency Conversion - YTD - for experts

    Hello, I have following scenario in BEx. YTD BEx variable with "From" and "To" value. Example: User enters: 02.2007 - 05.2007 and wants to convert in USD. The requirement is that all months (02.2007, 03.2007, 04.2007 and 05.2007) are converted with t

  • VL10B - Replenishment delivery distribution

    Hello Friends,   I am having a very complicated scenario in Replenishment delivery. I need a help in resolving the below issue.     Material         |          Availability    Material123     |               5 car Below is how the STO is created. Mat

  • Thinking of selling Adobe Illustrator cs6 software, can it be used on other people's computers if I sell it? l

    Thinking of selling my Adobe Illustrator cs6, Mac compatible software plus the Classroom in a Book with lessons CD. I'd really like Photoshop instead.  I've never sold software, can it be used on other people's computers if I sell it? I'd have to uni