You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This action provides an interface to the Windows Help Compiler. Note that to use this action, you should first set the WinHelp compiler location in the Options dialog.

Project File :  The fully qualified path to the winhelp project file (*.hpj) or Rich Text File (*.rtf)

Bitmap Path :  The search path for bitmaps referenced in the help project. Separate entries with a semi-colon.

Turn Off Compression : Instructs the compiler not to compress the help file.

Hide Animation Window  :   Hides the animated window while compiling

Disable Auto Window Definition :  Prevents the automatic Creation of window definition, if a window specified in a hotspot or macro was not defined in the project file.

No Error Checking :  Specifies that there are no errors in the rtf files. Some error checking will be turned off to speed up the compilation process. This option should only be used where compilation speed is crucial.

Output File : Specifies the name of the hlp file to create. Use this only when not compiling an hpj file.

Scripting Info

The Action properties available are :

property  ProjectFile : WideString

property  BitmapPath : WideString

property  TurnOffCompression : WordBool

property  HideAnimationWin : WordBool

property  DisableAutoWinDef : WordBool

property  NoErrorCheck : WordBool

property  OutputFile : WideString

  • No labels