From: Julian Smart Date: Fri, 6 Sep 2002 08:18:31 +0000 (+0000) Subject: Added another reference to adding the zip handler. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/07ed7e32ee5326a0f905f4f71a9fe408f3dec59f Added another reference to adding the zip handler. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/hthelpct.tex b/docs/latex/wx/hthelpct.tex index 34ef6476b5..7ffcd083b7 100644 --- a/docs/latex/wx/hthelpct.tex +++ b/docs/latex/wx/hthelpct.tex @@ -5,7 +5,7 @@ \section{\class{wxHtmlHelpController}}\label{wxhtmlhelpcontroller} -{\bf WARNING!} Although this class has an API compatible with other wxWindows +Although this class has an API compatible with other wxWindows help controllers as documented by \helpref{wxHelpController}{wxhelpcontroller}, it is recommended that you use the enhanced capabilities of wxHtmlHelpController's API. @@ -23,6 +23,17 @@ Have a look at docs/html/ directory where sample project files are stored. You can use Tex2RTF to produce these files when generating HTML, if you set {\bf htmlWorkshopFiles} to {\bf true} in your tex2rtf.ini file. +When using wxHtmlHelpController, you must add an extra include at the top of your +application class source file and a line to your application initialization: + +\begin{verbatim} + #include + ... + wxFileSystem::AddHandler(new wxZipFSHandler); +\end{verbatim} + +or nothing will be shown in your help window. + \wxheading{Note} It is strongly recommended to use preprocessed {\bf .hhp.cached} version of