This content has been marked as final.
Show 2 replies
-
1. Re: How to open RH6 project in RH5?
Peter Grainge Dec 20, 2007 12:58 AM (in response to Linux Rules)Classic Yes and No.
You can open it. You can edit it. Will it break something? Maybe.
Here's how. Safest to compile a CHM first even if you don't want it. Update the HHP file. Trash the CPD and XPJ files and use the HHP to open the project in X5.
In the topic on Opening Projects on my site, I set out what gets lost and how it is easily recreated. I don't know about variables that got introduced in RH6.
Maybe if you are not editing too many topics, you could just replace those files in your colleagues copy using Windows Explorer?
Backups everywhere!
-
2. Re: How to open RH6 project in RH5?
Linux Rules Dec 20, 2007 5:49 AM (in response to Linux Rules)Good Morning Peter -
Thanks for your detailed reply. I'll ask my colleague if he wants me to try your method or if he just wants to do the GoToMyPC route. If I needed to edit straight html text it I could do the copy/edit/paste method. However, his problems are with drop-text entries that aren't working - the drop-text was not issued a proper ID so a widget with drop-text may have:
x-use-popup=#POPUP383880226
id=a14
... but the ID in the code doesn't call "POPUP383880226":
kadovTextPopupInit('a14');
... should be:
kadovTextPopupInit('a14','POPUP383880226');
That means the Access database file will likely not have the correct entry and will revert to "broken" every time he generates.
Sigh.
Thanks again.
Regards,
GEWB



