This file cannot remember the windows size and pos, the same as previous releases of Max. The reason could be it has been compiled with adobe robohelp.
There is a simple way to recompile it, but with your own customization:
It will take a couple of mins:
- Download
HTML Help Workshop is the free application from Microsoft :
(if the link stop working, google it)
Install it or decompress it manually, but if you do that, you need to register the next dll: regsvr32 itcc.dll
to unregister do this : regsvr32 /u itcc.dll
I don¡t like installers so I do it manually, but don’t complicate :) - Uncompress or Decompile
The maxcript.chm file can be decompressed or decompiled using HTML Help Workshop(menu File)
Decompress it to an empty folder - Create Project File
Follow the Wizard. Check the Settings.
You dont need to create anything except the project.
All the necessary files are included in the decompiled .chm files, so when the wizard ask, press Browse and locate them.
There is a section that asks for the .html files. When you press Add. the open window won't let you select All at Once. You will have to select them in sections: ie: from A-G from H-M, etc
•
- Options and Window
First press the window button to create it (the second one)
•
·Then adjust settings. Like in the image.
(Except the Stop button, it is not really necessary, you can disable it)

·Specify' ‘Home Page’ and ‘Start Page’ (introduction1.html)
·Check ‘Save user defined window position after first use’ so it will remember its size and location.
(optional: open the Autosizer to define the initial size)

·Check the next 3 options and press OK
·A message appears to indicate inconsistencies, that’s normal, you have to check ‘Compile full-text Information’, its important to enable Search in the help file:

·Options
Open the Options, configure
·Stop List
That is a list of words that will not be included in the search, it is useful because it reduces the number of indexed words. There is an example of it in the Program Help file that you can copy ans save with the extension .stp
- Compile
Save the project and compile. it will take a few secs.
The file will appear in the path you specified in the options dialog.
If you replace the original maxscript.chm file. You Favorites will work.
If you use windows takbar at the top side of window.
If you open different Mxs versions and the taskbar begins w the same title
It only takes a moment, the settings are simple. I don’t mess with other settings.
You can save your .stp file to use in the future.

•
