Welcome to Macrobject Community Login | Register | Faq  

    Macrobject Community
  Macrobject Software Knowledge Management and Collaboration Platform
Search    
   

Re: Regenerating with a translated word file
Started by csJorgen at 09-29-2011 5:54 AM. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  09-29-2011, 5:54 AM
csJorgen is not online. Last active: 10/4/2011 3:53:10 PM csJorgen

Top 200 Posts
Joined on 09-29-2011
Posts 1
Regenerating with a translated word file
Reply Quote
Hi,

We are using the Word-2-CHM 2010 Ultimate for generating the help system for our application. We auto-generate help Ids (C#) for the application to use. These Ids are generated in ascending order for each chapter in the word file (1001, 1002, 1003...).

Now, we would like to support translation of the help file.
- We translate the source word file (without altering the structure of the file)
- We generate a new version of the CHM file using the same settings as before (saved as a word2chm file).
- The old CHM file is then replaced with the new one.

Now, as the original help Id file (C#) orders the Ids ascending for each chapter, translation of the chapter headings in the word file should not require replacement of the help Id file as long as the order is intact.

Here is our problem. When we change a heading in the word file and generates a new CHM file, it seems that the changed heading gets a new Id, not the Id which the old heading had. We have inspected the newly generated help Id file (which we do not want to use because it requires recompiling the application), and the orders seems to have been interrupted (1001, 1002, 1342, 1004, 1005...). The application tries to open ID 1003, which no longer exist in the new CHM file.

It seems like the generation of the new CHM some how remembers the old series, and is not generating it from scratch. I guess it has to be stored in the .word2chm file, which I really like to reuse (a lot of custom setup has been done).

Are there better ways to translate the help system, or are we missing out on a "clear Id cache" function somewhere?
   Report 
  09-30-2011, 2:13 AM
Peter is not online. Last active: 10/31/2011 9:51:29 AM Peter

Top 10 Posts
Joined on 09-27-2007
Posts 171
Re: Regenerating with a translated word file
Reply Quote
Word-2-CHM creates new Help IDs for new headings. So it cannot manage Help IDs automatically in this case.

As an alternative, you could manage the Help IDs in Word manually.

Please see online help: http://www.word-2-chm.com/doc2010/CustomizeHelpIDInWord.html

Kind Regards,

Peter
   Report 
Post
Macrobject Comm... » Help Authoring ... » Word-2-CHM Conv... » Re: Regenerating with a translated word file

Powered by Community Server, by Telligent Systems