WebHelp Properties Settings Window Content Categories inconsistency

We are using RoboHelp 9 on a Windows 7 platform.
We are seeing what appears to be inconsistent behavior from RoboHelp when setting up a RoboHelp project.
These are the steps we follow:
Open RoboHelp.
Click Blank Project.
Enter title of project.
Enter location of project.
Click Finish.
Delete the "Frist Topic" file.
Select File > Project Settings.
On Project Settings, on the Import tab, in FrameMaker Document area, click Edit.
On Conversion Settings, click Image.
In Preferred Dimensions, select Width and Height.
Click Other Settings.
Select Topic Name Maker, and type in our custom marker name.
Click OK twice.
Right-click WebHelp (Primary Layout).
Select Properties.
In the WebHelp Settings window:
Click General, point to the output folder.
Click Content Categories -- and this is where RoboHelp appears to be inconsistent.
Sometimes the Content Categories node has a child node called Content <Default>, and sometimes that child node is not there.
As far as we know, we are following the exact same steps either way.
I am hoping someone who knows RoboHelp can tell us a simple fix to see the Content <Default> child node every single time.
Thank you in advance!
Tim

Hi Jeff,
We were creating a new project for every product. So...we were already creating a new WebHelp SSL for each product.
Your post gave me an idea for a work-around, and this is what I did:
Create the new RoboHelp project as normal.
Complete all 8 steps in the original post to see if the Content <Default> child node appeared (it didn't).
Closed the RoboHelp project.
Went back to a previous project that had the desired child node, and copied the WebHelp SSL.
Returned to the current RoboHelp project files and pasted the WebHelp SSL.
In RoboHelp, opened the current RoboHelp project.
Went to WebHelp (Primary Layout) properties.
Changed the name in the Title Bar field, and changed the location of the Output Folder.
Published content.
Everything is looking good!  Thank you again.
Tim

Similar Messages

  • WebHelp for multiple content categories doesn't include index_csh.html

    RoboHelp 9
    I used to create output for a WebHelp layout with only one content category, with a start page of index.html.  The output folder would include two additional, RH-generated files, index_csh.html and index_rhc.html.  Within context-sensitive topics in the output, I sometimes linked to additional topics using the format
    <a  href="<path>/index_csh.html#topicid=<topic ID>,withnavpane=false...>, which opened the linked topic within the tri-pane help window.
    I've just created another layout that uses multiple categories, with a start page of index.html for the default category, and now those additional files are not part of the output (neither at the root level nor in a category or subcategory folder). It wouldn't matter so much if the index_csh.html file was in a different or multiple locations; I still would be able to simply change the link path.  But now there is no such file, and I'm not sure how to make my links work.  Anyone know anything about this, or have any suggestions?  There is next to no documentation about Content Categories in Adobe's help....

    Hi,
    The _csh file is still there, but is has a different name. The start file of your content categorie is the name of the content categorie. In the content categorie with the name Content the start file is named content.htm and so there also is a content_csh.htm. As long as your content categorie is called Index, it should work. But that is a problem with multiple categories.
    There are two viable solutions I can think of:
    Identify all your links using the CSH and replace them with direct links to the topics. This is the only real solution to the problem.
    The correct start page is available in the topic through JavaScript. I may be able to devise a JavaScript that gets the correct _csh file for the content categorie and replaces any links to the index_csh.htm with a link to the correct topic. This isn't a real solution, it's more of a workaround so your links keep working until you can create direct links to topics.
    Greet,
    Willam

  • Content categories cause error

    I just noticed the other day that using content categories causes an error in the output (see below). I verified this with a new test project with the same result. It is independent of the browser used.
    All is fine if I manually open the start page in one of the subfolders in the Webhelp output. E.g., if the category is named "admin" then open the file "Admin.htm" in the subfolder "admin".
    It looks like a script error to me, as if a variable was not resolved to set the correct file name for the start file. Any ideas? This in Win7 64bit.

    I know the samples work OK on both 32 and 64 bit and Windows 7 and 8. You appear to have opened the sample that is in Program Files and you cannot fun it from there, that is a backup for the copy in your user profile.
    To open the copy in your profile, click Open on the RoboHelp Starter page and then click Samples in the ribbon on the left.
    First see if that works.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How can I get my OS X Mavericks finder window contents to scroll?

    Since I upgraded to OS X Mavericks I've noticed that I can't do the 2-finger scrolling through my finder window contents any more - any one know how to turn it on again?
    (I have scroll bars set to always in syspref)

    Oh sorry - yes I have - I made sure all my settings were identical to what I had set up on my old (OS X 8.5) macbook including the track pad.
    I can scroll everywhere else (chrome/windows/evernote/notes etc) except in the finder window - and as I'm always grabbing stuff from there it's quite annoying.

  • Unable to view Single Source WebHelp properties, how to correct?

    I am unable to view my Primary Layout single source webhelp properties in RH9.  Several of the single source layout icons have "?" marks on them.   How do I correct this?   Thanks.

    Hi Folks
    If you ever noticed, the question mark is more of a standard symbol for "Help". Because RoboHelp is a help authoring tool, many of the icons sport a question mark. As Willam indicated, it doesn't mean that something is amiss, unfinished or undefined. Instead, it is simply the icon that represents the layout.
    If you look in your Windows file system at any CHM file (a standard Windows help file) you will notice that it too has a question mark.
    And the older WinHelp (.HLP) format (Pre-Windows 95) was a blue circle with a question mark:
    Cheers... Rick

  • How to specify the position of the flash player settings window

    Hi, I have a flex app which turns on a web camera and shows
    the video from the camera. When the page first loads the Adobe
    flash player settings window displays which you are required to
    click on allow or deny.
    My question is, is there a way to specify where this settings
    window should be positioned on the screen?
    You can use this flex test app to see the settings window.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="initApplication()" fontFamily="Arial" width="925"
    height="1100" layout="horizontal"
    verticalAlign="middle">
    <mx:Canvas id="videoContainer" width="330" height="250"
    borderStyle="solid" borderColor="#000000" cornerRadius="10"
    borderThickness="5" x="-167" y="42">
    </mx:Canvas>
    <mx:Script>
    <![CDATA[
    import mx.core.UIComponent;
    public var camera : Camera ;
    public var video : Video;
    public var currentShot : BitmapData = new
    BitmapData(320,240); // video.width,video.height);
    public var matrix : Matrix = new Matrix();
    public var mybitmapdata : BitmapData = new
    BitmapData(320,240); // (video.width,video.height);
    public var mybitmap : Bitmap ;
    public var uploadbmd:BitmapData ;
    public var flag:Boolean = true;
    public var loader: URLLoader = new URLLoader();
    public function initApplication()
    camera = Camera.getCamera();
    video = new Video(camera.width*2, camera.height*2);
    video.attachCamera(camera);
    mybitmap = new Bitmap(mybitmapdata);
    var ref : UIComponent = new UIComponent();
    setInterval(snapShot, 100);
    public function snapShot() : void
    currentShot.draw(video, matrix);
    mybitmapdata = currentShot.clone();
    mybitmap = new Bitmap(mybitmapdata);
    var ref : UIComponent = new UIComponent();
    ref.addChild( mybitmap );
    videoContainer.addChild( ref );
    ]]>
    </mx:Script>
    </mx:Application>

    Yeah, it makes sense that we can't modify the contents of the
    window, but I'd like the position of the window to be based on the
    position of my application... oh well...

  • File Browser, properties, library window will not show up

    I'm using an old version of Motion 3 and my File Browser, properties, library window will not show up even when I click on the icons and/or press command+2,3, or 4 . Seems to be some kind of settings glitch as Motion works fine when logged in under another user. Any thoughts.

    schlickler,
    Welcome to Apple Discussions.
    but now I have the preferences folder on my desktop--does that have to stay there?
    No, it can be trashed.
    Plist files contain instructions for recording and executing tasks associated with the the application or function that owns them. They can and do become corrupted. If you look in the username/Library/Preferences Folder you can usually guess what application or function the .plist serves by analyzing the file name. In this case it was the com.apple.iCal.plist file.
    Proper identification of the appropriate .plist file is not always so obvious. When an application malfunctions, removing the associated .plist file from the preferences folder to the Desktop is often the easiest first troubleshooting step. Then log out/in or restart and re-evaluate the performance of the application.
    A new default .plist file is automatically created in your Preferences Folder after you remove the recalcitrant .plist and initiate the log out/in restart sequence. You can expect default application behavior and you will have to reset some preferences. If the application or function returns to normal after removing the .plist file, it will prove that the original file was corrupt, and you can now safely trash the .plist file which you placed on the Desktop.
    If the application or function is unsatisfactory with the new plist file, the original plist file which was placed on the Desktop can be safely returned to the preferences folder. Just allow the system to replace the newer plist.
    If you are having problems with any aspect of OS X, experiment with deleting the appropriate .plist file. Plist corruption is not uncommon and .plist file deletion often cures many problems. Too many users try intricate solutions first and end up complicating their minor problem.
    ;~)

  • Disabling 'Show window contents while dragging' also disables window snap - is there a workaround?

    When I disable 'Show window contents while dragging' in Performance Options, it also automatically disables the ability to snap windows the left and right and corners by dragging them. I have an older computer, and disabling this really improves the performance,
    but I'd really like to keep the ability to snap the windows around, as it's one of my favorite features.
    Is there a way to just disable showing window contents while dragging without disabling the window snap feature?

    Hey there. I've been trying to figure out why my snap wasn't working, and this is the only post I've found that mentioned it.
    I found snap wasn't working on my machines sometimes and realised it happens after I start an RDP session which disables the "show window contents while dragging" option, but then doesn't seem to enable it properly after the session ends.
    When I check the option, it is already ticked, so I need to untick and re-tick, then apply and snap starts working again.
    I don't know if there is any connection with the "Prevent windows from being automatically arranged when moved to the edge of the screen" option under the mouse ease of access settings.
    It does seem like a new issue though as it doesn't happen under Win8

  • My settings window is frozen.  what can I do?

    While trying to get my ipad 2 set up for email, my settings window has frozen.  - cannot scroll or select any options.

    Try closing the Settings app completely and see if it works when you re-open it : from the home screen (i.e. not with Settings 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Settings app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • After I reset my Ipod (deleted all data and settings) windows 7 doesn't recognize by ipod touch, and it doesn't appear in the itunes library or in the device menu, but it does charge. How can I get my computer to recognize it again?

    After I reset my Ipod (deleted all data and settings) windows 7 doesn't recognize by ipod touch, and it doesn't appear in the itunes library or in the device menu, but it does charge. How can I get my computer to recognize it again?

    Refer to this article:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538

  • Installation Question CS4 Master Collection (Windows Content CD)

    I am running Windows Vista Utlimate SP1-32 bit
    I have installed CD's 1 thru 4 with no issues.  I installed the last CD in the package (it is labeled WINDOWS CONTENT). When I attempt to install this CD, the auto-run feature generates an error message that says "Application not found".  I can access the files through explorer, but I can't get the things to install.
    I am also a VERY new user to Creative Suite.
    Thanks in advance for your help.

    The content is just a collection of goodies that may or may not interest you. Once you get familiar with the individual programs you'll know what to do with the disk. Just keep it handy and check it out from time to time and you'll start to understand what's on there.
    Bob

  • Premiere Pro CS4 "Export Settings" window does not show up.

    Hello,
    I've run into a new problem with Premiere Pro CS4. Basically, when I select "File > Export > Media" my Export Settings window doesn't show up. If I click on the Premiere window I hear the beeping sound and nothing happens, if I hit Enter the Export Data window pops up and then Media Encoder opens. So, it seems that my Export Settings window is still open but I can't see it and make the necessary setting changes. It does not appear to be minimized and I can not locate it on my desktop anywhere. This is really frustrating because I was able to see the Export Settings window just a few weeks ago when I was exporting my last project. I've tried changing my screen resolutions but that didnt reveal the Export Settings window.
    Does anyone know what is going on here and, more importantly, how I can fix it? I am really stuck here and am working against a deadline. Any and all help is greatly appreciated!
    -Ben

    Ben,
    THANK YOU!!!! For two days I have been struggling with the exact same issue. And of course it was simple to fix, if I had just thought about it. Thank you for taking the time to post your experience. I had tried all sorts of stuff trying to get everything onto my #1 monitor, with desktop & workspace resets, resizing my display, etc. After reading and printing your post,
    Hitting ALT+Space,
    Down Arrow,
    Enter,
    and then pressing the left arrow and watching my Export window slide into view, I was laughing so hard, that I was tearing up. It would have been a month waiting for my second monitor to get repaired to get to see what was still being displayed on this ghost monitor. Each week, I video and edit our church's service and then post three versions (Windows Media Player, Ipod-MP4, MP3 Audio) of it to our web site. I would have been four weeks behind were it not for your post.
    Again, a BIG Thank You!!!
    Tony Salso
    [email protected]
    Cedar City, UT 84720
    Tony—Professional Digital Pictures
    --Videographer and Webmaster
    Red Hills Southern Baptist Church
    Serving Jesus in Southern Utah
    [email protected]
    www.redhillssbc.org

  • How to print window contents at the backside of a page(In scripts&smartform

    Hi,
    How to print the window contents at the back side of a page
    in scripts and smartforms?
    regards,
    prajwala

    Create a new page with the window and select "duplex" printing. Use Search button to get more information.

  • Windows 8.1 settings window and other apps automatica​lly minimize/c​annot be selected.

    Whenever I try and change my settings by going through the usual charms menu-> Change PC Settings, the instant the settings window comes up it disappears. I try bringing it up from the taskbar and the same thing happens: it seems to maximize then just disappears. I can't switch to it, only close it. This applies to any app in Windows including Sports, News, etc.
    Thanks in advance!
    I'm running on Windows 8.1 and have a  HP ENVY dv6-7214nr.

    Hi Marhorie4,
    This is the command you should try to enter
    powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register
    $EnvystemRoot\ImmersiveControlPanel\AppxManifest.x​m
    The restore point was  safety precaution, so it something when wrong you would have a good restore point to return to. As you have one that was before the issue started, I would keep and use that one.
    Here is a link to a Window.microsoft.com answer to assist you.  Cannot use Windows 8 apps or get to PC Settings!
    If the issue remains, I would do a   Refresh Your PC to Resolve Problems (Windows 8).  This will reinstall the original OS.
    Now try doing your update again.
    Updating Windows 8 to 8.1
    If this has not helped I would do a full factory recovery.  Here is a link to System Recovery / Backup / Restore.  There are links on the page to guide you through doing a recovery and restoring your files if you opted to do the backup.
    You may also consider contacting HP support for further assistance. They can remotely access your system to help find and fix issues.
    Please call our technical support at 800-474-6836. If you live outside of the US/Canada Region, please click the link below to get the support number for your region. Phone Assist Worldwide
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • My Ipad wont retrieve my new emails and if I try to check passwords in Settings, the settings window only stays open open for a second or two and the automatically closes. Any help on how to fix. I tried the turn off and on trick and that didn'

    My Ipad wont retrieve my new emails and if I try to check passwords in Settings, the settings window only stays open open for a second or two and the automatically closes. Any help on how to fix. I tried the turn off and on trick and that didn't work either. Thanks for any help.

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

Maybe you are looking for