Will West Wind Html Help Builder work with wxpython ?

I found this West Wind Html Help Builder 4.0 … can I build my help info and then us wxHtmlWindow… here is the link http://www.west-wind.com/wwhelp/docs/

Keep in mind that wxHtmlWindow is very limited in that has no JavaScript or CSS support, and advanced tools such as that will probably have problems with those constraints, or at least you will need to be careful to not use any features that would require those capabilities.

On the other hand, the HelpBlocks tool (http://www.helpblocks.com/) does support working within the constraints of what the wxHtml can support.

···

On 11/16/11 10:17 AM, Clay Richmond wrote:

I found this West Wind Html Help Builder 4.0 .... can I build my help
info and then us wxHtmlWindow... here is the link
West Wind Html Help Builder - West Wind Html Help Builder

--
Robin Dunn
Software Craftsman

Thanks for the suggestion but how do I generate the code for my wxhtml… where can I find some instruction or info on how to make this work

···

On Wed, Nov 16, 2011 at 11:08 AM, Robin Dunn robin@alldunn.com wrote:

On 11/16/11 10:17 AM, Clay Richmond wrote:

I found this West Wind Html Help Builder 4.0 … can I build my help

info and then us wxHtmlWindow… here is the link

http://www.west-wind.com/wwhelp/docs/

Keep in mind that wxHtmlWindow is very limited in that has no JavaScript or CSS support, and advanced tools such as that will probably have problems with those constraints, or at least you will need to be careful to not use any features that would require those capabilities.

On the other hand, the HelpBlocks tool (http://www.helpblocks.com/) does support working within the constraints of what the wxHtml can support.

Robin Dunn

Software Craftsman

http://wxPython.org

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

Thanks for the suggestion but how do I generate the code for my wxhtml....
where can I find some instruction or info on how to make this work

List of supported tags is handy.
http://docs.wxwidgets.org/stable/wx_wxhtml.html#htmltagssupported

Use one of the many templating systems to help you generate the html (I like http://www.makotemplates.org).

···

On Thu, 17 Nov 2011 07:39:14 +0100, Clay Richmond <clayrichmond1@gmail.com> wrote:

On Wed, Nov 16, 2011 at 11:08 AM, Robin Dunn <robin@alldunn.com> wrote:

On 11/16/11 10:17 AM, Clay Richmond wrote:

I found this West Wind Html Help Builder 4.0 .... can I build my help
info and then us wxHtmlWindow... here is the link
http://www.west-wind.com/**wwhelp/docs/&lt;http://www.west-wind.com/wwhelp/docs/&gt;

Keep in mind that wxHtmlWindow is very limited in that has no JavaScript
or CSS support, and advanced tools such as that will probably have problems
with those constraints, or at least you will need to be careful to not use
any features that would require those capabilities.

On the other hand, the HelpBlocks tool (http://www.helpblocks.com/) does
support working within the constraints of what the wxHtml can support.

--
Robin Dunn
Software Craftsman
http://wxPython.org

--
To unsubscribe, send email to wxPython-users+unsubscribe@**
googlegroups.com <wxPython-users%2Bunsubscribe@googlegroups.com>
or visit http://groups.google.com/**group/wxPython-users?hl=en&lt;http://groups.google.com/group/wxPython-users?hl=en&gt;

Questions about helpblock… I am new to wxpython… well new to programming in general… so I apologize now if i ask stupid questions … does help block generate a file or folder with the html pages or do I simple cut and paste the pages after they are created … it has a wxhtml generate button but other than producing a preview window with the project in it and can’t see where this does any thing… how do i use the project created in helpblocks in my wx app ? … Is there some instruction or tutorial on this somewhere on the web ? Thanks and sorry if I am asking very simple questions …

···

On Wed, Nov 16, 2011 at 11:08 AM, Robin Dunn robin@alldunn.com wrote:

On 11/16/11 10:17 AM, Clay Richmond wrote:

I found this West Wind Html Help Builder 4.0 … can I build my help

info and then us wxHtmlWindow… here is the link

http://www.west-wind.com/wwhelp/docs/

Keep in mind that wxHtmlWindow is very limited in that has no JavaScript or CSS support, and advanced tools such as that will probably have problems with those constraints, or at least you will need to be careful to not use any features that would require those capabilities.

On the other hand, the HelpBlocks tool (http://www.helpblocks.com/) does support working within the constraints of what the wxHtml can support.

Robin Dunn

Software Craftsman

http://wxPython.org

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

Hmmm, it looks like you just create some files in it and then go to Tools, Generate wxHTML Help. Then you can use the html files it generates with HtmlWindow. I’ve attached an example.

doc-0003.htm (79 Bytes)

doc-0004.htm (17 Bytes)

htmlExample.py (715 Bytes)

···

Mike Driscoll

Blog: http://blog.pythonlibrary.org

Sorry, I've never actually used it myself. I only know what I've seen on the website and some comments about it from others. You should read through HelpBlock's help file (created with HelpBlocks I'm sure) and ask your questions on Anthemion's mail list. Julian is helpful and very nice, I'm sure he can help you get things going.

···

On 11/17/11 8:24 AM, Clay Richmond wrote:

Questions about helpblock... I am new to wxpython... well new to
programming in general... so I apologize now if i ask stupid questions
... does help block generate a file or folder with the html pages or do
I simple cut and paste the pages after they are created ... it has a
wxhtml generate button but other than producing a preview window with
the project in it and can't see where this does any thing... how do i
use the project created in helpblocks in my wx app ? ... Is there some
instruction or tutorial on this somewhere on the web ? Thanks and sorry
if I am asking very simple questions ....

--
Robin Dunn
Software Craftsman

It should also generate the contents and index files needed to be able to use it with wx.html.HtmlHelpController or wx.tools.helpviewer.

···

On 11/17/11 10:47 AM, Mike Driscoll wrote:

Hmmm, it looks like you just create some files in it and then go to
Tools, Generate wxHTML Help. Then you can use the html files it
generates with HtmlWindow. I've attached an example.

--
Robin Dunn
Software Craftsman

Well, it generated a bunch of other files too, but they were weird stuff, like htn, hhc, hhp, htb, htd and .h files. None were named index or contents. I quite possible did something wrong though.

···

Mike Driscoll

Blog: http://blog.pythonlibrary.org

The .hhp file is the MS HtmlHelp Project file and it will name the contents and index files (if there is one). The .hhc file is probably the contents file. Index files are usually named with a .hhk extension. The .htb file is actually a .zip file and contains all the other content and can be used directly from the wxHtmlHelpController class.

···

On 11/17/11 12:36 PM, Mike Driscoll wrote:

Well, it generated a bunch of other files too, but they were weird
stuff, like htn, hhc, hhp, htb, htd and .h files. None were named index
or contents. I quite possible did something wrong though.

--
Robin Dunn
Software Craftsman