Converting RoboHelp7 FlashHelp project to RoboHelp8

Hi!  Was looking for some best practices regarding converting existing help projects (FlashHelp) from RoboHelp 7 to RoboHelp 8. What you need to copy down so that you can verify and if necessary, recreate in RH8. Also, what major differences in just basic functions should I be aware of?
Reason I'm asking is because I've been doing some testing and have noticed that my some of my applied styles are not coming across correctly. Normal style is being changed from Verdana 9pt to Times Roman 12pt.  Numbered lists have 12pt Times Roman numbers and rest of paragraph is Verdana 9pt.
In the attached css file, I'm seeing Kadov styles, which is strange because this project was created in RH7.
In addition, the ftp information that I had set up in the Primary Source Layout did not get copied over into RH8. Is that common because now I have to make sure that I've got it all copied down (which I do) but it would have been nice if it just imported during the conversion.
Another thing that I noted in the Primary Source Layout window after I converted my project was the "enable substring search" check box. Selecting this check box seems to really slow down the generation of my project when it gets to the Full Text Search process.
So basically, I'm asking for a handy-dandy checklist of what to check before you convert and things to review after the conversion.

As you realise, RH7 CSS files should not have kadov so my guess is somewhere along the line, a backup from an earlier version got applied and missed the upgrade. Doesn't really matter how, we are where we are.
First make a backup of the CSS that you posted and then strip out all the kadov definitions so that you can see the definitions that apply. That should not affect the output as it is now but at least you will be able to read the CSS.
Where normal is showing as TNR, look at the HTML. Is the <P> tag applied?
The list problem is because no font is set for the OL tag.
You also have two definitions of the P tag, maybe others with a conflict?
Your CSS needs a tidy up as the first step. Try Top Style, there is a free version and it is widely regarded as THE editor for CSS files.
I don't think we lost our publish details but we don't use them with FTP.
I am not surprised the sub-string search takes longer. It has more work to do would be my guess. Only Adobe can confirm that. I haven't seen anyone else comment on the additional time.
Handy dandy list? Sorry it doesn't work that way. Every project and author will be different so what might affect one will be OK for another. It's trial and error.
See www.grainge.org for RoboHelp and Authoring tips

