
SuperOffice
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by SuperOffice-
SuperOffice commented,
Your custom templates live in one of two places, depending on your OS. Vista/Win7: c:\ProgramData\Innovasys\ XP: c:\Documents and Settings\All Users\AppData\Innovasys You may discover your help ...
-
SuperOffice commented,
I spoke too soon. Today the error message is back, and the build fails again. Frustrating...
-
SuperOffice commented,
I got help from support. The answer involved uninstalling DocX and HelpStudio, deleting the template folder and the registry key for innovasys, then reinstalling in order: * DocX 2008 * HelpStudio...
-
SuperOffice commented,
Well, since the HSP files are just XML files - you can write a program or script to grovel over the XML files looking for absolute paths and fixing them up to be relative again. Not ideal, but it ...
-
SuperOffice created a post,
HelpStudio 3 not finding templates
Anyone else having trouble with HelpStudio3 not finding its templates? The File-New dialog has a list of templates, but trying to actually create the new project dumps an error when copying the te...
-
SuperOffice commented,
We use HelpStudio 2 to run the nightly doc build, and we haven't had any problems with relative paths since DocX 5 came out. We use a simple batch file and Cruise Control to run the build, but tha...
-
SuperOffice commented,
HelpStudio has the command line support for building, and it will run the DocX build for you if you want it to.
-
SuperOffice commented,
We do something like that when we build our help.We have two COM DLLs: One.DLL contains a bunch of objects (CFoo and CBar).The Other.DLL contains references to the interfaces (IFoo and IBar).We hav...