Can someone point me in the direction of how to generate help files for use in
wxPython apps
Richard
Can someone point me in the direction of how to generate help files for use in
wxPython apps
Richard
Can someone point me in the direction of how to generate help files for
use in wxPython apps
FWIW, I use the wx.html.HtmlHelpController() widget. Then I just write
simple HTML files for the actual content. It doesn't appear to be included
in the Demo, but you can find out what you need to know in the wxWidgets
documentation.
David
This is examples from
Robin book.
David Woods wrote:
http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/wxPython/samples/wxPIA_book/Chapter-16/
-- Shulov Leonid System Administrator
Arabella Software Ltd. Tel: +972 9 7651788 Fax: +972 9 7657494
http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/wxPython/samples/wxPIA_book/
Chapter-16/This is examples from Robin book.
Thanks, unfortunately having paid for my book, received it form America, I
can't find the bloody thing!!!!!!!!!!!!. Searched my house/office everywhere.
Sob sob sob.
However I should have the original electronic copy on my file server, so I'll
look up the chapter there.
thanks
Richard
On Tuesday 09 January 2007 02:11, Leonid Shulov wrote:
David Woods wrote:
>> Can someone point me in the direction of how to generate help files for
>> use in wxPython apps
>
> FWIW, I use the wx.html.HtmlHelpController() widget. Then I just write
> simple HTML files for the actual content. It doesn't appear to be
> included in the Demo, but you can find out what you need to know in the
> wxWidgets documentation.
>
> David
Richard Terry wrote:
Can someone point me in the direction of how to generate help files for use in
wxPython apps
I use helpblocks from www.helpblocks.com. The author is Julian Smart
who also happened to be the original wxWidgets author. It can produce
Microsoft CHM format as well as the native wxWidgets format. As part of
the BitPim project I have code that converts from the wxWidgets format
to AppleHelp.
Roger