Similar Messages

  • Convert RH8 HTML Project to RH8 Word Project

    Hello,
    I am new to this organization and taking over an existing RoboHelp 8 HTML online FlashHelp project. My supervisor has requested that I find out how to get our RH8 HTML project into a RH8 Word project, and after reading this forum and others, this sounds like it is not the way to go. The intent of converting to Word is to allow multiple authors (who are not HTML savvy) to create or update help topics. So, my questions are:
    Is this the right path to take?
    If converting from RH8 HTML to RH8 Word is not the correct path, what suggestions do you have for allowing multiple authors to create or edit content outside of RH8 (and then of course fold into the HTML online Help project)?
    Any advice is greatly appreciated. Thanks!

    Hi there
    In addition to what Jeff offered, there really isn't any clean manner to convert a project from RoboHelp HTML to RoboHelp for Word.
    Now if you have a need to allow users to edit content in Word, you have the option in RoboHelp 8 of "Linking" Word documents to the project. When you do this you have icons in RoboHelp that alert you to changes in the linked Word content. You then simply update to pull the new content into RoboHelp.
    Keep in mind that in order for this to be remotely successful, you will need to ensure everyone uses Word consistently. RoboHelp really works with Word content best if it has been consistently styled with Heading 1, Heading 2 and Heading 3. Sometimes folks just swipe across text and adjust the font color and size to be larger instead of applying consistent styles. When that happens things become a big mess when it comes into RoboHelp.
    Personally I would view converting projects from RoboHelp HTML to RoboHelp for Word to be a bad move. I'd suggest sticking with RoboHelp HTML and utilizing the linking feature to your advantage.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • Ranking feature not working in RoboHelp 8 - FlashHelp project

    I'm testing RoboHelp 8, we use FlashHelp because we like the skins.  I just converted my project from RH7 to RH8 and am doing testing of new features.
    After I generated my converted FlashHelp project, i selected to view it on my C drive.  I did a search for "wash account". The results display 18 topics but NO ranking information.
    Out of curiosity, I generated the same project using WebHelp --- the Ranking works fine.
    Search setup in the project layouts for FlashHelp and WebHelp are the same:
    Enable Highlight Search Result (with gray color selected for highligh)
    Enable substring search
    What's the problem with FlashHelp in RH8 with ranking?
    Will I have the same problem when I finally get RoboHelp Server 8 up and use FlashHelp Pro as our primary layout?
    Please don't tell me that ranking only works with WebHelp or WebHelp Pro in RoboHelp 8.

    Hi!  Ranking works with WebHelp Pro when project is published using RoboHelp Server 8.  You do have to make sure if you want the topic to be ranked highest that the keyword is in the topic title and sub-titles as well as in the body.
    I've done no more testing in regards to ranking with FlashHelp Pro because we haven't moved to RoboHelp 8.
    Hope this information is useful.
    PJV

  • Can I convert my VBA project to some sort of batch submitted executable

    Thanks to the help from you all, I have written VBA macros that open huge word documents and pluck out specific information and put it into Excel.  The files I've received have grown in size from 1500 to 3500 pages.  I'm currently running the VBA
    macros by opening the document in word and then clicking "View....Macros...mymacro....Run.  The macro then runs for any where from 10 minutes to 2 hours.
    Is there a way I can convert my VBA project into some sort of executable so that I can "submit" the word file to the executable? Sometimes I run this on a term server.  I'd like to start the job, log off the term server, and then later
    check for the resulting excel file.
    Is there a way to queue up a list of input files for this?

    Hi Denis Backer,
    >>Can I convert my VBA project to some sort of batch submitted executable<<
    Yes, it is possible. We can write an application to automate open the Word documents and run the macro using
    Application.Run. Also we can convert all the VBA project with mange code, however the Office automation is not supported on the server enviroment.
    Microsoft does not currently recommend, and does not support, Automation of
    Microsoft Office applications from any unattended, non-interactive client
    application or component (including ASP, ASP.NET, DCOM, and NT Services),
    because Office may exhibit unstable behavior and/or deadlock when Office is run
    in this environment.
    You can get  more detail about it from link below:
    Considerations for server-side Automation of Office Print Print Email Email
    And here are two helpful links about Office automtaion using C# for your reference:
    C# app automates Word (CSAutomateWord)
    How to automate Microsoft Excel from Microsoft Visual C#.NET
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    That is a really curious disclaimer considering the number of options for automation Microsoft itself integrates into its products.

  • How to convert my NTSC project to PAL?

    Hi! I'd like know how i can convert my ntsc project into PAL.
    I need finish a DVD for my client take to ANGOLA and there is PAL system.It is possible? My Encore is 2.0.
    Or It is possible put my NTSC movie into PAL project and let encore transcode the movie? Thank you very much and sorry my english.

    You have several options.
    1 - Create a new PAL project in Premiere Pro. Capture your footage in the usual manner, and as soon as it is in the project, hit the ENTER key to render it.
    2 - Create an NTSC project in Premiere Pro, capture to NTSC DV footage, and export it out again.
    Close project.
    Create new PAL project, import the NTSC clip & then interpret/conform the footage to the project settings.
    3 - Set up an NTSC project, capture footage, export to PAL DV or MPEG-2 from Premiere.
    4 - Use TMPGEnc Xpress 4 - it's standards conversion is very good.
    5 - Use ProCoder, as Ruud suggests
    6 - Use CCE SP if you have it.
    I'd try as many different ways as you can, and view the lot to see what looks the best.

  • [svn:osmf:] 16580: Converted classes and project files to work in flex 3.5

    Revision: 16580
    Revision: 16580
    Author:   [email protected]
    Date:     2010-06-16 17:08:07 -0700 (Wed, 16 Jun 2010)
    Log Message:
    Converted classes and project files to work in flex 3.5
    Modified Paths:
        osmf/branches/zeri-certification/Test_Apps/FlexUnit4/.actionScriptProperties
        osmf/branches/zeri-certification/Test_Apps/MediaTests/.actionScriptProperties
        osmf/branches/zeri-certification/Test_Apps/MediaTests/html-template/history/history.js
        osmf/branches/zeri-certification/Test_Apps/MediaTests/html-template/index.template.html
        osmf/branches/zeri-certification/Test_Apps/MediaTests/src/InstructionsForm.mxml
        osmf/branches/zeri-certification/Test_Apps/MediaTests/src/MediaTests.mxml
        osmf/branches/zeri-certification/Test_Apps/MediaTests/src/ZeriTests.mxml
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/.actionScriptProperties
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/html-template/history/histo ry.js
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/html-template/index.templat e.html
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/src/Zeri_Custom_Player.mxml
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/src/comps/LogBuffer.mxml
    Added Paths:
        osmf/branches/zeri-certification/Test_Apps/MediaTests/html-template/AC_OETags.js
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/html-template/AC_OETags.js
    Removed Paths:
        osmf/branches/zeri-certification/Test_Apps/MediaTests/html-template/swfobject.js
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/html-template/swfobject.js

    Hi for anyone getting similar issues,
    the solution is described in http://forums.adobe.com/message/3302944#3302944
    This is not a bug.
    Arnoud

  • How to convert an NWDI project into a Local project?

    Hi Experts,
    Please tell me " how to convert an NWDI project into a Local project? "
    If you c

    Hi Srini
    1. Copy/Paste Webdynpro components in the new project as was suggested before
    2. Or create new project, copy _comp folder from old project to the new one. But, do not forget to update .dcdef & .project files manually after this. You have to set the correct project name in .dcdef and set the correct local project path in .project.
    BR, Sergei

  • Every time I convert a CVI project to Visual C++(6.0) project, there are errors: easyio.fp, fieldpoint.fp,niimaq.fp

    Every time I convert a CVI project to Visual C++(6.0) project, there are errors:
    Wizard was unable to locate the following function panel modules referenced by your project: easyio.fp
    Wizard was unable to locate the following function panel modules referenced by your project: fieldpoint.fp, niimaq.fp
    what's the problem?

    Every time I convert a CVI project to Visual C++(6.0) project, there are errors:
    Wizard was unable to locate the following function panel modules referenced by your project: easyio.fp
    Wizard was unable to locate the following function panel modules referenced by your project: fieldpoint.fp, niimaq.fp
    what's the problem?

  • Convert Trailer to Project on iMovie

    How do you convert an iMovie trailer to a project on the iPad? I want to use photos instead of videos, but since the trailer doesn't allow photos I have to convert to a project. I'm fairly new to iMovie and the iPad, so any help or advice/tips is appreciated. :)
    P.S. This is for a book trailer I have to make for a school project.

    Anybody?  Would like to convert trailer to project using imovie on ipad2.  Can this be done?

  • Converting cs3 Flash Project ( .flp ) to cs4 Flash Project

    hello;
    I have attempted to convert an old .flp to the new system, according to Flash Help instructions; but when I do, the new converted Project is nothing more than navigation-panel of the directory that contains the project ( .flp );
    old .flp's were not directories, but collections of pertinent files, in a relational tree structure that I put together for ease of authoring, such as a bunch of .as files and a few .fla files that might be associated with one_module of a larger app , where...
    some of those .as files might be coming from my papervision directory,
    some from my personal as3 library,
    and some from a local_directory
    thus I have .as files coming from distant places on my computer, and a .flp allows me to put those pertinent .as files into one quick collection; an old .flp might look like:
    my_project
    - module_1
    -- A.as ... located in C://.../.../..././//././././/./../././../?
    -- B.as ... located in C://../../.././../././././././././.../...//./../?
    -- C.as ... located in the same directory as the .flp
    -- A.fla
    - module_2
    -- A.as
    -- D.as
    -- E.as
    -- F.as
    - generic_stuff
    according to the new approach ( as I currently understand it )  an entire directory structure(s) - with all the crap that gets dropped into directories while building an app - is the definitive aspect of a Project; furthermore if there are files that are not included in that directory that I want included in the Project, I will have to also include the entire directory that includes that file ... when all is said and done my Project will consist of 30% of all of the crap that is on my computer ... I only wanted 15 or 20 files;
    consider:
    project_root_dir/sub_dir_A/sub_dir_B/sub_dir_C/pertinent_file.fla
    project_root_dir/sub_dir_A/sub_dir_B/sub_dir_C/non-pertinent_readme.txt
    now if I want to quickly open pertinent_file.fla, I have to use the Project panel to navigate down through 3 directories ... but I do that using Windows, so the Project panel has not really helped me;
    and I surely do not want a bunch of clutter, like a readme.txt, included in a project, though I do want that readme in the directory on my computer ... but not in the Project;
    am I missing something?
    thanks,
    dsdsdsdsd

    Nice episode Paul,
    I saw it on http://tv.adobe.com/watch/flash-downunder/converting-a-flash-project-to-air/
    you mention the fireworks Icon script in it that makes the relevant size png files.
    Can you paste a link where to get it and if it is good for cs6
    Thanks

  • Merging FlashHelp Projects?

    I dreamed that I could do this, didn't I?
    Is there an "easy" way to merge FlashHelp projects? I've got
    one project that I need to insert into two other projects.
    I know I can import the files and hard code the TOC - but
    that's not going to work for a long term solution - I'm going to be
    doing that constantly.
    Tell me I'm just missing the answer in the help files... Is
    there a plug in solution? Anything??? Otherwise I'm going to end up
    with the same set of files in multiple help systems - and that will
    be a nightmare, too.

    Hi Crystal
    WebHelp and FlashHelp are basically like the mythological
    Janus. They are simply two different faces on the same information.
    The only real difference (aside from the fact you can merge one but
    not the other) is that the TOC, Index and Search are presented
    using Flash components. This has no bearing on whether you can
    include Flash movies within your content. Flash movies should work
    with WebHelp equally as well as they work with FlashHelp.
    Cheers... Rick

  • Merging FlashHelp Projects TOC Issue

    I was delighted to discover this morning that I can now merge
    FlashHelp projects!
    I am running into an issue with my TOC, though. It won't
    display. I've made sure my child projects have working TOCs, and
    they do. But the parent TOC is being stubborn. The Contents section
    is there - but nothing is listed.
    Also, after reading through the help files with RH, they
    suggested publishing the projects to a central location - which I
    did try but it didn't work. Is this supposed to be for WebHelp or
    do I need to do this for FlashHelp, too?
    This is my first time trying this, so I'm probably doing
    something wrong - maybe one of you pro's can help?
    Thanks!
    Crystal

    Hi Crystal
    So are you running FlashHelp Pro ouptut and publishing to the
    RoboEngine? If not, I don't believe you are able to merge FlashHelp
    generically as you can with regular WebHelp.
    Cheers... Rick

  • Help needed converting 2 Captivate projects...

    Hi,
    I have troubles with Captivate (another post on this forum) and was wondering whether someone would be willing to help in converting 2 captivate projects to .swf?
    I can provide a link to the files.
    Help wpuld be appreciated.

    Hi there
    I'll try to help.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Converting old imovie projects

    Hi,
    I just bought a new imac and used migration assistant to move all my files from the old mac. When I look in the movies folder I see all my old movies from my old mac however when I open imovie, there sees to be no "open" command under the file menu. It seems to only list projects that were created in this version. When I goto the movies folder and double click on one of the old files, the mac asks me what application to open it with? Is there a way to convert these old projects??
    Thanks
    Joe

    When I look in the movies folder I see all my old movies from my old mac however when I open imovie, there sees to be no "open" command under the file menu. It seems to only list projects that were created in this version... Is there a way to convert these old projects?
    Correct. iMovie '08 is a completely new application using a totally different method of storing source and project files. You cannot open your "original" files as such but can "import" projects produced by previous versions of iMovie to some degree. (I.e., it can only import source clips with compatible transitions but no "special effects." You will find this option under the "File" menu. (You can also import source clips, as well as, rendered transitions and special effects or the entire timeline without "tween" tracks manually or an exported version of the timeline if you so desire.)
    When I goto the movies folder and double click on one of the old files, the mac asks me what application to open it with?
    The project file is set to open in your previous version of iMovie which it appears you may not have been "migrated" to your new computer. iLife '08 does not restrict your use of iMovie '06 along side of iMovie '08. Had you installed the application yourself, your old version would have been moved to a folder entitled "iMovie (previous version)" so you could continue to use it. Since iLife '08 is already present, you can download a free copy of iMovie v6.0.4 at the following URL:
    http://www.apple.com/support/downloads/imovieHD6.html

  • Is there anyone that can convert a GB project into a MIDI file for me, please?

    I don't know how to convert a GB project to midi, and midiO doesn't work with my PSR-E433.
    Can anyone help me?

    I suggest you post your question on Microsofts own forums for their Mac software: http://www.officeformac.com/productforums as Apple discussions only provide support for Apple products

Maybe you are looking for

  • Will this scenario work?

    Im looking to purchase a Time Capsule to use with Time Machine for my MBP. I will have an external HDD connected to the Time Capsule. On this external HDD, I have a folder called 'Movies' (where I create backups all my DVD collection so I dont have t

  • How to Have buttons have multitouch

    In IOS flash cs5 how do get it to do multitouch if adobe say that the mouse is like a finger how can you do two fingers when there are only one cursor? Reply ASAP

  • HT3939 i want to buy iphone5 but i will go back Thailand so can i use this in Thailand?

    i want to buy iphone5 but i will go back Thailand so can i use this in Thailand?

  • My trackpad is not final and the pointer jumps around the screen

    my trackpad is not final and the pointer jumps around the screen I wonder if physical or software problems my macbook pro is 13 mid 2012 model: MacBookPro9, 2 so mountan lion About a week ago I have this problem and I worry as much care and not my ma

  • RE: Passwords

    I have 3 Blackberries for my business and I am looking at ways to deter my staff from using them for personal use.  I have serveral questions. 1. Can Blackberry Messenger be password protected to prevent others from adding and deleting new contacts?